@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color: #FFFFFF;
	background: #000000 url(../images/body_bg.jpg) left top no-repeat;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	padding-top: 268px;
}
#logo {
	position: absolute;
	left: 248px;
	top: 206px;
}
#nav {
	position: absolute;
	left: 346px;
	top: 18px;
	width: 414px;
	list-style: none;
}
#nav li {
	position: absolute;
	top: 0;
}
#nav li#nav01 { left: 0; }
#nav li#nav02 { left: 66px; }
#nav li#nav03 { left: 177px; }
#nav li#nav04 { left: 327px; }
#content {
	position: relative;
	margin-left: 151px;
	width: 336px;
}
#content .section {
	margin-bottom: 35px;
}
#content .section h2 {
	margin-bottom: 12px;
}
#content .section p {
	line-height: 1.6;
}
#content #news {
	position: absolute;
	left: 373px;
	top: 0;
	width: 236px;
}
#content #news dt {
	font-size: 90%;
	color:#999999;
	line-height: 1.6;
}
#content #news dd {
	margin-bottom: 12px;
	line-height: 1.4;
}
#copyright {
	margin-top: 110px;
	padding: 28px 0;
	border-top: 1px solid #333333;
	width: 485px;
	text-align: right;
}

