
@import url("/style/plink.css");


/* 初期設定 */
/*================================================*/


*{
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	word-break:break-all;
    word-wrap:break-word;
}

/* Initial Setting */

table , tr , th , td{ 
	border-collapse:collapse ; 
	vertical-align:top ; 
	text-align:left ; 
	font-weight:normal
}

a img{ border : none ;}



ul , ol{
	margin : 0.5em 5em 0.5em 7em ;
}

li{
	margin-bottom : 6px ;
}


blockquote{
	margin : 0em 3em ;
}

/* Link Color */


a:link { text-decoration:underline;}
a:visited { text-decoration:underline; }
a:hover { text-decoration: underline; color : red }


/* Common Opacity  */

a:hover img.opa40{
  filter: alpha(opacity=40);
  -moz-opacity:0.40;
  opacity:0.40;
}

a:hover img.opa60{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

a:hover img.opa80{
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


a:hover img.opa90{
  filter: alpha(opacity=90);
  -moz-opacity:0.90;
  opacity:0.90;
}



/*  */

.rightlink{
	text-align : right ;
	padding-right : 10px ;
}

.rightlink a{
	text-decoration : underline !important ;
}

/*  */

.rightlink2{
	text-indent:-2em ;
	margin-bottom : 0.4em ;
	margin-left : 5em ;
	margin-right : 0px ;
	line-height : 110% ;
}

.rightlink2 a{
	text-decoration : none  ;
}

.rightlink2 a:visited{
	text-decoration : none  ;
}

.rightlink2 a:hover{
	text-decoration : underline  ;
}


/* 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 ;
	padding: 0px ;
	font-size : 90% ;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-size : 95% ;
}
	

/* paragraph */

p{
	line-height : 1.5 ;
	font-size:  90% ;
	margin : 0px 0.1em 0.5em 0.1em ;
}

strong{	
	font-weight : normal ; 
	color : RGB(204,20,29) ;
}

em{	
	font-weight : bold ;
	font-style : normal ;
}




/* アンカー要素 エリア部分*/
/*================================================*/


#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 : 907px ;
	margin : 0px auto 0px auto ;
}


/*
#header_contena{
	width : 907px ;
	height : 105px ;
	background-color:#C9F;
}
*/

/*topページ　maincontent*/
div#article_contents_contena2{
	width :690px;
	padding : 10px 35px 10px 0px;
	float:left;
}

/* subページ　maincontent*/
div#article_contents_contena{
	width : 730px ;
	float : left ;
	padding : 20px 0 0 0 ;
}

/*中央コンテンツ*/
div#contents_contena{
	width : 486px ;
	float : right ;
	padding : 10px 30px 50px 30px;
}

/*左サイドバー*/
div#menu_contena{
	width : 178px ;
	padding : 0;
	float : left ;
}

/*右サイドバー*/
div#article_menu_contena{
	float : right ; 
	width : 173px ;
	margin-top:20px;
}









#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;
}


/*　ＳＥＯ用 */

div.sub_midashi{
	margin-top : 2em;
	margin-bottom : 0.4em;
	padding-bottom : 0.2em;
	padding-left : 25px;
	font-weight : bold;
	background-image: url(/images/point_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



div.box_contents03{
	line-height : 1.5;
	font-size:  90%;
	background-color: #FFFFCC;
	padding: 10px 10px;
	border: 1px dashed #999999;
	margin: 10px 25px;
}

h3.top_box_title3{
	border : 1px solid #CCCCCC;
	border-bottom : none;
	margin : 10px 15px 0px 15px!important;
	padding : 5px 10px;
	font-weight : normal;
	font-size : 100%;
	background:RGB(239,219,165) url(/images/point_05.gif) no-repeat 3px center;
}

h3.top_box_title3 a{
	color : black ;
}


div.top_box_contents3{
	border : 1px solid darkgray;
	padding : 5px 8px;
	margin : 0px 15px 10px 15px;
	background-color:RGB(255,253,251);

}


/* -----------------------------------------*/
/* right link */

.rightlink {
	text-align: right;
	padding-right: 10px;
	padding-top:20px;
}
.rightlink a{
	text-decoration:underline !important;
}












h1{
	margin : 30px -10px 15px -10px ;
	padding : 5px 10px ;
/*	background-color:RGB(55,55,55) ;*/
	background-color: #BD3838;
	font-size : 100% ;
	color : RGB(255,255,255) ;
/*	border : 1px solid RGB(0,73,2) ;*/
	border : 1px solid #BD3838 ;
}

h2{
	margin : 30px -10px 15px -10px ;
	background-color:transparent ;
	font-size : 105% ;
	color : RGB(0,73,2) ;
	border-bottom : 1px dashed RGB(0,73,2) ;
}

h3{
	margin : 40px 0px 15px -5px ;
	background-color:transparent ;
	font-size : 105% ;
	color : RGB(55,55,55) ;
	border-bottom : 1px dashed RGB(55,55,55)) ;
	font-weight:bold;
}






.pb20{padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pl20{padding-left:20px;}
.pl50 {padding-left:50px;}
.pr20 {padding-right:20px;}

.pr00{padding-right:0px !important;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30 {padding-top:30px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}


.fr{float:right;}
.fl{float:left;}
.clear{clear:both;}

.my_em{font-weight:bold;}
.fs10px{font-size:10px!important;}


/*topページの表記*/

div#article_contents_contena2 h1{
	margin : 20px 0 15px 0 ;
	background-color:transparent ;
	font-size : 105% ;
	color : #634414 ;
	border : none !important;
	border-bottom : 1px dashed RGB(0,73,2) !important;
	font-size:20px;
	padding:0 !important;
}



div#article_contents_contena2 dl.top_topic{
	margin-left:5px;
	padding:0 0 25px 30px;
	background-image:url(/images/top/top_icon.gif);
	background-repeat: no-repeat;
	position: top left;
}

div#article_contents_contena2 dl.top_topic dt{
	font-weight:bold;
	font-size:18px;
}


