@charset "utf-8";


#container {
	width: 680px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	top: 0px;
	width: 680px;
	height: 95px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(../image/head.gif)
}

#menu {
	clear:both;
	width: 680px;
	margin-top: -2px;
}

#menu ul {
  list-style-type : none;
}

#menu li {
  display : inline;
  float: left;
}


#mainImg {
	width: 680px;
}

#news_area {
    width: 640px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right:20px;
}

#content {
    width: 678px;
  	border-right: 1px #cbcccc solid;
	border-left: 1px #cbcccc solid;
	border-bottom: 1px #cbcccc solid;
}

#content-body {
    width: 640px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right:20px;
}

#news {
	float:left;
	width:678px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
 
#copyright {
	clear:both;
	margin-bottom: 5px;
	background: #ffffff;
}