@charset "utf-8";
/* CSS Document */
@import url("common.css");

.center {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}

#menu {
	position: absolute;
	left: 300px;
	top: 10px;
}

#menu .underline {
	background-color: #FFF;
	height: 1px;
	width: 75px;
	position: absolute;
	left: 97px;
	top: 23px;
}
#contents {
	height: 800px;
	position: relative;


}
#contents h1 {
	height: 64px;
	width: 278px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	top: 10px;
	left: 0px;
}
#contents .main {
	position: relative;
	top: 100px;
}
.main h2 {
	position: relative;
	top: 0px;
	height: 26px;
	width: 196px;
}

#contents .main ul {
	margin-top: 30px;
	clear: both;
}

#contents .main ul li {
	float: left;
	height: 110px;
	width: 150px;
	margin-right: 10px;	margin-bottom: 20px;
}

.main .sadoinfo{
	clear: both;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 30px;
	height: 160px;
	padding-top: 20px;
}