
@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: RGB(242,242,242) ;
	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(223,32,32) }
em{ font-weight : bold ; }

/* アンカー要素 */
/*================================================*/


a{
	text-decoration : none ;
	color : RGB(39,54,158) ;
}

a:hover{
	text-decoration : underline ;
	color : RGB(253,43,64) ;
}

#left_contena .area_box a , #right_contena .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 ;
	height : 1230px ;
}

*>#left_contena{
	height : auto ;
	min-height : 1230px ;
}

#center_contena{
	width : 419px ;
	padding-right : 178px ;
	float : right ;
}

#right_contena{
	width : 169px ;
	padding-right : 4px ;
	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 : 10px 4px 10px 4px ;
	color : RGB(150,66,79) ;
}

div.site_description p{
	margin : 4px 4px 10px 4px ;
}

div.site_description strong{
	font-weight : normal ;
	color : RGB(152,65,81) ;
}

div.site_description strong a{
	font-weight : normal ;
	color : RGB(152,65,81) ;
}

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.desc02 span.em01{ color : RGB(152,65,81) }

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 ;

 }
 
 
 
 
 div.top90{
	background-color : RGB(230,239,218); 
	padding : 5px 10px ; 
	border : 1px dashed RGB(242,226,164) ; 
	margin : 5px 10px 15px 10px ; 
}
 
 div.top91{
	background-color :RGB(230,239,218); 
	padding : 5px 10px ; 
	border : 1px dashed RGB(242,226,164) ; 
	margin : 5px 10px 15px 10px ; 
} 
 
 
 
 

/*=====[真ん中コンテンツ「都道府県別サーチ」部分]==============================*/

div#area_search_box{
	margin : 20px 5px 30px 5px ;
	border-style :solid ;
	border-color : RGB(124,91,75)  ;
	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(124,91,75) ;
	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(181,134,110);
	color : white ;
	font-weight : bold ;
	padding : 2px 3px 1px 10px ;
	margin : 0px 7px 0px 7px ;
	
}

div#area_search_box dl dd{
	padding : 3px 3px 10px 3px ;
	margin : 0px 7px 0px 7px ;
}

/* 地域別もう使ってないここから */

#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 5px 20px 5px ;
	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% ;
	float : left ; 
}

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 ;
}



/*=====[通常のボックスが、左サイドバーに置かれた場合]==============================*/


 .normal_box{
	font-size : 90% ;
	margin : 10px 0px 10px 8px ; 
	padding : 0px ;
	border-width : 1px ;
	border-color : RGB(188,188,188)  ;
	border-style : solid ;
}

 dl.normal_box dt ,  dl.normal_box dt a{
	background-color : RGB(224,183,177) ;
	padding : 4px 6px ;
	font-weight : bold ;
	color : RGB(113,36,61);
}

 dl.normal_box dd{
	background-color : RGB(244,232,227) ;
	padding : 4px 6px ;
	color : RGB(91,89,83) ;
}


/*=====[通常のボックスが、右サイドバーに置かれた場合]==============================*/

 .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 ;
}

 dl.normal_box dt   {
	background-color : RGB(224,183,177) ;
	padding : 4px 4px ;
	font-weight : bold ;
}

 dl.normal_box dt a{ color : RGB(113,36,61) !important ; }

dl.normal_box dd{
	background-color : RGB(244,232,227) ;
	padding : 4px 6px ;
	color : RGB(91,89,83) ;
}

dl.normal_box ul li{
	list-style-type : none ;
}



/*=====[左サイドバー「都道府県別」ボックス]==============================*/


dl.area_box{
	font-size : 7.5pt ;
	margin : 10px 0px 10px 8px ; 
	padding : 0px ;
	border-width : 1px ;
	border-color : silver RGB(146,148,163) RGB(146,148,163) silver ;
	border-style : solid ;
}

dl.area_box dt{
	background-color : RGB(232,228,198) ;
	padding : 4px 6px ;
	font-weight : bold ;
	font-size : 10pt ;
	color : RGB(103,98,58) ;
}

dl.area_box dd{
	padding : 4px 3px 4px 3px ;
}
dl.area_box dd ul.chihou li{
	list-style-type : none ;
}

/*=====[右サイドバー「都道府県別」ボックス]==============================*/



#right_contena dl.area_box , #article_menu_contena dl.area_box {
	font-size : 80% ;
	margin : 10px 7px 10px 0px ; 
	padding : 0px ;
	border-width : 1px ;
	border-color : silver RGB(146,148,163) RGB(146,148,163) silver ;
	border-style : solid ;
}

dl.area_box dt{
	background-color : RGB(232,228,198) ;
	padding : 4px 10px ;
	font-weight : bold ;
	color : RGB(103,98,58) ;
}

