@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
html,
body {
	height: 100%;
}
body {
	font-size: 75%;
	color: #CCCCCC;
	background: #959490;
	line-height: 1.6;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
img {
	vertical-align: bottom;
	border: none;
}
#wrapper {
	max-width: 940px;
	min-width: 754px;
	min-height: 100%;
	padding-right: 18px;
	background: #31302F url(../images/wrapper_bg.gif) right top repeat-y;
}
* html #wrapper {
	height: 100%;
}
h1#logo {
	height: 439px;
	padding-right: 36px;
	background: #DEDBB1 url(../images/h1_bg.jpg) no-repeat;
	text-align: right;
}
h1#logo img {
	padding-top: 329px;
}
#nav {
	height: 36px;
	border-bottom: 3px solid #242321;
	background: url(../images/nav_bg.gif) repeat-x;
}
#nav li {
	float: left;
	width: 20%;
	background: url(../images/nav_li_bg.gif) right top no-repeat;
	text-align: center;
}
#nav li.lastChild {
	width: 19%;
	background: none;
}
#nav li a {
	display: block;
	width: 100%;
}
#content {
	clear: both;
	overflow: auto;
	margin: 27px 36px 72px 36px;
}
.section h2 {
	border-bottom: 1px solid #5A5959;
	line-height: 1;
}
.section p {
	margin: 14px 0;
}
.section dt {
	margin-top: 14px;
}
#concept {
	margin-right: 360px;
}
#information {
	float: right;
	width: 323px;
}
#copyright {
	clear: both;
	margin: 0 36px;
	padding: 30px 0;
	border-top: 1px solid #5A5959;
	text-align: center;
	line-height: 1;
}
