@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color: #099;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	font-size: medium;
}
a:link {
	color: #39C;
}
a:visited {
	color: #99F;
}
a:hover {
	color: #F66;
}
a:active {
	color: #C00;
}
h1 {
	font-size: xx-large;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p {
	font-size: small;
	line-height: 120%;
}
li {
	font-size: small;
}
hr {
	display: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 750px;
	background-color: #9FF;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #CC6;
}
#header {
	width: 750px;
}
#gnavbar {
	width: 750px;
}
#contents {
	width: 750px;
}
#footer {
	width: 740px;
	background-color: #3F9;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#main {
	float: right;
	width: 560px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#sidemenu {
	float: left;
	width: 150px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	font-size: small;
	/* [disabled]font-style: normal; */
	line-height: 24px;
}
#main h2 {
	width: 90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
	font-size: medium;
	font-style: italic;
	color: #630;
	letter-spacing: 0.2em;
	text-indent: 0.5em;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#sidemenu h2 {
	font-size: small;
	font-weight: bold;
	color: #960;
	background-color: #F93;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
	padding: 1px;
	width: 120px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#gnavbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#gnavbar ul li {
	width: 150px;
	float: left;
	text-align: center;
}
#gnavbar a {
	background-color: #3F3;
	display: block;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 4px;
}
#gnavbar a:hover {
	background-color: #390;
}
#sidemenu ul {
	background-color: #FCC;
	padding: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
#sidemenu a {
	background-color: #FFF;
	color: #6cf;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin: 2px;
}
#sidemenu a:hover {
	color: #FFF;
	background-color: #F99;
}
