@charset "UTF-8";
@import "common.css";

/* ---------------------------------------------------------
	CSS Document Top Style
--------------------------------------------------------- */

#top {
	width: 903px;
	height: 259px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

#contents_top {
	width: 100%;
	height: 253px;
	background-color: #491E0E;
}

#contents_in {
	width: 903px;
    height: auto;
    background-color: #491E0E;
    margin: 0 auto;
    padding-top: 10px;
}

#contents_left {
	width: 903px;
	height: auto;
	background-color: #491E0E;
	float: left;
	clear: both;
}

#left {
	width: 357px;
	float: left;
}

#left img {
    margin-bottom: 10px;
}

#left ul{
    color: #000;
    text-align: left;
}

#left li{
    list-style: none; 
}

#news p {
	margin-bottom: 10px;
	font-style: normal;
	text-align:left;
}
	
#center {
	width: 536px;
	float: right;
}

#center img {
    margin-bottom: 10px;
}

#right {
    width: 172px;
	float: right;	
	}

#right img{
    margin-bottom: 10px;
	}
	
.sidebody{
	width:355px;

}
.xright{
	width:355px;
	text-align: right;

}