div#article_contents_contena2 div.linktop01{
    float: left;
    font-size: 14px;
    padding: 10px 15px 10px 0px;
    width: 220px;
}


div#article_contents_contena2 div.linktop01 p{
    width: 220px;
    height:100px;
    background-color:#cccccc;
}

table.index_cnt_list {
    background-color: #FAF5EF;
    border: 1px solid #CDCCCA;
    border-collapse: collapse;
    clear: both;
    font-size: 13px;
    margin: 20px 0 40px 0;
    width: 690px;
}

table.index_cnt_list tbody {
    display: block;
    padding: 5px 0;
}

table.index_cnt_list,table.index_cnt_list tr,table.index_cnt_list th,table.index_cnt_list td{
    border-collapse: collapse;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

table.index_cnt_list td {
    background:  #FBF8F3;
    padding: 7px 8px 7px 30px;
    vertical-align: top;
}


/*topの→用*/
.arrow01 {
	background:url(../images/shared/icon02.jpg) 0 4px no-repeat scroll transparent;
	padding-left:15px;
}
	
.arrow02 {
	background:url(../images/shared/arrow02.gif) 0 6px no-repeat scroll transparent !important;
	padding-left:8px !important;
}



div#article_contents_contena h2{
	margin : 30px 0 15px 0 ;
	background-color:transparent ;
	font-size : 105% ;
	color : #000000 ;
	border:none;
	border-bottom : 1px dashed RGB(0,73,2) ;
	font-size:20px;
}


/*　サイドボックス　*/

div.sb_title {
    background-color: #c4a472;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
    color: white;
    font-size: 80%;
    margin: 5px 0 0 2px;
    padding: 6px 4px 4px;
    text-align: center;
	width:161px;
}

div.sb_title a{
	color : white !important ;
	text-decoration:none;
}

div.sb_contents {
    background-color: white;
    border: 1px solid gray;
    color: #2A2A2A;
    font-size: 80%;
    line-height: 1.2;
    margin: 0 0 5px 2px;
    padding: 4px;
	width:161px;
}

.sb_img_center {
    border: 1px solid gray;
    display: block;
    margin: 3px auto;
}


/*問い合わせ用バナー*/

.sb_contents_bh a img.inquiry_bn {
	background:url(/images/top/inquiry01.jpg) 0 0 no-repeat scroll transparent ;
}

.sb_contents_bh a:hover img.inquiry_bn {
	background:url(/images/top/inquiry01.jpg) 0 -175px no-repeat scroll transparent ;
}


/*BHへのリンクバナー*/
div.sb_contents_bh{
	margin : 0px 0px 5px 2px;
}

.sb_contents_bh a img.inquiry_bn {
	background:url(/images/top/inquiry01.jpg) 0 0 no-repeat scroll transparent ;
}

.sb_contents_bh a:hover img.inquiry_bn {
	background:url(/images/top/inquiry01.jpg) 0 -175px no-repeat scroll transparent ;
}

/*お気に入りボタン*/
div#fav_btn{
	text-align : center ;
	padding : 10px 0px 10px 0px ;
}


/* 20110208 坂本追加 */

div#all_contena{
	width : 907px ;
	margin : 0px auto !important;
	position : relative ;
}

p#header_left{
	width : 249px ;
	height:51px;
	float :left ;
	margin:0px !important;
	padding:10px 0 10px 0;
}

p#header_right{
	width : 169px ;
	height:51px;
	float : right ;
	margin:0px !important;
	padding:10px 0 10px 0;
}

p#header_right img{
	margin:0 !important;
}

/*　TOP画像　*/

#header_main a img.top_btn {
	background:url(/images/header/top_btn.png) 0 -38px no-repeat scroll transparent ;
	position: absolute;
	top: 357px;
	left: 0;
}

#header_main a:hover img.top_btn {
	background:url(/images/header/top_btn.png) 0 0 no-repeat scroll transparent ;
}

p#header_main{
	clear:both;
	margin:0px;
}




/*　ヘッダー　*/

ul#header-menu{
	clear:both;
	border: medium none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
	height:48px;
}

ul#header-menu li a{
	display : block ;
}

ul#header-menu li{
	list-style-type: none ;
	float : left ;
	display : block ;
	margin-bottom:0px;
}


ul#header-menu li.hm_index a{	width : 83px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) 0 0 no-repeat transparent ;}
ul#header-menu li.hm_sv a{	width : 149px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -83px 0 no-repeat transparent ;}
ul#header-menu li.hm_sl a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -232px 0 no-repeat transparent ;}
ul#header-menu li.hm_fi a{	width : 114px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -340px 0 no-repeat transparent ;}
ul#header-menu li.hm_sy a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -454px 0 no-repeat transparent ;}
ul#header-menu li.hm_uf a{	width : 124px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -562px 0 no-repeat transparent ;}
ul#header-menu li.hm_ex a{	width : 113px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -686px 0 no-repeat transparent ;}
ul#header-menu li.hm_od a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -799px 0 no-repeat transparent ;}


