/***********************************************/
/*
/*　-レイアウト
/*　--メインイメージ・メインメニュー
/*　--メインメニューロールオーバー
/*　--ニュース・トピックス
/*
/***********************************************/


/***************レイアウト***************/

/*--------------メインイメージ・メインメニュー-------------*/

#top div#contents_bg div.contents_wrap{
	width:800px;
}

#top div#contents_bg div#top-main{
	padding:6px 0 0 11px;
}

/*--------------メインメニューロールオーバー-------------*/

#top div#contents_bg div#top-main div#main-menu{
	background:url(../../img/main_bottom.gif) no-repeat 0 bottom;
	padding:0 0 13px 12px;
	width:786px;
	}
#top div#contents_bg div#top-main div#main-menu a{
	position:relative;
	width:384px;
	height:106px;
	color:#848484;
	text-decoration:none;
	}
#top div#contents_bg div#top-main div#main-menu a span{
	position:absolute;
	top:37px;
	left:137px;
	}
#top div#contents_bg div#top-main div#main-menu a.left{
	float:left;
	background:url(../../img/bg_top_menu_off.jpg) left top;
	}
#top div#contents_bg div#top-main div#main-menu a.right{
	float:right;
	margin:0 12px 0 0;
	background:url(../../img/bg_top_menu_off.jpg) right top;
	}
#top div#contents_bg div#top-main div#main-menu a:hover.left{
	background:url(../../img/bg_top_menu_on.jpg) left top;
	}
#top div#contents_bg div#top-main div#main-menu a:hover.right{
	background:url(../../img/bg_top_menu_on.jpg) right top;
	}


/*--------------ニュース・トピックス-------------*/

#top div#contents_bg div#top-topics{
	clear:both;
	width:782px;
	margin:14px 0 24px 19px;
}

#top div#contents_bg div#top-topics div.news{
	width:556px;
	float:left;
}

#top div#contents_bg div#top-topics div.news p.tit{
	background:url(../../img/bg_news_tit.gif) repeat-x left top;
	padding:10px 12px 10px 7px;
}

#top div#contents_bg div#top-topics div.news p.tit img.btn_allview{
	float:right;
}

#top div#contents_bg div#top-topics div.news dl{
	width:536px;
	padding:8px 10px;
	background:url(../img/line_dot.gif) repeat-x left bottom;	
}

#top div#contents_bg div#top-topics div.news dl dd{
	width:400px;
}
#top div#contents_bg div#top-topics div.news dl dt{
	width:113px;
	float:right;
	text-align:right;
}



/*新着情報リンク*/
#top div#contents_bg div#top-topics div.news dl a:link { 
	color:#77a714;
}
#top div#contents_bg div#top-topics div.news dl a:visited {
	color:#77a714;
	text-decoration: none;
}
#top div#contents_bg div#top-topics div.news dl a:active {
	color:#77a714;
	text-decoration: none;
}
#top div#contents_bg div#top-topics div.news dl a:hover {
	color:#77a714;
	text-decoration:underline;
}


#top div#contents_bg div#top-topics div.ban{
	width:212px;
	float:right;	
}

#top div#contents_bg div#top-topics div.ban div.ban_inc{
	background:url(../../img/bg_ban.gif) no-repeat left bottom;
	margin-bottom:11px;
}

#top div#contents_bg div#top-topics div.ban div.ban_inc p.ban-text{
	padding:9px 15px;
}

#top div#contents_bg div#top-topics div.ban div.ban_inc p.more{
	text-align:right;
	padding:0 9px 12px 0;
}