@charset "UTF-8";
body {
	font-size: 75%;
	line-height: 1.8;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FF6600;
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	float: none;
}
#header {
	background-image: url(images/top.gif);
	margin: 0px;
	height: 150px;
	width: 800px;
	position: relative;
	float: left;
}
#navigation {
	background-color: #0033CC;
	position: relative;
	height: 30px;
	width: 800px;
	margin: 0px;
	float: left;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	margin: 0px;
	float: left;
	width: 160px;
}
#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	vertical-align: middle;
}
#navigation a:hover {
	color: #33FF00;
}
#wrapper {
	float: none;
	width: auto;
	height: auto;
	font-style: normal;
	text-decoration: none;
}
#mainContent {
	width: 660px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: right;
}
#leftContent {
	float: left;
	background-color: #FFFFFF;
	width: 160px;
	padding: 10px;
	margin: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
}
#rightContent {
	padding: 5px;
	float: right;
	width: 140px;
	background-color: #FFFFFF;
	margin: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0033CC;
	border-left-color: #0033CC;
	height: auto;
}
#footer {
	height: 30px;
	width: 800px;
	text-align: left;
	bottom: 0px;
	position: static;
	color: #000099;
	background-image: url(images/footereps.gif);
	clear: both;
	margin: auto;
	font-size: なし;
	padding-top: 5px;
	padding-left: 10px;
	text-decoration: none;
}
.news {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-bottom: 0px;
	border-bottom-color: #999999;
	font-size: 12px;
	width: 480px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	margin: 5px;
	background-color: #FFFFFF;
}
