@charset "UTF-8";

/* normalize */

html,body {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,div,p,table,strong,em {
	margin:0;
	padding:0;
	font-size:1.0em;
	font-style:normal;
	font-weight:normal;
}

ul,ol,dl,li,dt,dd {
	margin:0;
	padding:0;
	font-size:1.0em;
	font-style:normal;
	list-style:none;
	text-indent:0;
}

img {border:none;}


/* initialize */

/* base */

body {
}

a {
	color:#1588ae;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#container {
	width:100%;
	background:url(../images/body_bg_ptn.gif) repeat-x;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:135%;
	color:#5f4e4e;
	text-align:left;
}
#container .inner_box {
	width:948px;
	margin:0 auto 15px;
	zoom:100%;
}
#container p.mk,
#container a.mk,
#container span.mk{
	padding-left:15px;
	background:url(../images/mark_link.gif) 0 50% no-repeat;
}



/* header */

#container #header{
	height:118px;
	margin-bottom:16px;
	position:relative;
	overflow:hidden;
}
#header h1 {
	position:absolute;
	top:17px;
	right:0;
	font-size:0.833em;
	color:#7d7d7d;
	height:30px;
	overflow:hidden;
}

#header p.logo{
	width:473px;
	height:78px;
	background:url(../images/header_logo.gif) no-repeat;
}
#header p.logo a{
	display:block;
	width:473px;
	height:78px;
	text-indent:-9999px;
	overflow:hidden;
}

#header ul.sub_list {
	position:absolute;
	top:45px;
	right:0;
	height:12px;
	zoom:100%;
}
#header ul.sub_list li{
	float:left;
}
#header ul.sub_list li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#header ul.sub_list li.list01{width:52px; margin-right:15px; background:url(../images/hd_list_home.gif) no-repeat;}
#header ul.sub_list li.list02{width:146px;margin-right:15px;  background:url(../images/hd_list_about.gif) no-repeat;}
#header ul.sub_list li.list03{width:82px; background:url(../images/hd_list_sitemap.gif) no-repeat;}



#header ul.navi{
	height:40px;
	overflow:hidden;
	zoom:100%;
}

#header ul.navi li{
	float:left;
	width:158px;
	height:40px;
}
#header ul.navi li a{
	display:block;
	width:158px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}

#header ul.navi li.btn01{background:url(../images/g_navi_btn01.gif) no-repeat;}
#header ul.navi li.btn02{background:url(../images/g_navi_btn02.gif) no-repeat;}
#header ul.navi li.btn03{background:url(../images/g_navi_btn03.gif) no-repeat;}
#header ul.navi li.btn04{background:url(../images/g_navi_btn04.gif) no-repeat;}
#header ul.navi li.btn05{background:url(../images/g_navi_btn05.gif) no-repeat;}
#header ul.navi li.btn06{background:url(../images/g_navi_btn06.gif) no-repeat;}

#header ul.navi li.btn01 a:hover{background:url(../images/g_navi_btn01_on.gif) no-repeat;}
#header ul.navi li.btn02 a:hover{background:url(../images/g_navi_btn02_on.gif) no-repeat;}
#header ul.navi li.btn03 a:hover{background:url(../images/g_navi_btn03_on.gif) no-repeat;}
#header ul.navi li.btn04 a:hover{background:url(../images/g_navi_btn04_on.gif) no-repeat;}
#header ul.navi li.btn05 a:hover{background:url(../images/g_navi_btn05_on.gif) no-repeat;}
#header ul.navi li.btn06 a:hover{background:url(../images/g_navi_btn06_on.gif) no-repeat;}


/* left_contents */

#container #left_contents {
	width:690px;
	float:left;
	overflow:hidden;
	margin-bottom:45px;
}

#left_contents ul.topic_path {
	margin-bottom:20px;
}
#left_contents ul.topic_path li{
	display:inline;
	color:#7d7d7d;
	font-size:0.833em;
}

#left_contents div.col_box {
	margin-bottom:30px;
}

#left_contents h2 {
	margin-bottom:15px;
	font-size:1.167em;
	font-weight:bold;
}
#left_contents h2.ttl_bengo,
#left_contents h2.ttl_sihou,
#left_contents h2.ttl_gyousei,
#left_contents h2.ttl_counsel,
#left_contents h2.ttl_tantei,
#left_contents h2.ttl_area {
	width:655px;
	height:28px;
	padding:12px 0 0 35px;
}

