#header {
	background-color: #0066FF;
	background-image: url(image/headerbg.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 780px;
	text-indent: 20pt;
}
#header ul li {
	background-color: #00FFFF;
	background-image: url(image/menubg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 85px;
}
#menu {
	float: right;
	margin-top:-3px;
	margin-right: 10px;
}
#header a {
	display: block;
	height: 22px;
	width: 85px;
}
#contentsmoji {
	height: 220px;
	width: 430px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#topcontents {
	background-image: url(image/topsetumei.jpg);
	background-repeat: no-repeat;
	height: 238px;
	width: 780px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #595959;
	border-bottom-color: #595959;
}
#container {
	width: 780px;
	padding-top: 10px;
	background-color: #FFF;
}
.topmenu {
	float: left;
	width: 178px;
	margin: 10px 0 10px 15px;
}
.topmenu h3 {
	text-align: center;
	display: block;
	height: 30px;
	background-image: url(image/topgyomubg.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
}
#container:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