ul#header-menu li.hm_index_c a{	width : 83px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) 0 -96px no-repeat transparent ;}
ul#header-menu li.hm_sv_c a{	width : 149px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -83px -96px no-repeat transparent ;}
ul#header-menu li.hm_sl_c a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -232px -96px no-repeat transparent ;}
ul#header-menu li.hm_fi_c a{	width : 114px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -340px -96px no-repeat transparent ;}
ul#header-menu li.hm_sy_c a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -454px -96px no-repeat transparent ;}
ul#header-menu li.hm_uf_c a{	width : 124px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -562px -96px no-repeat transparent ;}
ul#header-menu li.hm_ex_c a{	width : 113px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -686px -96px no-repeat transparent ;}
ul#header-menu li.hm_od_c a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -799px -96px no-repeat transparent ;}

ul#header-menu li.hm_index a:hover{	width : 83px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) 0 -48px no-repeat transparent ;}
ul#header-menu li.hm_sv a:hover{	width : 149px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -83px -48px no-repeat transparent ;}
ul#header-menu li.hm_sl a:hover{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -232px -48px no-repeat transparent ;}
ul#header-menu li.hm_fi a:hover{	width : 114px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -340px -48px no-repeat transparent ;}
ul#header-menu li.hm_sy a:hover{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -454px -48px no-repeat transparent ;}
ul#header-menu li.hm_uf a:hover{	width : 124px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -562px -48px no-repeat transparent ;}
ul#header-menu li.hm_ex a:hover{	width : 113px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -686px -48px no-repeat transparent ;}
ul#header-menu li.hm_od a:hover{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -799px -48px no-repeat transparent ;}

/*-----------------------------*/

ul.header-menu{
	clear:both;
	border: medium none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
	background-color:#009;
	height:48px;
}

ul.header-menu li a{
	display : block ;
}

ul.header-menu li{
	list-style-type: none ;
	float : left ;
	display : block ;
	margin-bottom:0px;
}


ul.header-menu li.hm_index a{	width : 83px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) 0 0 no-repeat transparent ;}
ul.header-menu li.hm_sv a{	width : 149px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -83px 0 no-repeat transparent ;}
ul.header-menu li.hm_sl a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -232px 0 no-repeat transparent ;}
ul.header-menu li.hm_fi a{	width : 114px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -340px 0 no-repeat transparent ;}
ul.header-menu li.hm_sy a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -454px 0 no-repeat transparent ;}
ul.header-menu li.hm_uf a{	width : 124px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -562px 0 no-repeat transparent ;}
ul.header-menu li.hm_ex a{	width : 113px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -686px 0 no-repeat transparent ;}
ul.header-menu li.hm_od a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -799px 0 no-repeat transparent ;}


ul.header-menu li.hm_index_c a{	width : 83px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) 0 -96px no-repeat transparent ;}
ul.header-menu li.hm_sv_c a{	width : 149px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -83px -96px no-repeat transparent ;}
ul.header-menu li.hm_sl_c a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -232px -96px no-repeat transparent ;}
ul.header-menu li.hm_fi_c a{	width : 114px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -340px -96px no-repeat transparent ;}
ul.header-menu li.hm_sy_c a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -454px -96px no-repeat transparent ;}
ul.header-menu li.hm_uf_c a{	width : 124px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -562px -96px no-repeat transparent ;}
ul.header-menu li.hm_ex_c a{	width : 113px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -686px -96px no-repeat transparent ;}
ul.header-menu li.hm_od_c a{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -799px -96px no-repeat transparent ;}

ul.header-menu li.hm_index a:hover{	width : 83px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) 0 -48px no-repeat transparent ;}
ul.header-menu li.hm_sv a:hover{	width : 149px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -83px -48px no-repeat transparent ;}
ul.header-menu li.hm_sl a:hover{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -232px -48px no-repeat transparent ;}
ul.header-menu li.hm_fi a:hover{	width : 114px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -340px -48px no-repeat transparent ;}
ul.header-menu li.hm_sy a:hover{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -454px -48px no-repeat transparent ;}
ul.header-menu li.hm_uf a:hover{	width : 124px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -562px -48px no-repeat transparent ;}
ul.header-menu li.hm_ex a:hover{	width : 113px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -686px -48px no-repeat transparent ;}
ul.header-menu li.hm_od a:hover{	width : 108px ;	height : 48px ;	background:url(/images/shared/header/com_header_mn_img.png) -799px -48px no-repeat transparent ;}


