@charset "UTF-8";
body {
	font-size: 75%;
	line-height: 25px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6600;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	height: auto;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin: auto;
	height: auto;
	padding: 0px;
	border: thin none #000099;
	vertical-align: top;
	position: relative;
}
#header {
	background-image: url(../images/top.gif);
	margin: 0px;
	height: 150px;
	width: 800px;
	position: relative;
}
#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: 800px;
	position: relative;
	clear: both;
	height: auto;
	border: medium none #999999;
}
#mainContent {
	float: right;
	width: 650px;
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
	border: thin none #0000CC;
}
#leftContent {
	float: left;
	background-color: #FFFFFF;
	width: auto;
	margin: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	border-bottom-width: thin;
	border-bottom-color: #0000CC;
}
#rightContent {
	padding: 10px;
	float: right;
	width: 160px;
	background-color: #FFFFFF;
	margin: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #0033CC;
	border-left-color: #0033CC;
}
#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;
}
