@import "cmn.css";

body {
	background:url("../img/t_head_bg.gif") repeat-x #ffffff left top;
}

/*****************************************************************************
 L:サービスメニュー
 *****************************************************************************/
#service-menu {
	width:100%;
	background:url("../img/t_service_bg_mid.gif") repeat-y;
	margin-bottom:10px;
}
#service-menu h2 {
	display:none;
}
#service-menu .bot {
	width:100%;
	background:url("../img/t_service_bg_bot.gif") no-repeat left bottom;
}
#service-menu dl {
	width:143px;
	float:right;
	overflow:hidden;
	font-size:75%;
	line-height:1.4;
}
#service-menu dt {
	padding:0px 6px 3px 25px;
	background:url("../img/c_arrow01.gif") no-repeat 9px 0.2em;
}
#service-menu dt a {
	color:#333;
	text-decoration:none;
	font-weight:bold
}
#service-menu dd {
	padding:8px 5px 1px 9px;
	background:url("../img/t_service_bg_dot.gif") no-repeat 5px top;
	color:#6a6a6a;
}
#service-menu .line01, #service-menu .line02, #service-menu .line03, #service-menu .line03a {
	width:100%;
	float:right;
}
#service-menu .line01 {
	background:url("../img/t_service_line01.jpg") no-repeat left top;
	padding-top:76px;
	padding-bottom:5px;
}
#service-menu .line01_2 {
	background:url("../img/t_service_line01_2.jpg") no-repeat left top;
	padding-top:76px;
	padding-bottom:5px;
}
#service-menu .line02 {
	background:url("../img/t_service_line02.jpg") no-repeat left top;
	padding-top:69px;
	padding-bottom:5px;
}
#service-menu .line03 {
	background:url("../img/t_service_line03.jpg") no-repeat left top;
	padding-top:69px;
	padding-bottom:5px;
}
#service-menu .line03a {
	background:url("../img/t_service_line04.jpg") no-repeat left top;
	padding-top:69px;
	padding-bottom:5px;
}

/*****************************************************************************
 L:FSC line
 *****************************************************************************/

/*****************************************************************************
 R:ニュース枠
 *****************************************************************************/
#news {
	width:196px;
	background:url("../img/t_news_mid.gif") repeat-y;
	margin-bottom:10px;
	font-weight:bold;
	font-size:75%;
}
#news h2 {
	background:url("../img/t_news_top.gif") no-repeat;
	height:50px;
}
#news h2 span {
	display:none;
}
#news h2 a {
	display:block;
	float:right;
	width:30px;
	height:50px;
	text-indent:-9999px;
	background:url("../img/t_news_rss.gif") no-repeat;
	overflow:hidden;
}
#news p {
	width:100%;
	background:url("../img/t_news_bot.gif") no-repeat left bottom;
	text-align:center;
	padding:8px 0;
}
#news p a {
	background:url("../img/c_arrow01.gif") no-repeat left center;
	padding:0 0 0 20px;
}
#news dl {
	line-height:1.4;
}
#news dt {
	color:#ff0000;
	padding:8px 15px 0px;
	font-weight:bold;
}
#news dd {
	padding:0 15px 10px 15px;
	background:url("../img/t_news_dot.gif") no-repeat left bottom;
}

/*****************************************************************************
 FSC認証枠
 *****************************************************************************/
#fsc {
	background:url("../img/t_fsc_bg.gif") repeat-y;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	width:712px;
	float:right;
	padding:7px 0;
	font-size:75%;
	color:#6a6a6a;
}
#fsc p.left {
	background:url("../img/t_fsc_logo.gif") no-repeat left center;
	width:420px;
	float:left;
	border-right:1px solid #bfbfbf;
	padding:3px 0;
}
#fsc p.left span {
	display:block;
	padding-left:190px;
}
#fsc p.right {
	width:272px;
	float:right;
	padding:3px 0;
}



/*****************************************************************************
 ボトムバナー
 *****************************************************************************/
#front_btm_banners {
	clear:both;
	padding:20px 0 0 20px;	
}
#front_btm_banners li {
	float:left;
	padding:8px 0 0 13px;
}
#front_btm_banners li p{
	padding:8px 0 0 0;
	color:#6A6A6A;
	font-size:75%;
}
#front_btm_banners li p img{
	margin:4px 0 0 2px;
}
#front_btm_banners li.fsc {
	float:left;
	padding:0 0 0 13px;
}

#front_btm_banners li.first {
	padding:0 0 0 0;
}


