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

#container{
	background-color: #411E13;
	width: 850px;
	margin: 0 auto;
}
#header{
	background: url(images/common/header.jpg) no-repeat;
	height: 231px;
	margin-bottom: 10px;
}
#main{
	width: 850px;
	position: relative;
}
#menu{
	background-color: #411E13;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 245px;
}
#menu_main{
	background: url(images/common/common01.gif) no-repeat top;
	padding-top: 45px;
	margin-bottom: 10px;
}
#menu_main li{
	padding: 0 10px;
	margin-bottom: 2px;
}
#menu_sub{
	background: url(images/common/common02.gif) no-repeat top;
	padding-top: 47px;
	margin-bottom: 10px;
}
#menu_sub li{
	padding: 0 10px;
	margin-bottom: 1px;
}
#menu_banner{
	background: url(images/common/common03.gif) no-repeat top;
	padding-top: 51px;
	text-align: center;
}
#menu_banner li{
	margin-bottom: 2px;
}
.contents{
	background-color: #FFFFFF;
	/* position: absolute;
	top: 0px;
	left: 245px; */
	width: 561px;
	margin-left: 245px;
	min-height: 1131px;
	padding: 17px;
	margin-bottom: 10px;
}
#footer{
	background-color: #000000;
	color: #FFFFFF;
	width: 840px;
	padding-bottom: 10px;
	margin: 0 5px;
}
#footer ul{
	border-left: 1px solid #FFFFFF;
	margin: 10px 10px 0 10px;
}
#footer ul li{
	border-right: 1px solid #FFFFFF;
	padding: 0 5px;
	display: inline;
	float: left;
}
#footer ul li a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#footer p{
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px dotted #FFFFFF;
}
#copyright div{
	padding: 10px;
	width:385px;
	float:left;
}
#copyright p{
	color: #FFFFFF;
	text-align: right;
	line-height: 30px;
	padding: 10px;
	padding-right:0;
	width:395px;
	float:left;
}

body{
	background-color: #000000;
}
#header h1{
	margin: 20px 0 0 20px;
}
#header h1 a{
	width: 205px;
	height: 0;
	padding-top: 85px;
	display:block;
	overflow: hidden;
}

.t_right{
	text-align: right;
}
.t_left{
	text-align: left;
}
.t_center{
	text-align: center;
}
.mb_1em{
	margin-bottom: 1em;
}
.mb_15{
	margin-bottom: 15px;
}
.r{
	color: red;
}
