@charset "utf-8";
body,td,th {
	color: #333
}
body {
	width: 750px;
	margin: auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
a:link {
	color: #03F;
}
a:visited {
	color: #03F;
}
a:hover {

}
a:active {
	color: #0F3;
}
h1 {
	font-size: xx-large;
}
P {
	font-size: medium;
	line-height: 250%;
}
#container {
	width: 750px;
	clear: both;
	font-size: small;
}
#container #header h1 img {
	width: 750px;
}
#main {
	width: 595px;
	float: left;
	clear: both;
	font-size: small;
}
.img_left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.float_clear {
	clear: right;
}

#side {
	float: right;
	width: 135px;
	font-size: x-small;
	display: block;
	color: #03F;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 140%;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
body {
	background-color: #FFF;
}

#navbar a  {
	display: block;
	font-size: large;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #06F;
	width: 120px;
	text-align: center;
	float: right;
	clear: none;
	position: static;
	text-transform: uppercase;
	padding: 10px;
	margin: 5px;
	font-weight: bolder;
}
#navbar a:hover {
	background-color: #F06;
}




#header {
	width: 750px;
}
#contents {
	width: 750px;
	clear: both;
}
#footer {
	width: 750px;
	float: none;
	clear: both;
	color: #000;
}
#main1 {
}

#under {
	background-color: #06F;
	padding-right: 20px;
	padding-left: 100px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 3px;
}
#contents #side p {
}
