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

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	width: 940px;
	overflow: hidden;
}
#main {
	clear: both;
	width: 940px;
	height:　350px;
	background-color:#CC0033
	overflow: hidden;
}
#new {
    clear: both;
	width: 940px;
	margin-bottom: 10px;
	overflow: hidden;
}
#menu {
	clear: both;
	width: 940px;
	margin-bottom: 10px;
}
#content  {
	clear: both;
	width: 940px;
	margin-bottom: 20px;
}
#content #content_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
#content #content_center {
	float: left;
	width: 420px;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
#content #content_right {
	float: right;
	width: 320px;
	overflow: hidden;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	width: 940px;
	overflow: hidden;
}
