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

@import url("init.css");

#main{
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	padding-left:1px;
	padding-right:1px;
}
#main{
    zoom:1;/*for IE 5.5-7*/
}
#main:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
#header{
text-align:center;
}
#wrapper{
width:800px;
}
/*#menu{
	width:800px;
	background: #FFFFFF;
	clear:both;
	margin-top:4px;
	margin-bottom:10px;
	height:21px;
}
#menu li{
  float: left;
}
#menu li{
margin-right:3px;
}
#menu .lastChild{
margin-right:0;
}*/
#footer{
	width:740px;
	clear:both;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	font-size:10px;
	color:#666666;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 20px;
}
#footer td{
padding:3px;
}
/*******************************************************/
#wrapper{
width:800px;
margin-top:5px;
clear:both;
}
#main-left{
	float:left;
	width:560px;
	margin-left:10px;
	text-align:center;
	
	margin-bottom:30px;
	z-index:2;
}
#main-right{
background: #FFFFFF;
float:right;
width:215px;
margin-right:5px;
}
/*******************************************************/
#news{
	
	padding-right:10px;
	font: 11px Arial, Helvetica, sans-serif;
}
#news ul{
margin-top:8px;
}
#news li{
	border-bottom: 1px solid #FF9900;
	padding-bottom:4px;
	line-height:1.6;
	margin-bottom:10px;
	letter-spacing:1px;
}
#news li a,#news li p{
	color: #FF6600;
}
#news li a:link,#news li a:visited{
	font-weight:700;

	text-decoration: none;
	font-size:10px;
}
#news li a:hover{
	color: #FF3300;
	text-decoration: underline;
}
#b-area{
width:100%;
margin-bottom:10px;
}
#b-area img{
margin-bottom:5px;
}
.poster{
}
.poster td{
	padding:4px;
	width:168px;
	text-align:center;
	border: 1px solid #999;
}
.poster td img{
margin-bottom:3px;
}
.topbanner{
margin-top:10px;
margin-bottom:8px;
}