#left_contents h2.ttl_normal {
	width:675px;
	height:28px;
	padding:12px 0 0 15px;
	background:url(../images/ttl_h2_bg00.gif) no-repeat;
}
#left_contents h2.ttl_bengo {background:url(../images/ttl_h2_bg01.gif) no-repeat;}
#left_contents h2.ttl_sihou {background:url(../images/ttl_h2_bg02.gif) no-repeat;}
#left_contents h2.ttl_gyousei {background:url(../images/ttl_h2_bg03.gif) no-repeat;}
#left_contents h2.ttl_counsel {background:url(../images/ttl_h2_bg04.gif) no-repeat;}
#left_contents h2.ttl_tantei {background:url(../images/ttl_h2_bg05.gif) no-repeat;}
#left_contents h2.ttl_area {background:url(../images/ttl_h2_bg_area.gif) no-repeat;}

#left_contents h3 {
	width:660px;
	height:22px;
	padding:8px 0 0 30px;
	margin-bottom:15px;
	background:url(../images/ttl_h3_bg.gif) no-repeat;
	font-weight:bold;
	color:#ed4266;
}

#left_contents .ttlh3 {
	margin-top:20px;
}

#left_contents h4 {
	border-left:5px solid #ed4266;
	padding:2px 2px 2px 10px;
	margin-bottom:15px;
	font-weight:bold;
}
#left_contents p.txt {
	line-height:150%;
	margin:0 15px 10px;
}

#left_contents table {
	border-collapse:collapse;
	width:660px;
	margin:0 15px 10px;
}
#left_contents table,
#left_contents table tr,
#left_contents table tr th,
#left_contents table tr td {
	border:1px solid #ccc;
}
#left_contents table tr th,
#left_contents table tr td {
	padding:7px;
	text-align:center;
}
#left_contents table tr th {
	background-color:#faf7ee;
	font-weight:bold;
	color:#ed4266;
}
#left_contents table tr td {
	background-color:#fff;
}

#left_contents p.backtop {
	padding-left:592px;
	margin:0 0 10px 0;
}
#left_contents p.backtop a{
	display:block;
	width:98px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/link_back_top.gif) no-repeat;
}

#left_contents ul.ord{
	margin:0 15px 15px;
}
#left_contents ul.ord li{
	padding-bottom:5px;
}

#left_contents div.search_sec {
	float:left;
	width:315px;
	padding:0 15px;
	margin-bottom:15px;
}
#left_contents div.search_sec p{
	font-weight:bold;
	margin-bottom:10px;
}

#left_contents div.search_sec ul {
	background:url(../images/dot_line.gif) bottom repeat-x;
	padding-bottom:15px;
}
#left_contents div.search_sec ul li {
	display:inline;
	line-height:150%;
}
#left_contents div.search_sec ul li a{
	display:inline-block;
	line-height:130%;
	border-right:1px solid #545454;
	padding-right:5px;
}




/* right_contents */

#container #right_contents {
	width:239px;
	float:right;
	margin-bottom:40px;
}

#right_contents ul.specialists {
	margin-bottom:7px;
}
#right_contents ul.specialists li{
	height:50px;
	overflow:hidden;
}
#right_contents ul.specialists li a {
	display:block;
	width:239px;
	height:50px;
	position:relative;
	color:#ed4266;
	cursor:pointer;
}
#right_contents ul.specialists li a span{
	position:absolute;
	top:17px;
	left:160px;
	color:#ed4266;
	cursor:pointer;
}
#right_contents ul.specialists li.bengo a span{height:51px;}
#right_contents ul.specialists li.tantei a span{height:49px;}

#right_contents ul.specialists li a:hover span{text-decoration:none;}

#right_contents ul.specialists li.bengo{height:51px; background:url(../images/stcol_bengo.gif) no-repeat;}
#right_contents ul.specialists li.shihou{background:url(../images/stcol_sihou.gif) no-repeat;}
#right_contents ul.specialists li.gyousei{background:url(../images/stcol_gyousei.gif) no-repeat;}
#right_contents ul.specialists li.counsel{background:url(../images/stcol_counsel.gif) no-repeat;}
#right_contents ul.specialists li.tantei{height:49px; background:url(../images/stcol_tantei.gif) no-repeat;}


#right_contents ul.bnr_area {
	margin-bottom:5px;
}
#right_contents ul.bnr_area li{margin-bottom:7px;}

#right_contents div.grey_box {
	background-color:#eae1d5;
	padding:5px;
}
#right_contents div.grey_box dl{
	width:229px;
	background:url(../images/side_list_bg_ptn.gif) repeat-y;
}


#right_contents div.grey_box dl.tantei{
	border-bottom:1px solid #c2c1bc;
}
#right_contents div.grey_box dl.news,
#right_contents div.grey_box dl.mobile{
	margin-top:5px;
	border-bottom:1px solid #c2c1bc;
}
#right_contents div.grey_box dl.area {
	margin-bottom:5px;
	border-bottom:1px solid #c2c1bc;
}

