html{
	height:100%;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #C8C8C8;
	text-align: center;
	height:auto;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 150%;
}

a {
	color: #669933;
	text-decoration: none;
}

a:link {
	color: #669933;
}

a:visited {
	color: #669933;
}

a:active {
	color: #669933;
}

a:hover {
	color: #ED5573;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	width: 800px;
	height:auto; 
	border: solid 6px #FFFFFF;
	background-color:#FFFFFF;
}

#topbannar{
	float:center;
	width: 800px;
	height:auto;
	margin-bottom:15px;
}

#menubar {
	float: left;
	width: 155px;
	height:auto;
	text-align:left;
	margin:0;
	margin-right:15px;
}
	
#menubar img{
	border:0;
}

#contents{
	float:right;
	width:630px;
	height:auto;
	text-align:left;
	margin:0;
}

#footer{
	color:#CCCCCC;
	font-size: x-small;
	font-weight:bold;
	clear:both;
	width:800px;
	height:auto;
	text-align:left;
	padding-top:15px;
	margin-bottom:15px;
}

