@charset "utf-8";

body {
	background-color: #300000;
}

/*======================================
	header
=======================================*/

#header {
	background: url(../img/bg_top.gif) top left repeat-x #CBB99D;
}

#site_title {
	padding-top: 21px;
	width: 700px;
	height: 64px;
}

#main_image {
	margin: 0 auto;
	text-align: center;
}

#main_menu ul {
}


/*======================================
	content
=======================================*/

#content {
	background-color: #300000;
}

#main {
	padding-top: 30px;
	background-color: #300000;
}



.newsbace {
	width: 546px;
	height: 164px;
	background-image: url(../img/bg_news.gif);
	background-repeat: none;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px; 
}

.newsframe {
	width: 487px;
	height: 110px;
	margin: 35px 0 10px 31px;
	padding: 0;
}



