/*全ページ共通スタイルシートV4*/


/*HTML-ALL*/
*{ margin:0px; padding:0px; }
body{
	font-size:12px;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
	background-color:#ffffff;
}
#index{ margin:0px auto; width:950px; }
img{ border:0; }
.clr{ clear:both; background:none; }


/*Body-Header*/
#body_header{}
#body_header_l{ float:left; background:#fff; padding:20px 10px 10px 20px; }
#body_header_r{ float:right; line-height:3em; width:800px; }
#body_header_rt{ padding:0em 1em; background-color:#e7eff7; }
#body_header_rtl{ float:left; }
#body_header_rtr{ float:right; }
#body_header_rb{ float:right; padding:7px 10px 0px 0px; }
#body_header_rb img{ border:1px dashed #CCC; }


/*Body-Contents*/
#body_contents{ padding:5px 10px 10px 10px; }


/*Body-Footer*/
#body_footer{
	padding-top:10px;
	margin-top:10px;
	text-align:center;
}

#body_footer_t{ text-align:right; padding:2px 0 0 5px; }
#body_footer_t span{ color:#258FB8; }
#body_footer_t a{ color:#258FB8; }
#body_footer_t a:visited{ color:#258FB8; }

#body_footer_noscript{ color:#F00; }
#body_footer_noscript a{ color:#F00; }
#body_footer_noscript a:visited{ color:#F00; }
#body_footer_b{
	border-top:#B7B7B7 1px solid;
	margin-top:10px;
	height:64px;
	background-color:#F4F4F4;
}

#body_footer_b ul{ padding-top:8px; }
#body_footer_b li{ display:inline; padding-left:5px; }
#body_footer_b a{ display:inline; padding:2px 0 0 5px; color:#258FB8; }
#body_footer_b a:visited{ display:inline; padding:2px 0 0 5px; color:#258FB8; }

#body_footer_copyright{
	border-top:#B7B7B7 1px solid;
	margin:0px;
	background-color:#F4F4F4;
	padding:15px 0 0 0;
}