　charset "utf-8";"
#content {
	width: 800px;
	margin-top: 10px;
}
/*-------左-------*/
#main_left {
	float: left;
	width: 400px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#left_contents_t {
	width: 400px;
	float: left;
	background: url(../img/leftbg-top.gif) no-repeat top;
	height: 10px;
	font-size: 0;
}
#left_contents_m {
	float: left;
	width: 400px;
	background: url(../img/leftbg-middle.gif) repeat-y;
}
#left_contents_b {
	float: left;
	width: 400px;
	background: url(../img/leftbg-bottom.gif) no-repeat bottom;
	height: 10px;
	font-size: 0;
}
#day {
	margin: 0;
	padding: 0;
}
#day li{
	background: url(../img/day.gif) no-repeat top left;
	margin-left:290px;
	text-indent: 30px;
	height: 30px;
	color:#1d16b1;
}
#new {
	width: 400px;
	margin:0px;
	padding: 0px;
}
#new_t {
	float: left;
	width: 385px;
	background: url(../img/new_top.gif) no-repeat;
	height: 12px;
	margin: 0px 0px 0px 10px;
	font-size: 0;
}
#new_m {
	float: left;
	width: 365px;
	background: url(../img/new_middle.gif) repeat-y;
	margin: 0px 0px 0px 10px;
	padding-left: 20px;
}
#new_b {
	float: left;
	width: 385px;
	background: url(../img/new_bottom.gif) no-repeat;
	height: 12px;
	margin: 0px 0px 0px 10px;

}
#new p {
	width: 340px;
}
#new_re {
	color:#076827;
	width: 340px;
}
/*-------右-------*/
#main_right {
	float: left;
	width: 370px;
	margin-left: 15px;
}
#main_right img{
	margin-bottom: 5px;
	margin-top: 3px;
}
/*-------　ie6　-------*/
*html #new_t {
	float: left;
	width: 385px;
	background: url(../img/new_top.gif) no-repeat;
	height: 12px;
	margin: 0px 0px 0px 5px;
}
*html #new_m {
	float: left;
	width: 365px;
	background: url(../img/new_middle.gif) repeat-y;
	margin: 0px 0px 0px 5px;
}
*html #new_b {
	float: left;
	width: 385px;
	background: url(../img/new_bottom.gif) no-repeat;
	height: 12px;
	margin: 0px 0px 0px 5px;
}