/*////////////////////////////////////////*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.n_mlr10 {
    margin: 0 -10px;
}

div.lside200_rside260 {
    padding-bottom: 10px;
    width: 483px;
}

div.lside200_rside260 p.imgleft {
    float: left;
    width: 200px;
}

div.lside200_rside260 dl {
    float: right;
    width: 260px;
}

div.lside200_rside260 dt {
    color: #FF6600;
    font-weight: bold;
    margin-bottom: 0.5em;
}

div.lside200_rside260 dd {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    padding-bottom: 8px;
}

div.lside200_rside260 p.imgleft {
    float: left;
    width: 200px;
}

.st_g {
    background: url("../images/shared/icon02.jpg") no-repeat scroll 3px 5px transparent;
    font-size: 15px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 1px;
}

.pl50 {
    padding-left: 50px;
}

.pr20 {
    padding-right: 20px;
}

.pt30 {
    padding-top: 30px;
}


table.table_100p_01 {
    border: 1px solid silver;
    font-size: 80%;
    margin: 2em auto;
    width: 486px;
}

table.table_100p_01 th {
    background-color: #F3EBE0;
    border: 1px solid silver;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}

table.table_100p_01 td {
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    padding: 7px 6px;
    text-align: center;
    vertical-align: middle;
}

table.table_100p_01 td.midashi {
    background-color: #F7F4EF;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    padding: 7px 6px;
    text-align: left;
    vertical-align: middle;
}

ul.exsupport {
    list-style-type: disc;
    margin: 20px 0 0 30px;
}

.sign {
	text-align: right;
	font-weight: bold;
}

.sign img {
	vertical-align: middle;
}
table.price_table {
    font-size: 14px;
    margin: 50px -10px 2em;
    width: 506px;
}

col.prind {
    width: 65px !important;
}

col.pri1 {
    width: 147px !important;
}

col.pri2 {
    width: 147px !important;
}

col.pri3 {
    width: 147px !important;
}

table.price_table th {
    border: 1px solid #949294;
    padding: 5px 4px;
    width: 53px;
}

table.price_table tr.lineA th {
    background-color: #F9F7F9;
}

table.price_table tr.lineB th {
    background-color: #EFEBEF;
}

table.price_table tr.lineA td.speed {
    background-color: #E7FFEB;
}

table.price_table tr.lineB td.speed {
    background-color: #D7FFD4;
}

table.price_table tr.lineA td.kihon {
    background-color: #E8FEFF;
}

table.price_table tr.lineB td.kihon {
    background-color: #CFFEF3;
}

table.price_table tr.lineA td.original {
    background-color: #E9EBFB;
}

table.price_table tr.lineB td.original {
    background-color: #D6E2F6;
}

table.price_table tr.price td {
    text-align: right;
}

table.price_table tr.detail td {
    text-align: center;
}

table.price_table td {
    border: 1px solid #949294;
    padding: 5px 4px 5px 5px;
}

table.price_table td.speed {
    width: 127px;
}

table.price_table td.kihon {
    width: 127px;
}

table.price_table td.original {
    width: 127px;
}

table.price_table td ul {
    margin: 0 !important;
}

table.price_table td ul li {
    list-style-type: none;
    margin: 0 5px 5px 3px !important;
}

table.sv_ichiran {
    font-size: 12px;
}

table.sv_ichiran th {
    background-color: #FFFF99;
    border: 1px solid silver;
    padding: 2px 4px;
    text-align: center;
}

table.sv_ichiran td {
    border: 1px solid silver;
    padding: 2px 4px;
    text-align: center;
}

table.sv_ichiran_opt {
    font-size: 12px;
    margin-bottom: 2em;
}

table.sv_ichiran_opt thead th {
    background-color: #E1FDBB;
    padding: 4px;
    width: auto;
}

table.sv_ichiran_opt th {
    background-color: #F7FFEE;
    border: 1px solid silver;
    padding: 2px 4px 2px 14px;
    text-align: left;
/*    width: 280px;*/
	width: 223px;
}

table.sv_ichiran_opt td {
    border: 1px solid silver;
    padding: 2px 4px;
    text-align: right;
}

div.explain dl dt {
    border-top: 1px dashed silver;
    display: block;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;
}

div.explain dl dd {
    padding-bottom: 1em;
}

div.explain dl dd.more {
    text-align: right;
}

table.nagare {
    width: 486px;
}

table.nagare tr td {
    padding: 10px 0 !important;
}

table.nagare h3 {
    margin: 0 10px 20px;
}

table.nagare p {
    margin: 10px 10px 20px;
}

div.jisseki {
    clear: both;
    margin: 0 auto 5px;
    padding: 20px 2px;
    width: 460px;
}

div.jisseki h2 {
    border-bottom: 1px solid #004902;
    margin: 5px auto !important;
    padding: 0 !important;
    text-align: center;
    width: 210px;
}

div.jisseki h2 + p {
    margin: 5px auto !important;
    width: 172px;
}

div.jissekil {
    float: left;
    margin: 0 auto;
    width: 220px;
}

div.jissekir {
    float: right;
    margin: 0 auto;
    width: 220px;
}

div.jissekil p {
    margin: 10px auto 5px !important;
    width: 200px;
}

div.jissekir p {
    margin: 10px auto 5px !important;
    width: 200px;
}

.jissekih {
    text-align: center;
}

div.jissekilink {
    clear: both;
    margin: 5px auto;
    padding: 50px 0 40px;
    width: 460px;
}

div.jilinkl {
    float: left;
    margin: 0 auto;
    width: 120px;
}

div.jilinkr {
    float: right;
    margin: 0 auto;
    width: 320px;
}

div.jilinkr p {
    font-size: 16px;
    padding: 5px 0 0;
    text-align: left;
}

.mtb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

dl.side305_side173 {
    clear: both;
    width: 483px;
}

dl.side305_side173 dt {
    display: block;
    float: left;
    padding: 0;
    width: 305px;
}

dl.side305_side173 dd {
    display: block;
    float: left;
    padding: 0 0 15px;
    width: 173px;
}

dl.side305_side173 h3 {
    float: left;
    margin: 0;
}

dl.side305_side173:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.design_img {
    margin: 20px auto;
    width: 486px;
}

.design_img td {
    padding: 4px;
}

