﻿body {
	background-color: #EBEBEB;
}
div#container {
	position: relative;
	width: 800px;
	min-height: 800px;
	margin: 0px auto 0;
	padding: 40px 0 10px 0;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}
div#header {
	position: relative;
	width: 800px;
	height: 110px;
	overflow: hidden;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url('../seika%20logo ss.jpg');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: auto;
}
div#header a {
	display: block;
	width: 200px;
	height: 110px;
	padding: 0 0 0 0;
	text-indent: -9999px;
}
div#maincontents h2 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 110%;
	text-transform: capitalize;
	color: #696969;
	margin-bottom: 1em;
	border-bottom: 1px dotted #c0c0c0;
}
div#subnavi h2 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 110%;
	text-transform: capitalize;
	color: #696969;
	margin-bottom: 1em;
	border-bottom: 1px dotted #c0c0c0;
}
div#subnavi {
	display: inline;
	float: left;
	width: 150px;
	height: auto;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
}
div#subnavi li {
	font-size: 85%;
	margin-bottom: 0.5em;
	color: #696969;
}
div#maincontents {
	display: block;
	float: left;
	width: 610px;
	min-height: 800px;
	margin: 0 0 1em 0;
}
p#maincontents {
	line-height: 150%;
}
div#maincontents h3 {
	margin-bottom: 1em;
	font-size: 80%;
	line-height: 150%;
	font-weight: boldeｒ;
	color: #66FF99;
}
div#maincontents h4 {
	color: #696969;
	margin-bottom: 0.5em;
}
p#sitefooter {
	clear: both;
	padding-left: 10px;
}

