﻿/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, 
fieldset, input {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/
body{
	font: 90% 'Quattrocento',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", serif;
	/*background: #666666;*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #534741;	
}
.twoColLiqRtHdr #container{ 
	width: 80%;
	width:980px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #CCCCCC;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 

/*----------------------- header -------------------------*/
.twoColLiqRtHdr #header{	 
	background: #fff; 
	padding: 0 10px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
.twoColLiqRtHdr #header h1{
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColLiqRtHdr #header h1#h1_seo {
	font-size:1px;
	color:#ffffff;
}
.twoColLiqRtHdr #header img#header_logo{
	width:100px;
	height:auto;
	/*margin-top:-30px;*/
	float:left;
}
.twoColLiqRtHdr #header h1#h1_midashi {
	/*margin-left:120px;*/
	font-size:9px;
	/*margin-top:-40px;*/
	float:left;
}
.twoColLiqRtHdr #header #header_navi{
	font-size:12px;
	margin-left:850px;
	/*margin-top:-20px;*/
}
.twoColLiqRtHdr #header #header_navi li#rnavi_icon1 {
	list-style: url(img/icon_s1.gif);
}
.twoColLiqRtHdr #header #header_navi li#rnavi_icon2 {
	list-style: url(img/icon_s2.gif);
}
.twoColLiqRtHdr #header #header_navi li#rnavi_icon3 {
	list-style: url(img/icon_s3.gif);
}
/*navi*/
.twoColLiqRtHdr #navi {
	text-align: center;
	width:980px;
} 

/*----------------------------sidebar--------------------------------------*/
.twoColLiqRtHdr #sidebar1{
	float: left; 
	width: 200px;  
	padding-top: 15px; 
}
.twoColLiqRtHdr #container #sidebar1 .side_h3 {
	border-bottom: solid rgba(4,12,166,1.00) 2px;
	font-size: 18px;
	/*padding-left:0px;*/
	line-height: 20px;
	text-align: left;
	padding-bottom: 3px;
}	
.twoColLiqRtHdr #container #sidebar1 .side_ul {
	list-style:none;
	padding:10px 20px;
	}
.twoColLiqRtHdr #container #sidebar1 a.side_a {
	color: rgba(4,12,166,1.00);
	font-size:14px;
	} 
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p{
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}
/*----------------------------main contents--------------------------------*/
/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の右マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この右マージンを削除します。
2. サポートされている最小解像度（800 x 600）でのフローティングエレメントの落下を回避するには、#mainContent div 内のエレメントを 430px 以下にする必要があります（イメージを含む）。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグが回避されます。
*/
.twoColLiqRtHdr #mainContent{
	margin-top: 0;
	margin-bottom: 0; /* 左マージンは、適切に整列されるように、ヘッダーおよびフッターのマージンと同じである必要があります。 */
	padding-top: 7%;
	margin-left: 50px;
	margin-right: 50px;
} 
.twoColLiqRtHdr #mainContent .main_h1{
	border-bottom:solid #534741 1px;
	font-size:21px;
	line-height:32px;
	padding-left:50px;
	padding-top: 20px;
}
.twoColLiqRtHdr #mainContent .main_h2{
	font-size:20px;
	margin:10px 20px;
	background-image:url(img/icon8.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	line-height:33px;
	padding-top:10px;
	padding-left:40px;
	border-bottom:1px #534741 dashed;
}
.twoColLiqRtHdr #mainContent .main_h3{
	margin:15px 0px 0px 20px;
	font-size:18px;
}
.twoColLiqRtHdr #mainContent p.main_p{
	margin:15px;
}
.twoColLiqRtHdr #mainContent p.main_p2{
	margin-left:20px;
}

/*side navi無し*/
.twoColLiqRtHdr #mainContent_w{
	margin:0px 0; /* 左マージンは、適切に整列されるように、ヘッダーおよびフッターのマージンと同じである必要があります。 */
	padding-top: 10px;
	
} 
.twoColLiqRtHdr #mainContent_w .main_h1{
	border-bottom:solid #534741 1px;
	font-size:21px;
	line-height:32px;
	padding-left:50px;
	padding-top: 20px;
	margin:0 20px;
}
/*side navi無しここまで*/


/* ---------------------------footer---------------------------------------*/
.twoColLiqRtHdr #footer{ 
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	color:#FFF;
}
.twoColLiqRtHdr #footer #footer_nv{
	margin-left:200px;
}
.twoColLiqRtHdr #footer #footer_nv .footer_navi{
	width:150px;
	font-size:9px;
	color: #00C;
	}
.twoColLiqRtHdr #footer p#footer_l{
	margin-top:-10px;
	padding: 10px 0;
	font-size:9px;
	float:left;
}
.twoColLiqRtHdr #footer p#footer_r{
	margin-left:75%;
	font-size:9px;
	}



/*---------------------------その他設定-------------------------------------*/
/* 再使用できる各種クラス */
.fltrt{
	 /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft{
	 /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat{
	 /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}
.twoColLiqRtHdr #container #mainContent #houjin {
	margin-right: auto;
	margin-left: 100px;
}

/* consult */
.twoColLiqRtHdr #container #mainContent_w #consult_h1 {
	background-image:url(img/icon8.gif);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	margin:10px;
}
.cnsl    {
	padding-left:50px;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con {
	margin-left: 10%;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con .soudan {
	font-size: 18px;
	border-left:solid 10px #035BA3;
	border-bottom: solid 1px #035BA3;
	padding-left:20px;
	margin:10px;
	width:80%;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con .soudan_ol ,
.twoColLiqRtHdr #container #mainContent_w #consult_con .soudan_ul {
	margin-left: 80px;
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con #soudanform {
	margin-left: 30%;
	margin-top: 20px;
	margin-bottom: 20px;

}
.twoColLiqRtHdr #container #mainContent #scr_topics {
  overflow: scroll;   /* スクロール表示 */ 
  width: 100%;
  height: 450px;
  padding-left:20px;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con img {
	float:left;
	margin:10px;
}
/* saiyou */
.twoColLiqRtHdr #container #mainContent_w #consult_con .bosyu {
	border-collapse:collapse;
	border:solid 1px #99ccFF;
	width:90%;
	margin-bottom:50px;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con .bosyu tr .koumoku_title {
	border-bottom:solid 1px #FFFFFF;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	background-color:#99CCFF;
	width:20%;
	padding:20px;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con .bosyu tr .koumoku_naiyou {
	border:solid 1px #cccccc;
	padding:20px;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con ul .senkou {

}
.twoColLiqRtHdr #container #mainContent_w #consult_con ul {
	margin-left:10%;
	list-style:none;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con p#mensetsu {
	margin:30px;
}
.twoColLiqRtHdr #container #mainContent_w #consult_con #saiyou_p {
}
.twoColLiqRtHdr #container #mainContent_w #consult_con #mensetsu {
	padding-top:80px;
}
