@import url("/style/plink.css");

/* 初期設定 */
/*================================================*/

* {
	font-style: normal;
	margin: 0px ;
	padding: 0px ;
	line-height : 120% ;
	}

/* html, body要素 */
/*================================================*/

html {
	text-indent: 0;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0;
	word-spacing: 0;
	border-left: none;
	direction: ltr;
	word-break : break-all ;
	}


body {
	color: black ;
	background: white ;
	padding: 0px ;
	font-size : 90% ;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , sans-serif ;
	background-image:url(/images/contena_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
	
strong{ font-weight : bold ; color : RGB(253,43,64)}
em{ font-weight : bold ; }

/* アンカー要素 */
/*================================================*/


a{
	text-decoration : none ;
	color : RGB(39,54,158) ;
}

a:hover{
	text-decoration : underline ;
	color : RGB(253,43,64) ;
}

.area_box a , .area_box a{
	color :RGB(100,94,66);
}

 .gyomu_box a{
	color :RGB(100,94,66);
}

a.existing , a.existing:visited    {
	color : RGB(164,55,55) !important ;
}

a.existing:hover{
	color : RGB(201,92,92) !important ;
}
/*=====[全体レイアウト設定]==============================*/


#all_contena{
	position : relative ;
	width : 777px ;
	margin : 0px auto 0px auto ;
	font-size : 90% ;
}

#header_contena{
	width : 778px ;
	height : 105px ;
}

#left_contena{
	width : 173px ;
}


#center_contena{
	width : 419px ;
	padding-right : 178px ;
	float : right ;
}

#right_contena{
	width : 173px ;
	position : absolute ;
	right : 0px ;
	top : 105px ;
}

#footer_contena{
	width:749px;
	margin : 0px 10px ;
	clear : both ;
	border-top : 1px dashed silver ;
}

/*=====[ヘッダー内]==============================*/

#header_contena img{
	border : none ;
	margin-left : 1px ;
	display : block ;
}

#header_text{
	position : absolute ;
	top : 84px ;
	left : 15px ;
	color : white ;
}

#header_text strong{
	color : white !important ;
}

div.path{
	font-size : 9pt ;
	margin-bottom : 4px ;
	margin-top : 2px ;
	color : RGB(35,40,141) ;
}

div.path a{ color : RGB(35,40,141) }

/*=====[お気に入りに追加ボタン]==============================*/

div#favorite_button a{
	display : block ; 
	margin : 10px 14px 10px auto ;
	width : 152px ;
	height : 27px ;
	background-image:url(/images/favorite_button.gif);
	background-repeat:no-repeat;		
}

div#favorite_button a:hover{
	background-image:url(/images/favorite_button_hover.gif);
	background-repeat:no-repeat;		
}

/*=====[コンテンツ上部]==============================*/


div.site_description h1{
	font-size : 110% ;
	margin : 15px 4px 10px 14px ;
	color : RGB(17,72,163) ;
}

div.site_description p{
	margin : 4px 4px 10px 4px ;
}

dl.whatsnew{
	font-size : 90% ;
	border-style :solid ;
	border-color : silver RGB(146,148,163) RGB(146,148,163) silver ;
	border-width : 1px ;
	padding : 10px 10px 2px 10px;
}


dl.whatsnew dd{
	margin : 3px 3px 10px 0px ;
}

div.desc02{
	background-color : RGB(255,249,225) ; 
	padding : 5px 10px ; 
	border : 1px dashed RGB(242,226,164) ; 
	margin : 5px 10px 15px 10px ; 
}


/*=====[真ん中コンテンツ「都道府県別サーチ」部分]==============================*/

div#area_search_box{
	margin : 20px 10px 30px 10px ;
	border-style :solid ;
	border-color : RGB(152,65,81)  ;
	border-width : 1px ;
	padding : 0px 0px 35px 0px;
	background-color:RGB(250,242,239);
	background-image:url(/images/top_area_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right ;
}

#area_search_box h2{
	font-size : 100% ;
	font-weight : bold ;
	letter-spacing : 1px ;
	color : white ;
	background-color : RGB(152,65,81) ;
	padding : 4px 3px 3px 10px ;
	margin : 0px 0px 10px 0px ;
}


