@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000;
	background: #FAF9FF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
img {
	border: none;
}
#wrapper {
	position: relative;
	width: 922px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/wrapper_bg.gif) no-repeat;
}
#siteName {
	width: 356px;
	padding: 60px 0 0 71px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 38px;
	word-spacing: -0.1em;
	line-height: 1;
}
#siteName .companyName {
	letter-spacing: -3px;
	text-transform: uppercase;
}
#siteName .activityName {
	display: block;
	padding-right: 0.1em;
	font-size: 62px;
	letter-spacing: -6px;
	text-transform: uppercase;
	text-align: right;
	line-height: 0.6;
}
#siteName .of {
	font-size: 27px;
	padding-left: 15px;
}
#siteName .categoryName {
	letter-spacing: -1px;
}
#navigation {
	position: absolute;
	left: 85px;
	top: 237px;
	width: 283px;
	padding-bottom: 1px;
	background: url(../images/nav_bg.gif) left bottom no-repeat;
}
#navigation li img {
	vertical-align: top;
}
#content {
	position: absolute;
	left: 497px;
	top: 122px;
	width: 355px;
}
#content .section {
	margin-bottom: 55px;
}
#content .section .logoType {
	text-transform: uppercase;
}
#content .section h2 {
	color: #173FB0;
	font-size: 92%;
	font-weight: normal;
	line-height: 1.2;
}
#content .section h2 .en {
	color: #000;
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
#content .section p {
	margin-top: 1em;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideograph;
}
#copyright {
	position: absolute;
	left: 85px;
	top: 487px;
	width: 283px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#copyright .year {
	font-size: 160%;
	line-height: 1.8;
}
