@charset "utf-8";


/* -------------------------------------------------------------------
	titleBox
------------------------------------------------------------------- */	
#titleBox {
	margin:8px 0 0; padding:25px 8px 25px 13px;
	width:656px; height:100%;
	background:#000; height:100%;}

#titleBox .leftBox {width:570px;}
#titleBox .leftBox h1,
#titleBox .leftBox p {margin:0; padding:0; float:left;}
#titleBox .leftBox h1 {width:188px;}
#titleBox .leftBox p {width:375px; color:#ccc; padding-top:3px; font-size:65%;}

#titleBox .rightBox {width:70px;}
#titleBox .rightBox p {margin:0; padding:3px 0 0;}

/* -------------------------------------------------------------------
	newsBox
------------------------------------------------------------------- */	
#newsWrap {margin:15px 0 0;}

.newsBox {float:left; margin-top:20px; margin-left:24px;}
#all_news,#result {margin-left:0;}

.newsBox h2 {font-size:85%; line-height:1.3em; margin:0; padding:0;}
.newsBox h2 a {
	padding:108px 0 0 25px;
	width:185px; height:108px; display:block;}
.newsBox h2 a:hover {
	text-decoration:none; color:#fff; background:#000;}
.newsBox h2 span.detail {
	margin-top:8px; padding:0; margin-left:-10px; margin-right:10px;
	font-size:85%; font-weight:normal; display:block; color:#ccc;}

#all_news h2 a {
	background:url(../images/news.jpg) no-repeat 0 0;}
#all_news h2 a:hover {
	background:url(../images/news.jpg) no-repeat -210px 0;}
#fact h2 a {
	background:url(../images/fact.jpg) no-repeat 0 0;}
#fact h2 a:hover {
	background:url(../images/fact.jpg) no-repeat -210px 0;}
#release h2 a {
	background:url(../images/release.jpg) no-repeat 0 0;}
#release h2 a:hover {
	background:url(../images/release.jpg) no-repeat -210px 0;}	
#result h2 a {
	background:url(../images/result.jpg) no-repeat 0 0;}
#result h2 a:hover {
	background:url(../images/result.jpg) no-repeat -210px 0;}	
#live h2 a {
	background:url(../images/live.jpg) no-repeat 0 0;}
#live h2 a:hover {
	background:url(../images/live.jpg) no-repeat -210px 0;}	
#voice h2 a {
	background:url(../images/voice.jpg) no-repeat 0 0;}
#voice h2 a:hover {
	background:url(../images/voice.jpg) no-repeat -210px 0;}	
	