div#area_search_box dl{
	border : none ;
	width : 49% ;
	font-size : 90% ;
	float : left ; 
}

div#area_search_box dt{
	display : block ;
	background-color : RGB(152,65,81) ;
	color : white ;
	font-weight : bold ;
	padding : 2px 3px 1px 10px ;
	margin : 0px 10px 0px 10px ;
	
}

div#area_search_box dl dd{
	padding : 3px 3px 10px 3px ;
	margin : 0px 10px 0px 10px ;
}

/* 地域別もう使ってないここから */

#area_search_box table{
	border : none ;
	width : 100% ;
	font-size : 90% ;
}

#area_search_box table tr td.side_space{
	width : 2% ;
}

#area_search_box table tr td.center_space{
	width : 4% ;
}

#area_search_box table tr td.left_contents , #area_search_box table tr td.right_contents {
	width : 46% ;
	padding : 3px 3px 10px 3px ;
	vertical-align : top ;
}

#area_search_box table tr th.left_contents , #area_search_box table tr th.right_contents {
	background-color : RGB(181,134,110) ;
	color : white ;
	font-weight : bold ;
	padding : 2px 3px 1px 10px ;
}

div#area_search_box a , div#area_search_box a:visited{
	color : black ;
}

/* 地域別もう使ってないここまで */

/*=====[真ん中コンテンツ「業務別サーチ」部分]==============================*/

div#gyomu_search_box{
	margin : 20px 10px 20px 10px ;
	border-style :solid ;
	border-color : RGB(79,91,126)  ;
	border-width : 1px ;
	padding : 0px 0px 2px 0px;
	background-color:RGB(245,248,253);
	background-image:url(/images/top_gyoshu_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right ;
}

#gyomu_search_box h2{
	font-size : 100% ;
	font-weight : bold ;
	letter-spacing : 1px ;
	color : white ;
	background-color : RGB(79,91,126) ;
	padding : 4px 3px 3px 10px ;
	margin : 0px 0px 10px 0px ;
}


div#gyomu_search_box dl{
	border : none ;
	width : 49% ;
	font-size : 90% ;
 
}

div#gyomu_search_box dt{
	display : block ;
	background-color : RGB(113,135,182);
	color : white ;
	font-weight : bold ;
	padding : 2px 3px 1px 10px ;
	margin : 0px 10px 0px 10px ;
	
}

div#gyomu_search_box dl dd{
	padding : 3px 3px 10px 3px ;
	margin : 0px 10px 0px 10px ;
}

/* 業務別もう使ってないここから */

#gyomu_search_box table{
	border : none ;
	width : 100% ;
	font-size : 90% ;
}

#gyomu_search_box table tr td.side_space{
	width : 2% ;
}

#gyomu_search_box table tr td.center_space{
	width : 4% ;
}

#gyomu_search_box table tr td.left_contents , #gyomu_search_box table tr td.right_contents {
	width : 46% ;
	padding : 3px 3px 10px 3px ;
	vertical-align : top ;
}

#gyomu_search_box table tr th.left_contents , #gyomu_search_box table tr th.right_contents {
	background-color : RGB(113,135,182) ;
	color : white ;
	font-weight : bold ;
	padding : 2px 3px 1px 10px ;
}

div#gyomu_search_box a , div#gyomu_search_box a:visited{
	color :RGB(65,78,103) ;
}

/* 業務別もう使ってないここまで */

/*=====[通常のボックスが、左サイドバーに置かれた場合]==============================*/


#left_contena .normal_box{
	font-size : 90% ;
	margin : 10px 0px 10px 8px ; 
	padding : 0px ;
	border-width : 1px ;
	border-color : RGB(188,188,188)  ;
	border-style : solid ;
}

#left_contena dl.normal_box dt , #left_contena dl.normal_box dt a{
	background-color : RGB(224,183,177) ;
	padding : 4px 6px ;
	font-weight : bold ;
	color : RGB(113,36,61);
}

