/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
}


/* body
----------------------------------- */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ" , Meryo , sans-serif;
	font-size:12px;
	color:#222;
	margin:0;
	padding:0;
	line-height:20px;
	background-color:#FFF;
}

a {	text-decoration:underline; }
a:link {  color:#152a8c; }
a:hover {	color:#152a8c; }


input, select, textarea { 
	font-family: Verdana, Arial, sans-serif;
	color: #222; 	
}


/* compornents
----------------------------------- */

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.l{
	float:left;
	padding:5px 20px 15px 0;
}
.r{
	float:right;
	padding:5px 0 15px 20px;
}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.mt20{margin-top:20px;}

/* box layout
----------------------------------- */

#all {
	text-align:center;
	background:url(../img/bg_all.jpg) repeat-x left top;
} 


#container {
	position:relative;
	background:url(../img/bg_footer.jpg) repeat-x left bottom;
}

#container-in1 {	/* gnavi,header,footer*/
	width:972px;
	margin: 0 auto;
	padding:0;
	position: relative;
	text-align:center;
}

#container-in2 {	/* h1,kwbox*/
	padding-top:220px;
	width:972px;
	position:relative;
	text-align:left;
}

#container-in3 {	/main*/
	width:972px;
	text-align:left;
}


/* headline
----------------------------------- */
h1{
	height:12px;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	top:5px;
	left:10px;
	z-index:100;
}

#contents h2{
	margin:0 0 20px 0;
	padding:0 0 0 20px;
	width:595px;
	height:34px;
	background:url(../../img/bg_h2.jpg) no-repeat left bottom;
	font-size:16px;
	font-weight:bold;
	color:#264dff;
	line-height:34px;
}

#contents h2.key{			/*コンテンツページ　トップ画像がh2の時*/
	margin:0 0 30px 0;
	padding:0;
	width:615px;
	height:auto;
	background:none;
	font-size:inherit;
}

#contents h2.column{	/*コラムページ*/
	margin:0 0 20px 0;
	padding-left:40px;
	width:560px;
	height:34px;
	background:url(../img/bg_h2_column.jpg) no-repeat left bottom;
	line-height:34px;
	font-size:16px;
	font-weight:bold;
	color:#222;
}

#contents h3{
	margin:0 0 15px 15px;
	padding:0 0 0 15px;
	width:580px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#374ebe;
	background:url(../../img/bg_h3.jpg) no-repeat left bottom;
}


#contents h3.column{
	margin:0 0 15px 15px;
	padding-left:15px;
	width:565px;
	height:26px;
	background:url(../img/bg_h3_column.jpg) no-repeat left bottom;
	line-height:26px;
	font-size:14px;
	color:#222;
}




/* kwbox
----------------------------------- */
#kwbox{
padding:2px;
width:620px;
color:#756;
font-size:12px;
position:absolute;
bottom:0;
right:0;
}




/* main 
----------------------------------- */
#main{
	width:972px;
	padding-bottom:70px;
	background:url(../img/bg_main.jpg) repeat-y left top;
}

#main:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}


/* contents ------------------- */

#contents{
	padding:5px 0 70px;
	width:615px;
	float:right;
}


.topic01{
	clear:both;
	padding:0 10px 0 15px;
	margin:0 0 40px 0;
}

.topic01 p{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:1em;
}

.topic01 p.br01{
	padding-left:5px;
	padding-right:5px;
	margin-top:-0.7em;
	margin-bottom:1em;
}



.topic01 p.box{
	margin:15px 30px 15px 15px;
	padding:10px;
	background-color:#f0f0f0;
	border:#CCCCCC solid 1px;
}

.topic01 p.box2{
	margin:15px 30px 15px 15px;
	padding:10px;
	background-color:#e4f1ff;
	border:#acb8c6 solid 1px;
}

.topic01 p.box3{
	margin:35px 30px 35px 15px;
	padding:10px;
	background-color:#FFC;
	border:#acb8c6 solid 1px;
}

.topic01 em{
	font-weight:bold;
	font-style:normal;
}

