@import "reset.css";
@import "common.css";

/*
[77% = 10px]
[85% = 11px]
[93% = 12px] (was 92%)
[100% = 13px]
[108% = 14px] (was 107%)
[116% = 15px] (was 114%)
[123.1% = 16px] (was 122%)
[131% = 17px] (was 129%)
[138.5% = 18px] (was 136%)
[146.5% = 19px] (was 144%)
[153.9% = 20px] (was 152%)
[161.6% = 21px] (was 159%)
[167% = 22px]
[174% = 23px]
[182% = 24px]
[189% = 25px]
[197% = 26px]
*/

body {
	font-family: "ms mincho", century, serif;
	text-align: center;
	margin: 0 auto;
	background: #000;
}
.skip, hr {
	display: none;
}
.clearfix {
	overflow: hidden;
	_height: 1%;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	background: #000;
	margin-bottom: 20px;
}
#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	_height: 1%;
	color: #fff;
}
#container div {
	text-align: left;
}
#container a {
	color: #bcd639;
}
#container a:hover {
	text-decoration: none;
}


/*-------------------------------------------------------------------
#header
---------------------------------------------------------------------*/

#header {
	text-align: left;
	height: 88px;
	background: url(../img/bg_header.jpg) repeat-x bottom;
	border-bottom: 1px solid #222;
}
#top #header {
	border-bottom: 4px solid #174600;
}
#header h1 {
	float: left;
	width: 109px;
	height: 71px;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 109px;
	height: 71px;
	margin-left: 20px;
	outline: none;
	background: url(../img/img_logo.jpg);
}
#header ul {
	font-size: 85%;
	text-align: right;
	padding-top: 60px;
}
#header li {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 !important;
	border-left: 1px solid #fff;
}
li.start {
	border: none !important;
}
#header li a {
	color: #fff;
	text-decoration: none;
}
#header li a:hover {
	color: #fff;
	text-decoration: underline;
}
#gnavi li {
	display: inline;
}
#gnavi img {
}
#mainimg {
	border-bottom: 4px solid #174600;
}
#mainimg2 {
	border-bottom: 4px solid #174600;
}

#top #mainimg {
	border-bottom: none;
}

/*-------------------------------------------------------------------
#lcol
---------------------------------------------------------------------*/

#lcol {
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	padding-top: 20px;
}

/*-------------------------------------------------------------------
#rcol
---------------------------------------------------------------------*/

#rcol {
	float: left;
	padding-left: 40px;
	padding-top: 20px;
}
.pageTop {
	font-size: 93%;
	text-align: right;
	margin: 20px 10px !important;
}
.pageTop a {
	color: #666 !important;
	padding-left: 16px;
	background: url(../img/bg_pt.gif) no-repeat left 2px;
}
.pageTop a:hover {
	text-decoration: none;
}
#mnavi li {
	display: inline;
}
#mnavi {
	margin-top: 30px !important;
}

/*-------------------------------------------------------------------
#footer
---------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 1000px;
	padding: 20px 0;
	overflow: hidden;
	_height: 1%;
	background: url(../img/bg_footer.gif) repeat-x top left;
	color: #333;
}
#footer ul {
	font-size: 77%;
	text-align: center;
}
#footer li {
	display: inline;
	border-left: 1px solid #333;
	padding: 0 5px;
}
#footer .start {
	border: none;
}
#footer ul a {
	color: #333;
	text-decoration: none;
}
#footer ul a:hover {
	clear: both;
	color: #aaa;
	text-decoration: underline;
}
address {
	clear: both;
	font-size: 90%;
	font-weight: bold;
	padding: 10px 0;
}