#left_contena dl.normal_box dd{
	background-color : RGB(244,232,227) ;
	padding : 4px 6px ;
	color : RGB(91,89,83) ;
}


/*=====[通常のボックスが、右サイドバーに置かれた場合]==============================*/

#right_contena .normal_box{
	font-size : 90% ;
	margin : 10px 8px 10px 0px ; 
	border-width : 1px ;
	border-color : silver RGB(146,148,163) RGB(146,148,163) silver ;
	border-style : solid ;
}

#right_contena dl.normal_box dt  {
	background-color : RGB(224,183,177) ;
	padding : 4px 4px ;
	font-weight : bold ;
}

#right_contena dl.normal_box dt a{ color : RGB(113,36,61) !important ; }

#right_contena dl.normal_box dd{
	background-color : RGB(244,232,227) ;
	padding : 4px 6px ;
	color : RGB(91,89,83) ;
}

#right_contena dl.normal_box ul li{
	list-style-type : none ;
}




/*=====[右サイドバー「都道府県別」ボックス]==============================*/



.area_box{
	font-size : 90% ;
	margin : 10px 2px 10px 2px ; 
	padding : 0px ;
	border-width : 2px ;
	border-color : RGB(152,65,81) ;
	border-style : solid ;
}

dl.area_box dt{
	background-color : RGB(152,65,81) ;
	padding : 4px 5px 4px 3px ;
	font-weight : bold ;
	color : white ;
}

dl.area_box dd{
	background-color : RGB(255,252,191) ;
	color : RGB(91,89,83) ;
	padding : 5px 4px 5px 4px  ;
}

dl.area_box dd li{
	list-style-type : none ;
	padding-left : 0px ;
	margin-left : 0px ;
	padding-bottom : 0px ;
}

div.todohuken{
	padding : 2px 0px 5px 0px ;
	font-size : 100% ;

}

/*-------都道府県名リスト部分-------

dl.area_box dd ul li{
	list-style-type : none ;
}

/*--[地方階層のリスト]---

dl.area_box dd ul.chihou{
	margin : 5px 5px 5px 5px ;
}


dl.area_box dd ul.chihou li{
	letter-spacing : 0px ;
	font-weight : normal ;
	font-size : 110% ;
	padding : 5px 0px 5px 0px;
	margin-bottom : 0px ;
}

/*--[都道府県階層のリスト]---

dl.area_box dd ul.todohuken li{
	letter-spacing : 0px ;
	font-size : 90% ;
	font-weight : bold ;
	border-bottom : 1px dashed silver ;
	padding : 0px ;
	margin : 4px 0px 0px 0px ;
}


dl.area_box dd ul.todohuken li p{
	letter-spacing : 0px ;
	padding : 3px 4px 2px 0px ;
	font-weight : normal ;
	line-height : 140% ;
}


/*=====[右サイドバー「業務別」ボックス]==============================*/


.gyomu_box{
	font-size : 90% ;
	margin : 10px 2px 10px 2px ; 
	padding : 0px ;
	border-width : 2px ;
	border-color : RGB(57,68,140) ;
	border-style : solid ;
}

dl.gyomu_box dt{
	background-color : RGB(57,68,140) ;
	padding : 4px 5px ;
	font-weight : bold ;
	color : white ;
}

dl.gyomu_box dd{
	background-color : RGB(248,247,255);
	color : RGB(91,89,83) ;
	padding : 5px 4px 5px 4px  ;
}

dl.gyomu_box dd li{
	list-style-type : none ;
	background-image: url(/images/arrow_blue01.gif);
	background-repeat:no-repeat;
	padding-left : 20px ;
	margin-left : 10px ;
	padding-bottom : 5px ;
	font
}

dl.gyomu_box dd li a{
	color : RGB(39,57,143) !important ;
}

/*--[業務別のリスト]---*/




/*=====[フッターボックス]==============================*/

#footer_contena div.normal_box{
	text-align :center ;
	font-size : 13px ;
	padding : 10px 10px ;
	border : none ;
}

.any{
	width : 50% ;
	height : 50px ;
}


/*---- 紹介文 -------*/

