@charset "utf-8";
/* topCSS Document */

/*----------layoyt----------*/

/*player*/
div#player
{
	background: url(../images/player_bg.gif);
	margin-bottom:10px;
	width:510px;
	height:418px;
}
div#player div.player
{
	margin:0px auto 0px;
	padding:12px 0px 0px;
	width:482px;
	height:392px;
}
div#player div.moviecopy
{
	margin:0px auto 0px;
	width:482px;
	height:30px;
}
/*news*/
div#news
{
	background: url(../images/main_top.gif) no-repeat left top;
	padding-top:8px;
}
div#news h2
{
	background: url(../images/news.gif) no-repeat left top;
	margin:0px auto;
	width:484px;
	height:41px;
}
div#news h2 a.rss
{
	background: url(../images/rss.gif) no-repeat 0px 10px;
	width:30px;
	height:41px;
	display:block;
	float:right;
	text-indent:-9999px;
}
div#news div.cnt
{
	background: url(../images/main_bg.gif) repeat-y left top;
}
div#news li
{
	background: url(../images/main_line.gif) repeat-x left bottom;
	margin:0px auto;
	padding:8px 5px;
	width:474px;
}
div#news .arrow
{
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	margin-right:25px;
	padding:0px 0px 0px 15px;
	display:block;
}

div#news a.t_icon
{
	background: url(../images/t_icon.gif) no-repeat 0px 0px;
	width:20px;
	height:20px;
	display:block;
	float:right;
	text-indent:-9999px;
}
div#news div.bottom
{
	background: url(../images/main_bottom.gif) no-repeat left top;
	height:8px;
}

/*cnt_box*/
div.cnt_box
{
	background: url(../images/main_top.gif) no-repeat left top;
	padding-top:8px;
	margin-bottom:10px;
}
div.cnt_box div.cnt
{
	background: url(../images/main_bg.gif) repeat-y left top;
}
div.cnt_box div.bottom
{
	background: url(../images/main_bottom.gif) no-repeat left top;
	height:8px;
}
div.cnt_box p
{
	padding:5px 20px;
}
div.cnt_box p.banner
{
	padding:5px 0px;
	text-align:center;
}


/*----------font----------*/
div#news a
{
	color:#333;
	text-decoration:underline;
}
div#news a:hover
{
	color:#666;
	text-decoration:none;
}
div#news span.date
{
	color:#0932b2;
}