h3.st_b {
    background: url("/images/sv/icon_question.jpg") no-repeat scroll 0 3px transparent;
    color: #269A1F;
    font-size: 100%;
    margin: 2.5em 0 10px;
    padding: 15px 0 10px 50px;
}

h3.st_b a:link, h3.st_b a:visited, h3.st_b a:active {
    color: #269A1F;
}

p.st_b {
    background: url("/images/sv/icon_answer.jpg") no-repeat scroll 0 3px transparent;
    margin-bottom: 0.5em;
    padding-left: 50px;
    padding-top: 15px;
}

.green {
    color: #349967;
}

.red {
    color: red;
}

.ml50 {
    margin-left: 50px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

table.de_form01 {
    font-size: 13px;
    width: 486px;
}

table.de_form01 th {
    border: medium none;
    padding: 10px 4px 2px;
    width: 140px;
}

table.de_form01 td {
    padding: 8px 4px 2px 40px;
    width: 300px;
}

table.de_form01 td.submitb {
    border: medium none;
    padding: 2px 4px;
    text-align: center;
    width: auto;
}

.left_bar {
    border-left: 4px solid #CE7728;
    margin-left: 5px;
    padding-left: 5px;
}

td.must {
    background: url("/images/shared/must.gif") no-repeat scroll left 10px transparent;
}

td.option {
    background: url("/images/shared/option.gif") no-repeat scroll left 10px transparent;
}

.t_border0 {
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 20110209 坂本追加 */

table.price_list {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    margin: 20px auto;
    width: 362px;
}

table.price_list tr, table.price_list th, table.price_list td {
    border: 1px solid #CCCCCC;
    padding: 3px 0;
}

table.price_list td {
    text-align: center !important;
}

table.price_list th {
    padding-left: 10px !important;
}

col.price_cont {
    background-color: #FFFFCC;
    width: 240px;
}

col.price_num {
    background-color: #E1F0FF;
    width: 120px;
}

table.table_3clm {
    font-size: 85%;
    margin: 2em auto;
    width: 400px;
}

table.table_3clm td {
    padding: 0 18px;
    width: 164px;
}

table.table_dialog {
    margin: 20px 30px;
}

table.table_dialog th {
    border-top: 1px dashed #8CC8DB;
    padding: 8px;
    width: 5em;
}

table.table_dialog td {
    border-top: 1px dashed #8CC8DB;
    padding: 10px 0 8px 8px;
}

table.price_compare {
    border: 4px double #333333;
    border-collapse: collapse;
    margin: 20px auto;
    width: 482px;
}

table.price_compare tr, table.price_compare th, table.price_compare td {
    border: 1px solid #333333;
    padding: 3px 0;
}

table.price_compare td {
    padding-right: 5px !important;
    text-align: right !important;
}

table.price_compare th {
    padding-left: 5px !important;
}

col.compare_cont {
    background-color: #FFFFCC;
    width: 89px !important;
}

col.compare_num1 {
    width: 200px !important;
}

col.compare_num2 {
    width: 185px !important;
}

tr.compare_comp th {
    background-color: #E7D8AF;
    text-align: center !important;
}

span.compare_style {
    font-family: 'Comic Sans MS';
    font-size: 1.4em;
    font-style: italic;
}

div.conts1, blockquote.conts1 {
    background-color: #FAFBD2;
    border: 1px dashed #EAD38E;
    margin: 15px auto;
    padding: 6px 12px;
}

div.conts3 {
    background: none repeat scroll 0 0 #FAF0E6;
    border: 1px dashed #990000;
    margin: 15px auto;
    padding: 6px 12px;
}

ul.normal01{
    margin: 0.5em 0 0.5em 3em;
	list-style-type:none;
	padding:5px 0px;
}

dl.sgbook_link01{
    clear: both;
    margin: 40px 0 40px 0;
    width: 486px;
	height:
}

dl.sgbook_link01 dt{
    display: block;
    float: left;
    padding-right: 10px;
    width: 90px;
}

dl.sgbook_link01 dd{
    display: block;
    float: left;
    width: 386px;
}

div.navi01a{
    font-size: 90%;
    margin: 5em 0 1em;
    text-align: center;
    width: 486px;
}

div.navi01a ul {
    clear: both;
    margin: 0 !important;
    text-align: center !important;
	list-style-type:none;
}

div.navi01a li{
	display:inline;
	padding:0 5px 0 5px;
}	

div.navi01b{
    font-size: 90%;
    margin: 0 0 3em;
    text-align: center;
    width: 486px;
}

div.navi01b ul {
    clear: both;
    margin: 0 !important;
    text-align: center !important;
	list-style-type:none;
}

div.navi01b li{
	display:inline;
	padding:0 5px 0 5px;
}	


 dl.faqcategory {
	margin: 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

 dl.faqcategory dt.firstchild {
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 35px;
	background-position: 0px 0px;
	border: none;
}

 dl.faqcategory dt {
	margin: 20px 0px 5px 0px;
	padding: 12px 0px 0px 35px;
	background-image: url("/images/faq/icon_faq_q.jpg");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-top: 1px solid #dbdbdb;
}

 dl.faqcategory dd {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 35px;
	background-image: url("/images/faq/icon_faq_a.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

 dl.faqcategory dd span {
	display: block;
	font-weight: bold;
	color: #eb5252;
	margin-bottom: 5px;
}

 dl.faqcategory2 {
	margin: 20px 0px;
}

 dl.faqcategory2 dt {
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 3px 35px;
	background-image: url("/images/faq/icon_faq_q.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	font-weight: normal;
}

 dl.faqcategory2 dt a {
	color: #0000dd;
}

 dl.faqcategory2 dd {
	margin: 0px 0px 20px 0px;
	padding: 2px 0px 0px 35px;
	background-image: url("/images/faq/icon_faq_a.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000000 !important;
}

 dl.faqcategory2 dd span {
	display: block;
	font-weight: bold;
	color: #f08080;
	margin-bottom: 5px;
}

 dl.faqcategory2 dd p {
	margin-top: 10px;
	line-height: 1.3;
}

 dl.faqcategory2 p.alink {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url("/images/faq/icon_faq_arrow2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

 dl.faqcategory2 p.close {
	width: 135px;
	margin: 10px 0px 5px 0px;
	padding: 0 15px 5px 15px;
	font-weight: bold;
	background-color: #e7e7e7;
}

 dl.faqcategory2 p.close a {
	padding: 0 0 0 15px;
	background-image: url("/images/faq/icon_faq_up.jpg");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #666666;
	font-weight: normal;
	font-size : 90% ;
}

.blogde {
    color: red;
}

.in_btn_c231 {
    margin: 10px auto;
    width: 231px;
}

.in_btn_c250 {
    margin: 10px auto;
    width: 250px;
}

.in_btn_c165 {
    margin: 10px auto;
    width: 165px;
}

.in_btn_c148 {
    margin: 10px auto;
    width: 148px;
}

.kakomi_y1 {
    background-color: #FCF8E9;
    border: 1px dashed #EDD174;
    margin: 20px 30px;
    padding: 10px 20px;
}

body div#contents_contena_1clm {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 800px;
}
body div#contents_contena_1clm h1{
/*    background-color: #A91B97;
    background-image: url("/images/bg_gra_murasaki.jpg");
    background-repeat: repeat-x;
    border: 1px solid #882267;*/
	background-color: #BD3838 !important;
    color: white;
    font-size: 105%;
    font-weight: bold;
    margin: 30px -10px 15px;
    padding: 5px 10px;
}

ul.siryo_inq {
    left: 80px;
    list-style-type: disc;
    position: absolute;
    top: 310px;
}

/* footer 20110209 坂本追加 */

div#footer_contena{
	width : 907px ;
	margin : 0px;
	padding : 0px 0px 10px 0px ;
	clear : both ;
	background-color:white ;	
	font-size : 80% ;
}

div.footer_menu{
	background-color : RGB(223,223,223) ;
	padding : 6px 10px ;
	line-height : 1.3 ;
	font-size : 85% ;
	border-bottom : 1px solid gray ;
}

div.footer_menu a{
	color : RGB(38,50,151) !important  ;

}

div.footer_contents{
	margin : 10px 0 ;
	line-height : 1.5 ;
	clear:both;
	width:907px;
}

div.footer_left{
	float : left ;
	padding : 20px 0px 10px 100px ;
	width : 120px ;
	text-align:left;
}

div.footer_right{
	float : left ;
	padding : 20px 0px 10px 10px ;
	width : 540px ;
	text-align:left;
	font-size : 85% ;
}

div#footer_contena h3{
	font-size : 100% ;
	font-weight : normal ;
}

div#footer_contena h3 a{
	color : black !important ;
}

.footer_dl {
    float: left;
}

.footer_dl dt {
    float: left !important;
    width: 130px !important;
}

.footer_dl dd {
    padding-left: 150px !important;
}

.footer_ul {
    float: right;
    margin: 0;
}

.footer_ul li {
    list-style: none outside none;
}

.inquiry_ul {
    margin: 10px 0 10px 50px !important;
}

.inquiry_cntn_01 {
    background-color: #FFFFCE;
    padding: 10px;
}

.inquiry_cntn_01 dt {
    float: left;
    width: 81px;
}

.inquiry_cntn_01 dd {
    padding-left: 91px;
}

.footer_link a {
    color: #000000;
    text-decoration: none;
}

/* 左のサイドメニュー */

div.sm_box{

	padding : 2px 2px 2px 2px ;
	margin : 20px 0px ;
	line-height : 1.2 ;
}

div.sm_1st_label{
	display:block ;
	margin : 2px 2px 2px 2px ;
	padding : 5px 4px ;
	border : 1px solid black ;
	background:  RGB(15,96,19) ;
	font-size:80% ;
	color : white ;
}

div.sm_1st_label_now{
	display:block ;
	margin : 2px 1px 2px 2px ;
	padding : 5px 4px ;
	border : 1px solid black ;
	border-left : 4px black solid ;
	border-left-color : RGB(77,70,206) ;
	background-color : RGB(43,37,139)  ;
	font-size:80% ;
	color : white ;
}

div.sm_1st_label_now a{
	color : white !important ;
}

div.sm_1st{
	border-left : 1px RGB(98,98,98) solid ;
	margin-left : 2px ;
	margin-right : 2px ;
}

div.sm_1st a{
	display:block ;
	margin : 2px 0px 2px 0px ;
	padding : 5px 4px ;
	border : 1px solid RGB(45,45,45) ;
	border-left : 4px RGB(69,121,0) solid ;
	background-color : RGB(229,254,161) ;
	font-size:80% ;
	color : black ;
	text-decoration:none;
}

div.sm_1st a:visited{
	color : black ; 
}

div.sm_1st a:hover{
	background : RGB(253,222,217)   ;
	color : RGB(204,20,29) !important ;
	text-decoration : underline ;
}

div.sm_now a{
	/*background-color :  RGB(0,54,2) !important ;
	border-left-color : RGB(0,54,2) !important ;*/
	/*background-color :  #547800 !important ;
	border-left-color : #547800 !important ;*/
	background-color :  #c4a472 !important ;
	border-left-color : #795112 !important ;
	/*color : RGB(255,247,83)  !important ;*/
	color : #ffffff  !important ;
	text-decoration:none;
}

div.sm_2nd{
	border-left : 1px RGB(98,98,98) solid ;
	margin-left : 2px ;
	margin-right : 2px ;
}

div.sm_2nd a{
	display:block ;
	margin : 2px 0px 2px 0px ;
	padding : 5px 4px 5px 24px ;
	border : 1px solid gray ;
	border-left : 4px RGB(228,217,107) solid ;
	background-color : RGB(255,255,228) ;
	background-image:url(/images/arrow_black.gif) ;
	background-position:14px 9px ;
	background-repeat:no-repeat;
	font-size:80% ;
	color : RGB(85,60,0) !important  ;
	text-decoration:none;
}

.sm_now2 a{
	background-image:url(/images/arrow_red.gif) !important ;
	background-repeat:no-repeat !important;
	background-position:4px 10px !important;
	/*background-color:RGB(255,247,83) !important ;*/
	background-color:#ffeaa2 !important ;
	padding : 5px 4px 5px 12px!important ;

}

.sm_now2 a{
	color : RGB(204,20,29) !important ;
	text-decoration:none;
}

div.sm_2nd a:hover{
	background : RGB(253,222,217)   ;
	color : RGB(204,20,29) !important ;
	text-decoration : underline ;
	background-image:url(/images/arrow_black.gif) ;
	background-position:14px 9px ;
	background-repeat:no-repeat;
}

.sm_now2{
	color : RGB(204,20,29) !important ;
}

div.sm_3rd{
	margin : 2px 2px ;
	padding : 5px 5px 5px 38px ;
	border : 1px solid gray ;
	background-color : RGB(255,255,255) ;
	background-image:url(/images/arrow_gray.gif) ;
	background-position:28px 8px ;
	background-repeat:no-repeat;
	font-size:80% ;
}

div.sm_3rd a , div.sm_3rd a:visited{
	color : RGB(48,48,112) ;
}

div.sm_3rd a:hover{
	background : RGB(253,222,217)   ;
	color : RGB(204,20,29) !important ;
	text-decoration : underline ;
}


.sm_now3{
}

.sm_now3 a{
	color : RGB(204,20,29) !important ;
	text-decoration:none;
}


div.sm_4th{
	margin : 2px 2px ;
	padding : 5px 4px 5px 17px ;
	border : 1px solid gray ;
	background-color : RGB(255,255,255) ;
	background-image:url(/images/arrow_black.gif) ;
	background-position:8px 9px ;
	background-repeat:no-repeat;
	font-size:80% ;
}

div.sm_4th a , div.sm_4th a:visited{
	color : RGB(48,48,112) ;
}

.sm_now4{
	color : RGB(204,20,29) !important ;
	
}

.sm_extra a{
	background-color :RGB(237,209,116) !important ;
	border-color:#663366  !important ;
	text-decoration:none;
}

h3.sb_title {
    background-color: #c4a472;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
    color: white;
    font-size: 80%;
    margin: 5px 0 0 2px;
    padding: 6px 4px 4px;
    text-align: center;
	width: 164px;
}

ul.sb_contents {
    background-color: white;
    border: 1px solid gray;
    color: #2A2A2A;
    font-size: 80%;
    line-height: 1.4;
    list-style: none outside none;
    margin: 0 0 5px 2px;
    padding: 4px;
	width: 164px;
}

/* sgbook */

.bookUI03{
	background-color : #fff7d0 ;
	padding : 10px 20px ;
	width : 446px ;
	margin : 1em auto 1em 0 ;
	font-size : 12px ;
}

.bookUI03 p{
	text-indent : -1em ;
	padding-left : 1em ;
}

table.bookUI02{
	width: 486px;
	font-size : 13px;
	border:1px solid gray ;
	border-collapse:separate ;
	border-spacing:5px ;
}

table.bookUI02 th{
    width:140px;
	padding : 10px 4px 2px 4px ;
	border : none ;


}

table.bookUI02 td{
    width:300px;
	padding : 8px 4px 2px 40px  ;



}

table.bookUI02 td.submitb{
	width : auto ;
	border : none ;
	text-align : center ;
	padding : 2px 4px 2px 4px  ;
}

.sgbook_list {
    background-color: #FFE8DF;
    border: 1px dashed silver;
    margin: 10px -10px;
    padding: 10px 20px;
    width: 466px;
}

.sgbook_list li {
    list-style: none outside none;
}


/**/
div#sub_contena2 {
    float: left;
    padding: 20px 0 20px 10px;
    width: 640px;
}

div#submenu_contena3 {
    float: right;
    padding: 20px 10px 10px 5px;
    width: 210px;
}

div#sub_contena2 h1{
/*  background-color: #A91B97;*/
	background-color: #BD3838 !important;
/*    background-image: url("/images/bg_gra_murasaki.jpg");
    background-repeat: repeat-x;
    border: 1px solid #882267;*/
    color:white;
    font-size: 105%;
    font-weight: bold;
    margin: 30px -10px 15px;
    padding: 5px 10px;
}

.side_st_01 {
    font-size: 13px;
    margin-left: 1em;
    margin-right: 0;
}

table.tableTokusho {
    border-bottom: 1px solid #C0C0C0;
    font-size: 95%;
    line-height: 1.6;
    margin: 30px auto 30px 15px;
}

table.tableTokusho tr th {
    border-top: 1px solid #C0C0C0;
    padding: 6px 4px 2px 0;
    vertical-align: top;
    width: 160px;
}

table.tableTokusho tr td {
    border-color: #C0C0C0 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding: 6px 4px 2px 0;
    text-align: left;
    vertical-align: top;
}

table.tableTokusho tr td dl.payment {
    margin: 0 0 10px;
}

table.tableTokusho tr td dl.payment dd {
    margin: 10px 0 0 10px;
}

table.tableTokusho tr td dl.paymentWay {
    margin-bottom: 15px;
}

table.tableTokusho tr td dl.paymentWay dt {
    margin-top: 10px;
}

table.tableTokusho tr td dl.paymentWay dd {
    background: url("/images2/icon05.gif") no-repeat scroll 0 9px transparent;
    margin-left: 3px;
    padding-left: 7px;
}

table.tableTokusho tr td ul {
    list-style: none outside none;
    margin-bottom: 20px;
}

/* 20110210 坂本追加 */

div#fav_btn {
    padding: 10px 0;
    text-align: center;
}
div.memblog_box2 {
    background-color: #FFF7E5;
    border: 3px double #FFCC99;
    margin: 0 auto 20px;
    padding: 10px 4px 10px 10px;
    width: 466px;
}
div.memblog_box2 div.face {
    float: right;
    font-size: 12px;
    text-align: center;
}
div.memblog_box2 div.face img {
    border: 1px solid gray;
    margin-right: 10px;
}
div.memblog_box2 img.catch {
    display: block;
    left: -4px;
    margin-top: 5px;
    position: relative;
}
div.memblog_box2 img.capture {
    border: 1px solid gray;
    float: right;
    margin: 0 0 10px 10px;
}
div.memblog_box2 p.data {
    margin-bottom: 10px;
    margin-top: 15px;
    padding-left: 5px;
}
div.memblog_box2 a, div.memblog_box2 a:visited {
    color: #1C1713;
}
div.memblog_box2 a:hover {
    color: #1C1713;
}