div.box div.description 
{
	padding : 5px 10px 8px 10px ;
	line-height : 150% ;
	margin : 3px 10px 8px 5px  ;
	border : 1px solid  ;
	clear : both ;
}


/*---- キャプチャ画面 -------*/

div.gyomu_subpage div.box img.capture , div.area_subpage div.box img.capture{
	display : block ;
	float: right ;
	margin : 5px 5px 5px 0px ;
	border : 1px  solid ;
}



/*  --------- 下部関連サイト  ------------------ */

div.related_link{
	margin : 40px 10px 10px 10px  ;
	font-size : 100% ;
	
}

div.related_link h2 {
	font-size : 100% ;
	color : RGB(152,65,81) ;
	margin : 0px 0px 4px 0px ;
	padding : 0px 0px 2px 0px ;
	border-bottom : 1px dashed RGB(77,103,58) ;
}

div.related_link ul li , div.related_link p {
	line-height : 1.4 !important ;
}

div.related_link ul li{
	background-image:url(/images/arrow_blue01.gif);
	background-repeat:no-repeat;
	background-position:0px 2px ;
	list-style-type:none;
	margin : 4px auto 4px 13px ;
	padding-left : 19px ;
}
 
 
div.ak_link{
	margin : 40px auto 30px 10px ;
	padding : 0px 15px 10px 15px ;
	border : 1px solid RGB(108,61,17) ;
	background-color : RGB(254,238,218) ;
}

div.ak_link h2 {
	font-size : 100% ;
	color : white ;
	margin : 0px -15px 10px -15px ;
	padding : 6px 0px 5px 10px ;
	background-color:RGB(108,61,17);
	border-bottom : 1px solid RRGB(108,61,17) ;
}

div.ak_link ul li , div.ak_link p {
	line-height : 1.4 !important ;
}