.topic01 strong{
	font-weight:bold;
	font-size:120%;
	color:#FF0000;
}

.ul{
	border-bottom:#FF0000 double 3px;
	color:#FF0000;
}

.red{
	color:#FF0000;
}




/*コンテンツ下　問合せリンクバナー*/

#cont_inquiry a{
	display:block;
	background:url(../img/toiawase_r.jpg) no-repeat;
	width:600px;
	height:286px;
}

#cont_inquiry a:hover{
	text-indent:-9999px;
	overflow:hidden;
}


/*コンテンツ下　無料相談バナー*/

#free_advice a{
	display:block;
	background:url(../img/free_advice_r.jpg) no-repeat;
	width:600px;
	height:194px;
}

#free_advice a:hover{
	text-indent:-9999px;
	overflow:hidden;
}





/* side ----------------------- */

#side{
	width:312px;
	float:left;
}

#side_profile{
	width:312px;
	height:313px;
	margin-bottom:10px;
	background:url(../img/side_profile_bg.jpg) no-repeat left bottom;
}

#side_profile ul{
	padding:1px 0 0 38px;
	width:186px;
}

#side_profile ul li{
	background:url(../img/side_profile_blt_r.jpg) no-repeat left top;
}

#side_profile ul li a{
	display:block;
	padding:0 0 1px 17px;
	background:url(../img/side_profile_blt.jpg) no-repeat left top;
	text-decoration:none;
}

#side_profile ul li a:hover{
	background:0;
	text-decoration:underline;
}

#side_navi {
	width:196px;
	margin:0 auto;
	padding:30px 0 30px 37px;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
}


#side_navi ul li{
	background:url(../img/side_navi_blt_r.jpg) no-repeat left top;
}

#side_navi ul li a{
	display:block;
	padding:0 0 5px 17px;
	background:url(../img/side_navi_blt.jpg) no-repeat left top;
	text-decoration:none;
}

#side_navi ul li a:hover{
	background:0;
	text-decoration:underline;
}


#side_column{
	width:235px;
	margin:0 auto;
	padding-bottom:10px;
	background:url(../img/side_column_btm.jpg) no-repeat left bottom;
}

#side_column p{
	padding:10px 20px;
	background:url(../img/side_column_bg.jpg) repeat-y left top;
}

#side_column ul{
	width:196px;
	padding:0 20px 10px;
	margin:0 auto;
	background:url(../img/side_column_bg.jpg) repeat-y left top;
}

#side_column ul li{
	border-top:#CCCCCC dotted 1px;
}

#side_column ul li a{
	display:block;
	width:196px;
}

#side_column ul li a.sc01{
	background:url(../img/side_column01_r.jpg) no-repeat;
}

#side_column ul li a.sc02{
	background:url(../img/side_column02_r.jpg) no-repeat;
}
#side_column ul li a.sc03{
	background:url(../img/side_column03_r.jpg) no-repeat;
}

#side_column ul li a:hover{
	text-indent:-9999px;
	overflow:hidden;
}



#side_inquiry{
	margin-bottom:20px;
	background:url(../img/side_btn_inquiry_r.jpg) no-repeat;
}

#side_inquiry a{
	display:block;
	width:312px;
	height:140px;
}

#side_inquiry a:hover{
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}





#side_lpo{
	margin-bottom:10px;
	background:url(../img/side_btn_lpo_r.jpg) no-repeat;
}

#side_lpo a{
	display:block;
	width:312px;
	height:140px;
}

#side_lpo a:hover{
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}


/* head
----------------------------------- */

#header{
	width:972px;
	height:96px;
	background:url(../img/bg_header_r.jpg) no-repeat left bottom;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	text-align:right;
}

#header_in{
	width:972px;
	height:97px;
	position:relative;
}

#header_logo{
	width:490px;
	height:66px;
	position:absolute;
	top:30px;
	left:0;
}

#header_logo a{
	display:block;
	width:490px;
	height:66px;
	background:url(../img/bg_header.jpg) no-repeat;
	background-position:0px -30px;
}

#header_logo a:hover{
	background:0;
}

#header_logo a span{
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	visibility:hidden;
}

