@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #5a2e11;
}

#outergroup {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	width: 800px;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}

#content {
	margin: 0px auto;
	padding: 0px 30px;
	background-color: #FFFFFF;
	height: 100%;
}
#header_right {
	width: 270px;
	float: right;
	letter-spacing: 0em;
	padding-right: 30px;
	margin-top: -100px;
}

#logo {
	height: 55px;
	width: 124px;
	float: right;
	cursor: pointer;
}
.wrapper #outergroup #header_right #logo img {
	float: right;
	margin-left: 10px;
}


.span_h1 {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: right;
	float: right;
	width: 270px;
}


h1 {
	background-image: url(../img/h1.jpg);
	margin: 0px;
	padding: 0px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 800px;
	text-indent: -9999px;
}
.hide {
	text-indent: -9999px;
}

#menu    {
	height: 55px;
	margin-bottom: 30px;
	padding-right: 30px;
	clear: both;
	background-image: url(../img/gn_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}


.gn {
	float: left;
	font-size: 14px;
	line-height: 55px;
}

a:link,a:visited  {
	color: #000000;
	display: block;
	padding-right: 1.5em;
	padding-left: 30px;
}
a:hover,a:active  {
	text-decoration: underline;
	color: #000000;
	display: block;
}

.selected {
	color: #000000;
	text-decoration: underline;
}

#outerfoot {
	background-image: url(../img/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}
