@charset "utf-8"; 

/* news-------------------------------------------*/

#contents #news_box {
	background-image: url(../img/bg_news.gif);
	background-repeat: no-repeat;
	height:116px;
	width:426px;
	/*padding-left:5px;*/
	float:left;
	margin-right:3px;
	}
#contents #news_box h2 {
	height:25px;
	width:69px;
	text-indent: -9999px;
	background-image: url(../img/ttl_news.gif);
	background-repeat: no-repeat;
	margin-left:16px;
}
#contents #news_box ul {
	overflow: auto;
	width:410px;
	height:88px;
	padding-left:16px;
		}
#contents #news_box ul li {
	line-height:1.8;
	font-size:1.5em;
	background: url(../common/img/icon_dot01.gif) no-repeat 0 ;
	padding-left:15px;
	}
#contents #news_box ul li a,
#contents #news_box ul li a:link,
#contents #news_box ul li a:visited {
	border-bottom: 1px dotted #A1C73C;
}
#contents #news_box ul li a:hover,
#contents #news_box ul li a:active {
	border: none;
	}
#contents #topbnr_box {
	width:321px;
	height:116px;
	display:block;
	float:left;
	text-indent: -9999px;
	background: url(../img/bnr_top.jpg) no-repeat;
	}
#contents #topbnr_box a{
	display:block;
	width:321px;
	height:116px;
	overflow:hidden;
	}
#contents #topbnr_box a:hover,
#contents #topbnr a:active {
	background: url(../img/bnr_top_o.jpg) no-repeat;
	}
	
/*bnr event var.*/
#contents #topbnr_box_e {
	width:321px;
	height:116px;
	display:block;
	float:left;
	text-indent: -9999px;
	background: url(../img/bnr_top_event.jpg) no-repeat;
	}
#contents #topbnr_box_e a{
	display:block;
	width:321px;
	height:116px;
	}
#contents #topbnr_box_e a:hover,
#contents #topbnr_e a:active {
	background: url(../img/bnr_top_event_o.jpg) no-repeat;
	}