/*--------------------------------------*/
/*文中事例ボックス（デザイン一覧２段）  */
/*--------------------------------------*/

table.jirei_2clm{
	width : 610px ;
	margin : 2em auto ;	
}

table.jirei_2clm td{
	padding : 4px 
}

table.jirei_2clm td img{
	border : 1px solid gray ;	
}

table.jirei_2clm td.jirei_2clm_caption{
	text-align : center ;
}

table.jirei_2clm td.center{
	text-align : center ;
}

.sample_big {
	width: 983px;
	margin: 15px auto;
	color:#333333;
}


dl.side128_side {
    clear: both;
    padding: 20px;
    width: 560px;
}

dl.side128_side dt {
    display: block;
    float: left;
}

dl.side128_side dd {
    display: block;
    float: left;
    padding: 0 0 10px 30px;
    width: 401px;
}

.tojiru02{clear:both; padding: 30px 0 30px 200px;}

/* 20110215 坂本追加 */
.cplx_bnr td {
    font-size: 80%;
    line-height: 1.3;
    text-align: center;
}

.cplx_bnr td img {
    margin-bottom: 4px;
}

/* 20110217 坂本追加(左サイドバー) */

div.sb_title_l {
    background-color: #c4a472;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
    color: white;
    font-size: 80%;
    margin: 5px 0 0 2px;
    padding: 6px 4px 4px;
    text-align: center;
	width:164px;
}

