
/*******************************************************************************
																																			defalt */
body{
	background:#ebebeb;
	color:white;
	margin:5px auto;
	width:900px;
}

h1{
	font-size:12px;
	margin:0;
	padding:2px;
}
a{
	text-decoration:none;
}
a img{
	border:0;
}

/*******************************************************************************
																																		container */
div#container{
	background:black;
	width:900px;
	margin:0 auto;
	border:3px solid #000;
}
/*******************************************************************************
																																			header */
div#header{
	background:url("../../images/logo2.png") no-repeat right top;
	height:135px;
}
div#header ul{
	background:url("../../images/line.gif") no-repeat right top;
	margin:0;
	font-size:14px;
	padding:5px 0px	;
	width:900px;
	height:20px;
}

div#header ul li{
	float:right;
	list-style:none;
	padding:5px 0px;
	margin:0px;
	width:82px;
	height:20px;
	text-align:center;
}
div#header ul li.back{
	background:url("../../images/line_back.gif") no-repeat center top;

}
div#header ul:after{
	clear:both;
}
div#header a{
	color:#fff;
}

/*******************************************************************************
																																			bundle */
div#bundle{
	clear:both;
}
div#bundle a{
	color:#F2007F;
}
/*******************************************************************************
																																				main */
div#main{
	background:url("../../images/qr.png") no-repeat right bottom;
	width:700px;
	float:right;
}
div#main h2{
	clear:both;
	margin:10px 5px;
}
div#main div.pan p{
	font-size:samll;
	margin:3px;
}
/*******************************************************************************
																																				sideA */
div#sideA{
	width:200px;
	float:left;
}
div#sideA p{
	margin:3px 5px;
}
div#sideA div.new{
	background:url("../../images/top/new.gif") no-repeat right bottom;
	width:160px;
	height:140px;
	margin:10px 5px;
	padding:10px;
}
div#sideA ul.side_info{
	margin:0px;
	padding:0px;
	overflow:auto;
	width:160px;
	height:140px;
}
div#sideA ul.side_info li{
	line-height:145%;
	color:#000;
	padding:2px 0px 2px 16px;
	background:url("../../images/newspaper") no-repeat left top;
}
div#sideA ul.side_member{
	margin:2px;
	padding:0px;
	width:160px;
}
div#sideA ul.side_member li{
  display:inline;
	width:80px;
}

div#sideA ul.side_member li img{
  width:75px;
	
}

/*******************************************************************************
																																			footer */
div#footer{
	clear:both;
	text-align:center;
}
div#footer p{
	background:#c21226;
	padding:5px 0;
	margin:2px 0;;
	font-size:small;
}
div#footer p a{
	color:#fff;
}
