/* CSS inquiry */

/*------------CSS INDEX--------
A.全体基本設定（個別ページ修正）
4.コンテンツ

x.IE用バグ設定

濃青　#21579A
赤　#FF3300
-----------------CSS INDEX----*/

/*--------------------A.全体基本設定--*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	line-height: 1;
	font-size: 100%;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;/*基本フォントカラー*/
	font-family: "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
img { border: none;}
p { margin:0; padding: 0; line-height:1;}
h1,h2,h3,h4 { line-height: 1; font-family: "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3"; font-weight:normal; font-size:12px;}

a{text-decoration:none; color:#333333;}

.blackTxt,.blackTxt a,.blackTxt a:visited,.blackTxt a:hover{color:#333333; text-decoration:none;}
.grayTxt,.grayTxt a,.grayTxt a:visited,.grayTxt a:hover{color:#999999; text-decoration:none;}
.blueTxt,.blueTxt a,.blueTxt a:visited,.blueTxt a:hover{color:#3998C8; text-decoration:none;}
.greenTxt,.greenTxt a,.greenTxt a:visited,.greenTxt a:hover{color:#79A718; text-decoration:none;}

br.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}
.floatL {
	float:left;
}
.mt10{
	margin:10px 0 0 0;
}
.mt20{
	margin:20px 0 0 0;
}


.blueArrow{
	padding-right:5px;
}
.blueArrow_d{
	padding-left:10px;
}
.sqArrow{
	padding-right:10px;
}
.sqArrow10{
	padding-left:18px;
	display:block;
	background:url(../img/imgBase/sqArrow.gif) center left no-repeat;
}/*必ずwidthを指定*/


/*--------------------A.全体基本設定--*/
.optBox{
	padding-top:41px;
}

#topicPath-box{
	background:url(../img/imgFaq/tpathBg-alloff.jpg) top left no-repeat;
}

.blackTxt{color:#000000;}
.blueTxt{color:#21579A;}
.redTxt{color:#FF3300;}

.flagW21{margin-left:5px;}

.grayArrow{
	padding-left:10px;
	background:url(../img/imgBase/grayArrow.gif) left center no-repeat;
}
/*--------------------4.コンテンツ--*/
#exBox{
	width:480px;
	margin:0 auto;
	padding:0;
	background:#ffffff;
	float:left;
}
#exBox #logoBox{
	width:406px;
	margin:30px auto;
}
#exBox #logoBox img{
	margin:0 0 10px 0;
}
#exBox #logoBox p{
	line-height:1.4em;
}

/*////////// logostyle //////////*/

.fSet{
	margin:30px;
	width:600px;
}
.logoExp{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:17px;
	line-height:1.3em;
}
.logoImg{
	margin-bottom:20px;
	margin-left:15px;
}

/*--------------------x.IE用バグ設定--*/