#header_link{

	font-size:10px;
	position:absolute;
	top:65px;
	right:50px;
}

#header_link li{
	display:inline;
}

#header_link li a{
	color:#333;
	text-decoration:none;
}

#header_link li a:hover{
	text-decoration:underline;	
}

/* gnavi
----------------------------------- */
#gnavi{
	width:972px;
	height:73px;
	background:url(../img/bg_navi_r.jpg) no-repeat left top;
	position:absolute;
	top:97px;
}

#gnavi li {
	height:73px;
	float:left;
}

#gnavi li a{
	display:block;
	height:73px;
	background:url(../img/bg_navi.jpg) no-repeat;
}

#gnavi li a.gnavi01{ width:196px; background-position:0px 0px;}
#gnavi li a.gnavi02{ width:192px; background-position:-196px 0px;}
#gnavi li a.gnavi03{ width:194px; background-position:-388px 0px;}
#gnavi li a.gnavi04{ width:193px; background-position:-582px 0px;}
#gnavi li a.gnavi05{ width:197px; background-position:-775px 0px;}

#gnavi li a:hover{
	background:0;
}

#gnavi li.on a.gnavi01{ width:196px; background:none;}
#gnavi li.on a.gnavi01{ width:196px; background:none;}
#gnavi li.on a.gnavi02{ width:192px; background:none;}
#gnavi li.on a.gnavi03{ width:194px; background:none;}
#gnavi li.on a.gnavi04{ width:193px; background:none;}
#gnavi li.on a.gnavi05{ width:197px; background:none;}

#gnavi a span{
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	visibility:hidden;
}


/* breadcram
----------------------------------- */
#breadcram{
	padding-left:10px;
	height:50px;
	width:962px;
	line-height:50px;
	font-size:14px;
	text-align:left;
	position:absolute;
	top:170px;
}

#breadcram ol li{
	display:inline;
}





/* footer
----------------------------------- */
#footer{
	margin:0 auto;
	width:972px;
	height:197px;
	position:relative;
}

#footer ul {
	display:inline;
	position:absolute;
	top:17px;
	right:0px;
}

#footer ul li{
	float:left;
	padding-right:15px;

}

#footer ul li a{
	display:block;
	padding-left:15px;
	background:url(../img/footer_blt.jpg) no-repeat left top;
	}
	
	#footer ul li a:hover{
		text-decoration:none;
	}
	
.footer_name{
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top:90px;
	left:30px;
}

#footer_logo{
	position:absolute;
	top:123px;
	left:30px;
}

#address{
	text-align:left;
	position:absolute;
	top:123px;
	left:175px;
}

#copy{
	text-align:left;
	position:absolute;
	top:174px;
	left:175px;
}





/* inquiry
----------------------------------- */

table.form{
	width:595px;
	margin:0 0 20px 15px;
	border-top:#dedede solid 1px;
	border-left:#dedede solid 1px;
	border-right:#dedede solid 1px;
}

table.form th{
	width:160px;
	padding:10px;
	background-color:#f0f0f0;
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-bottom:#dedede solid 1px;
	text-align:left;
	white-space:nowrap;
}

table.form th span{
	float:left;
}

table.form th img{
	float:right;
}

table.form td{
	padding:10px 20px;
	border-bottom:#dedede solid 1px;
}

table.form td ul{
	float:left;
	width:150px;
}

table.form td li input{
	margin-right:5px;
}

fieldset#question{
	width:555px;
	margin:0 0 20px 15px;
	padding:10px 20px;
	border:#CCCCCC solid 1px;
	color:#333333;
}

fieldset#question legend{
	padding:0 10px;
	color:#BBB;
}

fieldset#question dt{
	clear:both;
	padding-bottom:5px;
}

fieldset#question dd{
	padding-left:40px;
	padding-bottom:10px;
}

fieldset#question dd input{
	margin-right:5px;
}

#submit{
	text-align:center;
}

#submit input{
	padding:5px 10px;
}


/* profile
----------------------------------- */

#contents_prof{
	width:625px;
	padding:5px 0 70px;
	float:right;
}