dl.area_box dd{
	background-color : RGB(251,250,241) ;
	color : RGB(91,89,83) ;
	padding : 5px 4px 5px 4px  ;
}

dl.area_box dd li{
	list-style-type : none ;
}

div.todohuken{
	padding : 2px 0px 5px 0px ;
	font-size : 100% ;

}



/*=====[「業務別」ボックス]==============================*/

 .gyomu_box{
	font-size : 90% ;
	margin : 10px 0px 10px 8px ; 
	border-width : 1px ;
	border-color : silver RGB(146,148,163) RGB(146,148,163) silver ;
	border-style : solid ;
}

 dl.gyomu_box dt{
	background-color : RGB(232,228,198) ;
	padding : 4px 10px ;
	font-weight : bold ;
	color : RGB(103,98,58) ;
}

 dl.gyomu_box dd{
	background-color : RGB(251,250,241) ;
	padding : 4px 10px ;
	color : RGB(91,89,83) ;
}


/*--[業務別のリスト]---*/

ul.gyomu_list{
	margin-bottom : 1.5em ;
	padding-bottom : 1.5em ;
	border-bottom : 1px silver dashed ;
}

ul.gyomu_list li {
	list-style-type : none ;
	padding : 1px 0px ;
}



/*=====[フッターボックス]==============================*/

#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, .mem_dl_data .desc
{
	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, .mem_dl img{
	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(123,53,107) ;
	margin : 0px 0px 4px 0px ;
	padding : 0px 0px 2px 0px ;
	border-bottom : 1px dashed RGB(123,53,107) ;
}

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 3px ;
	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) ;
	display:none ;
}

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 RGB(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 ;
}




/*=【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 ;
}

table.shigyo_entry{ 
	border-collapse : collapse ; 
	border : 1px solid silver ;
	margin : 20px 30px ;
	}
table.shigyo_entry th{ 
	font-weight : normal ; 
	text-align : left ; 
	border : 1px solid silver ;
	padding : 5px 6px ;
	background-color : RGB(240,255,206) ;
	width : 30% ;
	vertical-align : top ;
	}
table.shigyo_entry td{
	border : 1px solid silver ;
	padding : 5px 6px ;
	background-color:RGB(253,255,238);
	vertical-align : top ;
	}

table.shigyo_entry td p{ margin : 0px ; padding : 0px  }

form{margin : 0px ;  padding : 0px}

select.senmon{
	display : block ;
	margin : 3px auto 3px 20px ;
}


/*  トップページ下のSERP対策BOX */

dl.desc10{
}

div.sub_cont_title{
	font-size : 100% ;
	border-bottom : 1px dashed gray ;
	margin : 20px 15px 10px 15px ; 
}

h2.sub_cont{
	margin : 20px 15px 0px 15px ;
	border : 1px solid gray ;
	border-bottom : none ;
	padding : 3px 4px ;
	background-color:RGB(221,191,209);
	font-size : 13px ;
	font-weight:normal;
}

h2.sub_cont a{
	color : black !important ;
	outline:none ;
}

div.sub_cont_desc {
	margin : 0px 15px 20px 15px ;
	border : 1px solid gray ;
	padding : 2px 4px ;
	background-color : RGB(245,241,245);
	font-size:90% ;
}

div.sub_cont_desc a{
	display : block ;
	text-align : right ;
	padding-top : 3px ;
	padding-bottom : 3px ;
	padding-right : 3px ;
	outline:none ;
}

.rightimg{
	border : 1px solid gray ;
	margin : 0px 0px 10px 10px ;
	float : right ;
}

.area_list_3{
	margin-left : 4em ;
}

.area_list_3 li a{
	color : RGB(68,49,40) !important ;
}

.area_list_3 li a:hover{
	color : RGB(227,6,6) !important ;
}

.area_list_3 li{
	padding-bottom : 5px ;
}

.column02{
	margin : 10px 10px 10px 150px ; 
	padding : 10px 0px 0px 0px ; 
	border : 1px dashed RGB(234,191,191) ; 
	background-color:RGB(249,238,243) ; 
	font-size:90% ; 

}

.column02 p{
	line-height:1.1em ;
}

div.qrcode{
	text-align : center ;
	padding : 8px 0px ;
	margin : 5px 25px ;
	border : 1px solid gray ;
}


/* iframeニュース関係  */

div.news_h{
	width : 517px ;
	border : 1px solid gray ;
	border-bottom : none ;
	background-color: RGB(55,51,54) ;
	color : white ;
	margin : 0px 10px 0px 15px ;
	padding : 2px 6px 1px 6px  ;
	font-size : 90% ;
}

iframe.news_contena{
	border : 1px solid gray ;
	margin : 0px 10px 10px 15px ;
	width : 527px ;
	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;
}