@charset "UTF-8";

body {
	color: #FFFFFF;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	background: #000000 url(../images/body_bg.jpg) no-repeat;
}
#wrapper {
	width: 700px;
	margin: 40px 60px 0 60px;
	padding: 0 0 60px 0;
}
h1#logoType {
	color: #767350;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}
h1#logoType .number {
	color: #ffffff;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
}
#navigation {
	margin: 60px 0 0 0;
	font-size: 60px;
	letter-spacing: -5px;
	word-spacing: -12px;
	line-height: 0.75;
	text-transform: uppercase;
}
#navigation li a {
	padding: 0 5px 0 0;
	color: #999999;
	text-decoration: none;
}
#navigation li.current a {
	color: #999999;
}
#navigation li a:hover {
	color: #FFFFFF;
}
#content {
	margin: 50px 0 0 0;
}
#content h2 {
	margin: 0 0 0.4em 0;
	font-size: 150%;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	line-height: 1.75;
}
#content p {
	margin: 0 0 1em 0;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", san-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.75;
}
#content .section {
	margin: 0 0 15px 0;
	width: 330px;
}
#content #section01 {
	float: left;
}
#content #section02,
#content #section03 {
	float: right;
}
#copyright {
	clear: both;
	padding: 60px 0 0 0;
	width: 100%; /* for WinIE */
}