#contents_prof h2{
	margin:0 0 20px 0;
	padding:0;
}


#contents_prof h3{
	width:595px;
	margin:0 0 5px 25px;
	padding:0;
	font-size:14px;
	font-weight:bold;
}


#contents_prof .topic01{
	padding:0 10px 0 15px;
	margin:0 0 40px 0;
}

#contents_prof .topic01 p{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px;
}


table.table01{
	width:580px;
	margin:0 0 20px 15px;
	border-top:#dedede solid 1px;
	border-left:#dedede solid 1px;
	border-right:#dedede solid 1px;
}

table.table01 th{
	padding:10px;
	background-color:#f0f0f0;
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	border-bottom:#dedede solid 1px;
	text-align:left;
	white-space:nowrap;
}

table.table01 td{
	padding:10px 20px;
	border-bottom:#dedede solid 1px;
}


/* results
----------------------------------- */

#contents h3.results{
	margin:0 0 15px 0;
	padding:0;
	width:600px;
	height:54px;
	background:none;
}

p.lead{
	margin-top:-20px;
	margin-bottom:20px;
	padding-left:20px;
}

.topic01 p.official{
	margin-top:-10px;
	margin-left:15px;
	padding:0;
	background:url(../img/arw_linktext_r.jpg) no-repeat left center;	
}

.topic01 p.official a{
	display:block;
	padding-left:10px;
	background:url(../img/arw_linktext.jpg) no-repeat left center;
}

.topic01 p.official a:hover{
	background:0;
	text-decoration:none;
	color:#385bff;
}




/*  table template [basic_table01]  */


table.basic_table01{	/*  汎用テーブルテンプレート1 */
	border-collapse: collapse; 
	border:1px solid #cccccc;
	}

table.basic_table01 th{
	border-collapse: collapse; 
	border:1px solid #cccccc;
	font-size:0.9em;
	line-height:130%;
	color:#fff;
	background-color:#00799C;
	padding:8px 10px 8px 10px;
	text-align:center;}


table.basic_table01 td{	
	border-collapse: collapse; 
	border:1px solid #cccccc;
	font-size:0.9em;
	line-height:130%;
	background-color:#fff;
	padding:8px 10px 8px 10px;
	text-align:left;
	}
table.basic_table01 td.center{	
	border-collapse: collapse; 
	border:1px solid #cccccc;
	font-size:0.9em;
	line-height:130%;
	background-color:#fff;
	padding:8px 10px 8px 10px;
	text-align:center;
	}

table.basic_table01 td.right{	
	border-collapse: collapse; 
	border:1px solid #cccccc;
	font-size:0.9em;
	line-height:130%;
	background-color:#fff;
	padding:8px 10px 8px 10px;
	text-align:right;
	}

table.basic_table01 td.gray{	
	border-collapse: collapse; 
	border:1px solid #cccccc;
	font-size:0.9em;
	line-height:130%;
	background-color:#f7f7f7;
	padding:8px 10px 8px 10px;
	text-align:left;
	}

table.basic_table01 td.gray_r{	
	border-collapse: collapse; 
	border:1px solid #cccccc;
	font-size:0.9em;
	line-height:130%;
	background-color:#f7f7f7;
	padding:8px 10px 8px 10px;
	text-align:right;
	}

table.basic_table01 td.gray_c{	
	border-collapse: collapse; 
	border:1px solid #cccccc;
	font-size:0.9em;
	line-height:130%;
	background-color:#f7f7f7;
	padding:8px 10px 8px 10px;
	text-align:center;
	}

.box06{background-color:#f7f7f7;padding:15px;text-align:left;margin:1em 0 1em 0;}





.white01{color:#fff}

.red01{color:#f62e2e}
.red02{color:#fd4702}

.gray01{color:#999999}

.black01{color:#333333}

.blue01{color:#00799C}	/*  青  */
.blue02{color:#004D6B}	/*  青  */
.blue03{color:#5DB1D6}	/*  青  */
.blue04{color:#00F}	/*  青  */


.green01{color:#009900}

.orange01{color:#ff8000}

