@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: sans-serif;
	color: #333333;
	background: #FFFFFF url(../images/body_bg.jpg) left top no-repeat;
}
img {
	vertical-align: bottom;
	border: none;
}
#logo {
	position: absolute;
	left: 105px;
	top: 225px;
}
ul#globalNav {
	position: absolute;
	left: 105px;
	top: 309px;
	width: 500px;
}
ul#globalNav li {
	display: inline;
}
ul#localNav {
	position: absolute;
	left: 105px;
	top: 358px;
	width: 500px;
	border-right: 1px solid #6290B3;
}
ul#localNav li {
	float: left;
	width: 99px;
	border-left: 1px solid #6290B3;
}
ul#localNav li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #1E5782;
	text-align: center;
	text-decoration: none;
}
ul#localNav li a:hover {
	background: #ECF4FA;
}
ul#localNav li.current a {
	color: #333333;
	background: #D1E3EF;
}
ul#localNav li.current a:hover {
	color: #1E5782;
}
#content {
	width: 500px;
	padding: 432px 0 0 106px;
}
#content h2,
#content p {
	margin-bottom: 24px;
}
#content p {
	line-height: 1.6;
}
#copyright {
	width: 640px;
	margin-top: 80px;
	padding: 26px 0;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}