#right_contents div.grey_box dl dt{
	width:229px;
	height:34px;
	margin-bottom:10px;
	text-indent:-9999px;
	overflow:hidden;
}

#right_contents div.grey_box dl.area dt{height:37px; background:url(../images/side_ttl_area.gif) no-repeat;}
#right_contents div.grey_box dl.bengo dt{height:37px; background:url(../images/side_ttl_bengo.gif) no-repeat;}
#right_contents div.grey_box dl.shihou dt{background:url(../images/side_ttl_sihou.gif) no-repeat;}
#right_contents div.grey_box dl.gyousei dt{background:url(../images/side_ttl_gyousei.gif) no-repeat;}
#right_contents div.grey_box dl.counsel dt{background:url(../images/side_ttl_counselor.gif) no-repeat;}
#right_contents div.grey_box dl.tantei dt{background:url(../images/side_ttl_tantei.gif) no-repeat;}
#right_contents div.grey_box dl.news dt{height:37px; background:url(../images/side_ttl_news.gif) no-repeat;}
#right_contents div.grey_box dl.mobile dt{height:37px; background:url(../images/side_ttl_mobile.gif) no-repeat;}

#right_contents div.grey_box dl dd{
	margin:0 13px;
	padding-bottom:10px;
	line-height:130%;
}
#right_contents div.grey_box dl dd a{
	text-decoration:none;
	color:#ed4266;
}
#right_contents div.grey_box dl dd a:hover{color:#ff99cc;}

#right_contents div.grey_box dl.area dd a,
#right_contents div.grey_box dl.news dd a{
	text-decoration:underline;
	color:#1588ae;
}
#right_contents div.grey_box dl.area dd a:hover,
#right_contents div.grey_box dl.news dd a:hover{text-decoration:none;}


/*--- u-check ---*/


#left_contents div.u-check_visual {
	width:690px;
	height:160px;
	background:url(../images/u-check_visual.gif) no-repeat;
	margin-bottom:20px;
	overflow:hidden;
}
#left_contents div.u-check_visual p{
	visibility:hidden;
}

#left_contents table.uchk_type {
	margin-bottom:15px;
}
#left_contents table.uchk_type td.question{
	width:450px;
	text-align:left;
}
#left_contents table.result td{
	text-align:left;
}


/* footer */

#container #footer{
	clear:both;
	background:url(../images/ft_bg_ptn.gif) repeat-x;
	color:#545454;
	margin-bottom:20px;
}

#container #footer .ft_upper{
	height:150px;
	overflow:hidden;
	zoom:100%;
}
#container #footer .ft_upper dl {
	width:auto;
	padding-top:15px;
}
#container #footer .ft_upper dl dt {
	font-weight:bold;
	width:100%;
	margin-bottom:10px;
}
#container #footer .ft_upper dl dd {
	display:inline;
	width:auto;
}
#container #footer .ft_upper dl dd a{
	color:#545454;
	display:inline-block;
	width:auto;
	border-right:1px solid #545454;
	padding-right:5px;
}
#container #footer .ft_upper dl dd.last a{border:none;}

#container #footer .ft_upper dl.left{
	float:left;
}
#container #footer .ft_upper dl.right{
	float:right;
}

#container #footer .ft_downer {
	zoom:100%;
}
#container #footer .ft_downer ul.area{
	padding:20px 0;
	width:100%;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#container #footer .ft_downer ul.area li{
	display:inline-block;
	padding-right:5px;
	border-right:1px solid #545454;
	font-size:0.833em;
}
#container #footer .ft_downer ul.area li.last{border:none;}

#container #footer .ft_downer p.cp {
	float:left;
	font-size:0.833em;
	padding:20px 0;
}
#container #footer .ft_downer ul.right {
	float:right;
	font-size:0.833em;
	padding:20px 0;
}
#container #footer .ft_downer ul.right li{
	display:inline;
	line-height:150%;
	padding-right:5px;
}
#container #footer .ft_downer ul.right li a{
	color:#545454;
	display:inline-block;
	padding-right:5px;
	border-right:1px solid #545454;
}
#container #footer .ft_downer ul.right li.last a{border:none;}





/*----- clear ----------------------*/

#container .afcl {
	zoom:100%;
}
#container .afcl:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


#container #inner_box:after,
#container #header ul.sub_list:after;
#container #header ul.navi:after,
#container #footer:after,
#container #footer .ft_upper:after,
#container #footer .ft_downer:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

