@charset "utf-8";

.news {
	height: 240px;
}
.news h2 {
	background: url(../../images/tit_news.gif) no-repeat;
	width: 430px;
	height: 19px;
	float: left;
	text-decoration: none;
	text-indent: -99999px;
	margin: 30px 0 0 40px;
}
.newsBox {
	width: 430px;
	height: 161px;
	overflow: auto;
	margin: 0 0 30px 40px;
	clear: both;
}
.newsBox ul {
	font-size: 0.8em;	
}
.newsBox li {
	float: left;
	line-height: 130%;
	margin-top: 10px;	
}
.newsBox span {
	font-weight: bold;
	padding: 0 10px 0 60px;	
}
.new {
	background: url(../../images/icon_new.gif) no-repeat 0 0;
}
.old {
	background: url(../../images/icon_old.gif) no-repeat 0 0;
}
.bnr {
	background-color: #000;
	height: 265px;
}
.bnrGallery a {
	background: url(../../images/bnr_gallery.gif) no-repeat;
	background-color: transparent;
	background-position: 0 0;
	display: block;
	width: 472px;
	height: 108px;
	float: left;
	text-decoration: none;
	text-indent: -99999px;
	margin: 17px 0 0 14px;
}
.bnrCartoon a {
	background: url(../../images/bnr_cartoon.gif) no-repeat;
	background-color: transparent;
	background-position: 0 0;
	display: block;
	width: 472px;
	height: 108px;
	float: left;
	text-decoration: none;
	text-indent: -99999px;
	margin: 15px 0 0 14px;
}
.bnrGallery a:hover,
.bnrCartoon a:hover { 
	background-position: 0 -108px;
}