div.ak_link ul li{
	background-image:url(/images/arrow_red01.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px ;
	list-style-type:none;
	margin : 4px auto 4px 3px ;
	padding-left : 19px ;
}
 
 
a.desc01_a2textcolor{
	color : black !important ;
}

a.desc01_a2textcolor:hover{
	color : red !important ;
}


div.desc03{
	background-color : RGB(237,243,250) ; 
	padding : 5px 0px 5px 10px; 
	border : 1px dashed RGB(106,173,213) ; 
	margin : 5px 10px 15px 10px ; 
}

div.desc03 span.em01{ color : RGB(152,65,81) }

div.desc03 img.bloglogo{ 
	float : right ; 
	border : none ; 
	margin-right : -2px ; 
	margin-top : -8px ;

 }
 
 
 
 

/*=【Menu関係】===============================================*/

div.mn_box_article_normal{
	font-size : 90% ;
	margin : 0px 8px 0px 0px ; 
	border-width : 1px ;
	border-color : RGB(200,168,130) RGB(200,168,130) RGB(174,131,77) RGB(160,160,160) ;
	border-style : solid ;
	border-bottom : none ;
	background-color:RGB(255,252,17);
}


div.mn_box_article_normal a{
	color : RGB(78,52,146) ;
	}


div.mn_1st{
	background-color : RGB(255,215,140) ;
	padding : 4px 6px ;
	font-weight : bold ;
	color : RGB(87,48,0);
}

div.mn_1st a{ color : RGB(87,48,0) }
div.mn_1st a:visited{ color : RGB(87,48,0) }
div.mn_1st a:hover{ color : RGB(87,48,0) }


div.mn_1st_09{
	background-color : #2350A3 ;
	padding : 4px 6px ;
	font-weight : bold ;
	color : RGB(87,48,0);
}

div.mn_1st_09 a{ color : RGB(255,255,255) }
div.mn_1st_09 a:visited{ color : RGB(255,255,255) }
div.mn_1st_09 a:hover{ color : #E7803B }

div.mn_2nd{
	padding : 5px 3px 4px 15px  ;
	color : RGB(91,89,83) ;
	border-bottom : 1px dashed RGB(192,192,173) ;
	background-image:url(/images/arrow.gif) ;
	background-repeat:no-repeat;
	background-position:5px 7px;
	background-color:#fffcd9;
}

div.mn_3rd{
	padding : 3px 6px 3px 18px  ;
	color : RGB(91,89,83) ;
	background-color:white;
}

.mn_bottom{ border-bottom : none !important }

.mn_flash{
	position : relative ; 
	left : -4px ; 
	margin : 9px auto 6px auto ;
}

/* 現在地表示  */

.mn_1st_now div a{
	color : RGB(240,12,0) !important ;
}


.mn_1st_09_now div a{
	color : #E7803B !important ;
}
.mn_2nd_now div a{
	color : RGB(241,105,5) !important ;
}


.mn_3rd_now div a{
	color :　RGB(241,105,5) !important ;
}



/*=【囲み表】===============================================*/



table.index_table_19{
	width : 100% ;
	border:  1px RGB(70,79,117) solid ;
	border-collapse:collapse ;
	margin : 20px 0px ;
	background-color : RGB(207,205,225) ;
	font-size : 90% ;
}



table.index_table_19 tr th{
	font-weight : normal ; 
	text-align : left ;
	border : 1px solid RGB(70,79,117) ;
	background-color:RGB(147,153,191);
	padding : 3px 6px ;
	width : 16% ;
}

table.index_table_19 tr td{
	border : 1px solid RGB(70,79,117) ;
	padding : 3px 6px ;

}

table.design_table , table.design_table th , table.design_table td{
	border : none !important;
	background-color:transparent ;
	vertical-align:top ;
}


/*  トップページ下のSERP対策BOX */

dl.desc10{
}

h2.sub_cont{
	margin : 20px 10px 0px 10px ;
	border : 1px solid gray ;
	border-bottom : none ;
	padding : 3px 5px ;
	background-color:RGB(74,104,183);
	font-size : 0.9em ;
	font-weight:normal;
}

h2.sub_cont a{
	color : white !important ;
	outline:none ;
}

div.sub_cont_desc {
	margin : 0px 10px 20px 10px ;
	border : 1px solid gray ;
	padding : 3px 2px 2px 2px ;
	background-color : RGB(255,254,242) ;
	font-size : 0.9em ;
}

div.sub_cont_desc p{
	padding-left : 0px !important ;
	margin-left : 3px !important ;
}

div.sub_cont_desc a{
	display : block ;
	text-align : right ;
	padding-top : 3px ;
	padding-bottom : 3px ;
	padding-right : 3px ;
	outline:none ;
}


ul.area_search_list_v2{
	margin-left : 3em ;
	font-size : 1em ;
}

ul.area_search_list_v2 a{
	color : RGB(152,65,81) !important ;
}

ul.area_search_list_v2 li{
	padding-bottom : 6px ;
}


ul.gyoumu_search_list_v2{
	margin-left : 3em ;
	font-size : 1em ;
}

ul.gyoumu_search_list_v2 a{
	color : RGB(48,67,156) !important ;
}

ul.gyoumu_search_list_v2 li{
	padding-bottom : 6px ;
}


/* iframeニュース関係  */

div.news_h{
	width : 522px ;
	border : 1px solid gray ;
	border-bottom : none ;
	background-color: RGB(175,35,35) ;
	color : white ;
	margin : 0px 10px 0px 10px ;
	padding : 2px 6px 1px 6px  ;
	font-size : 90% ;
}

iframe.news_contena{
	border : 1px solid gray ;
	margin : 0px 10px 10px 10px ;
	width : 532px ;
	height : 73px ;
	padding : 0px ;
	background-color : #eeeeee ;
}

ul.news_contents{
	margin : 6px 20px 5px 30px ;
	font-size : 9pt ; 

}

ul.news_contents li{
	padding-bottom : 3px ;
}

/* Access Analyzer */

div#axL1 , #axL2{
	display : none ;
}


/* 底部誘導バナー */

table.cplx_bnr{
	margin : 20px auto ;
}

table.cplx_bnr td {
	text-align : center ;
	padding-right : 14px ;
}

table.cplx_bnr td a{
	font-size : 10pt ;
	text-decoration:underline;
}

table.cplx_bnr td img{
	border : none
}

table.cplx_bnr td a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