div.sb_title_l a{
	color : white !important ;
	text-decoration:none;
}

div.sb_contents_l {
    background-color: white;
    border: 1px solid gray;
    color: #2A2A2A;
    font-size: 80%;
    line-height: 1.2;
    margin: 0 0 5px 2px;
    padding: 4px;
	width:164px;
}

h3.sb_title_l {
    background-color: #c4a472;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
    color: white;
    font-size: 80%;
    margin: 5px 0 0 2px;
    padding: 6px 4px 4px;
    text-align: center;
	width: 161px
}

ul.sb_contents_l {
    background-color: white;
    border: 1px solid gray;
    color: #2A2A2A;
    font-size: 80%;
    line-height: 1.4;
    list-style: none outside none;
    margin: 0 0 5px 2px;
    padding: 4px;
	width: 161px
}

/* 20110307 坂本追加　リンク集用 */

div.sb_title_02 {
    background-color: #FFFFFF;
    border: 1px solid gray;
    color: black;
    font-size: 80%;
    margin: 5px 0 5px 2px;
    padding: 6px 4px 4px;
    text-align: center;
    width: 164px;
}

div.sb_title_02 a {
    color: #000000 !important;
    text-decoration: none;
}

div.sb_title_02 a:hover {
    text-decoration: underline;
}

div.article {
    margin: 0 0 80px;
}
div.article h3 {
    font-size: 100%;
    font-weight: normal;
}
div.article p {
    margin-bottom: 20px;
}
div.article ul {
    margin: 0 0 20px 20px;
}
div.article ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}
div.prof {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0 0;
}
mb30 {
    margin-bottom: 30px;
}

