@charset "iso-8859-1";

* {
	margin:0;
	padding:0;
}
body,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#333333;
}
img{
	border:0;
}
body{
	font:85% "Verdana", "Arial", "Lucida Sans Unicode", Times, serif;
	line-height:1.5;
	background:url(../imgs/bg_body.jpg) #716863;
}
#container{
	width:974px;
	background:url(../imgs/bg_main.jpg) #554A44 repeat-y;
	margin:0 auto;
	padding:0 0 7px;
}

/*header*/
#header{
	width:960px;
	background:#FFF;
	margin:0 auto;
}
#header h1{
	width:960px;
	height:150px;
	color:#3b1614;
	font:36px bold "Verdana", "Arial", "Lucida Sans Unicode", Times, serif;
	background:url(../imgs/bg_header.gif) #FBEB8E no-repeat;
	margin:0 auto;
	padding:0;
	position:relative;
}
#header h1 img#logo{
	position:relative;
	top:38px;
	left:36px;
}
#header h1 img#title{
	position:relative;
	top:13px;
	left:54px;
}
#header h1 a{
	color:#3b1614;
	text-decoration:none;
}
#header p{
	height:0;
	position:relative;
	top:-67px;
	left:130px;
}
#header #skip{
	display:none;
}
#header #gnavi{
	width:960px;
	height:60px;
	background:url(../imgs/bg_gnavi.jpg) #431e1c repeat-x;
}
#header #gnavi:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#header #gnavi li{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	margin:2px 0;
	float:left;
}
#header #gnavi li a{
	color:#FFF;
	height:56px;
	vertical-align:middle;
	border-right:#CCC 1px solid;
	text-decoration:none;
	padding:0 20px;
	display:table-cell;
}
#header #gnavi li a:hover{
	color:#C3B452;
}

/*content*/
#content{
	width:960px;
	background:#FFF;
	margin:0 auto;
	padding-top:30px;
	position:relative;
}
#content #lnavi{
	width:278px;
	margin:0 0 0 -15px;
	float:left;
}
#content #lnavi li{
	color:#FFF;
	height:61px;
	list-style-type:none;
	background:url(../imgs/bg_lnavi.jpg) #8c6704 no-repeat;
	margin-bottom:10px;
}
#content #lnavi li a{
	color:#FFF;
	width:220px;
	height:61px;
	font-size:13px;
	line-height:1.2;
	vertical-align:middle;
	text-decoration:none;
	padding:0 10px 0 30px;
	display:table-cell;
}
#content #main{
	width:620px;
	margin:0 0 0 300px;
	overflow:hidden;
}
#content #main h2{
	color:#442717;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:20px;
}
#content #main h3{
	color:#442717;
	line-height:1.2;
	background:url(../imgs/ico_square.gif) no-repeat 0 4px;
	margin-bottom:20px;
	padding-left:20px;
}
#content #main a{
	color:#333;
}
#content #main a:hover{
	color:#666;
}
#content #return{
	text-align:right;
	margin:0 30px;
	padding:20px;
	clear:both;
}
#content #return a{
	color:#3b1614;
	font-weight:bold;
	background:url(../imgs/bg_arrow.gif) no-repeat right;
	padding-right:15px;
}

/*footer*/
#footer{
	width:960px;
	height:30px;
	color:#c4b550;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	background:#3b1614;
	margin:0 auto;
	padding:10px 0 0;
}
