﻿body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../images/bg.jpg) repeat-x top;
	font: 80%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}


ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
iframe {
	margin-bottom: 20px;
}
a {
	color: #3366CC;
}

a:link { text-decoration:none}
a:hover { text-decoration:underline }
a:visited { text-decoration:none}

.wrapper { width:100%; overflow:hidden;}

/*コンテナ（HP枠）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #a0a0a0;
	background: #FFFFFF;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: #FFFFFF;
	height: 95px;
	position: relative;
}
#header h1 {
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 5px;
}

.SiteMapPath {
	margin-top:5px;
	margin-left: 10px;
}

#header_c {
	width: 100%;
	height: 110px;
	background-image: url(../images/cloudsupport_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin:0 auto;
	padding: 0;
}

#header_c h1 {
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 5px;
}

	

/*メインメニュー
------------------------------------------------------------------*/
#menu {
	background: url(../images/menu_07.jpg) repeat-x;
	height: 56px;
}
#menu li {
	display: inline;
}

/*メインメニュー
------------------------------------------------------------------*/
#title {
	height: 30px;
}
#menu li {
	display: inline;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: left;
	width: 497px;
	display: inline;
	margin-left: 10px;
	margin-top: 0px;
}

#main h2 {
	height: 40px;
	margin: 0 0 5px;
}

#main h3 {
	border-bottom: 1px solid #808080;
	border-left: 10px solid #808080;
	font-weight: bold;
	padding-left:5px;
	margin: 20px 0px 5px;
}

#main table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	background-color: #ffffff;
}
#main th {
	padding: 5px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#main td {
	padding: 5px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	font-size: 12px;
}

#main .contact {
	margin: 5px 0 5px 100px;
	font-weight: bold;
}

.note{
	font-size: 85%;
	margin:20px 0;
}

#main .entry {
	margin: 0 0 13px 5px;
	padding: 0px;
	border: solid 1px #AEAEAE;
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}

#main .entry h2,
#main .entry h3 {
	background: none;
}
#main .entry h2.entry_title {
	margin: 0;
	padding: 6px 0 0 20px;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: url(../images/entry_head_bg.gif) no-repeat 2px 2px;
}
#main .entry h2.entry_title a:link,
#main .entry h2.entry_title a:visited {
	color: #666;
}
#main .entry_body,
#main .entry_more {
	line-height: 1.6em;
	margin: 0px 0px;
	padding: 0px 20px 5px 20px;
}
#main .entry_body {
	border-top: dotted 1px #ccc;
	padding-top: 10px;
	padding-bottom: 7px;
}

#main .entry blockquote {
	border-left: solid 4px #AEAEAE;
	padding: 3px 0px 3px 12px;
}

#main .entry strong {
	font-weight: normal;
	color: #860F0F;
}

.thumb,
.entry .pict {
	float: left;
	margin: 0px 18px 2px 0px;
	padding: 1px;
	border: solid 1px #A2A2A2;
}
.entry_body:after,
.entry_more:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.entry_body,
.entry_more {
  display: inline-table;
  min-height: 1%;
}

#main .creed {
	margin:0 0 13px 0;
	padding: 0px;
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}

#main .creed_body {
	line-height: 1.6em;
	margin: 0px 0px;
	padding: 0px 20px 5px 20px;
}
#main .creed_body {
	padding-top: 10px;
	padding-bottom: 7px;
}

.creed .pict {
	float: right;
	margin: 0px 0px 2px 15px;
	padding: 1px;
}
.creed_body:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.creed_body {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .creed_body,
* html .entry_body,
* html .entry_more { height: 1%; }

.creed_body,
.entry_body,
.entry_more { display: block; }
/* End hide from IE-mac */

/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 252px;
	display: inline;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 85%;
}
#sub .frame {
	background: url(../images/sub_frame_bg.gif) no-repeat bottom;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#sub .frame a:link { color: #000;}
#sub .frame a:visited { color: #000;}
#sub .frame a:hover { color: #4169e1;}


#sub h3 {
	background: url(../images/sub_midashi_bg.gif) no-repeat;
	height: 46px;
	width: 252px;
	margin-right: -10px;
	margin-left: -10px;
}

#sub .subImg {
		margin-bottom:10px;
}


/*ナビメニュー（プライバシーポリシーなど）
------------------------------------------------------------------*/
#nav {
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #888888;
}
#nav a {
	font-size: 10px;
	color: #3366CC;
	padding-right: 10px;
}


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: #182366;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}

#Pmark {
	clear: both;
	background: #FFFFFF;
	float:right;
	width:80px;
	margin-right:10px;
}



/*強調文字（背景赤に白文字になります。）
------------------------------------------------------------------*/
.look {
	color: #FFFFFF;
	font-weight: bold;
	background: #990000;
}

/*トップページ
------------------------------------------------------------------*/
#main-img {
	padding-bottom: 6px;
	background: url(../images/main_img_bottom.gif) repeat-x bottom;
}
#slogan {
	float: left;
	width: 510px;
	display: inline;
}

#top-news {
	width: 290px;
	display: inline;
	font-size:12px;
}
#top-news .newsbox {
	width: 286px;
	height: 265px;
	overflow: auto;
}

#top-news .guideFlow dt {
	font-weight:bold;
	color:#3366CC;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/arrow_bs.gif);
	padding-left:20px;
	vertical-align:top;
}

#FAQ{
	width: 497px;
	height: 500px;
	overflow: auto;
	margin-bottom:10px;
}
.arrow li {
	background: url(../images/arrow.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

div.faqEx { width:480px;}
div.faqEx dt {
	background: url(../images/arrow.gif) no-repeat left top;
	padding-left: 20px;
}
div.faqEx dd
{
    margin-left:20px;
    background-color:#f0f8ff !important;
    padding: 0 5px 0 5px; margin-bottom:15px;
}


hr {
	display: none;
}

div.line {
	border-bottom:dotted 1px #FFFFFF;
}

div.submenu1{
	font-size:12px;
	color:#3366CC;
	padding: 10px 0 0 0;
}

div.submenu2{
	font-size:12px;
	padding: 5px 0 5px 10px;
}

/*clearfix
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


