body {
	text-align: center;
	color: #666666;
	background-color:#faf0e6;
	margin: 0px;
}

img {
	border: 0px;
	vertical-align: middle ;
}

#container {
	width: 810px;
	margin: auto;
	margin-top: 0;
	background-color:#ffffff;
	border-left: dashed 1px #ffe4e1;
	border-right: dashed 1px #ffe4e1;	
}

#header_title {
	padding: 0;

}

#header_title h1 {
	text-align: left;
	margin: 0 0 0 10px;
}

#header_title h1 a {
	color: #b8860b;
	text-decoration: none;
}

#header_title p {
	text-align: left;
	color: #c0c0c0;
	margin: 0 0 5px 100px;
	font-size: 0.8em;
}

#header {
	width: auto;
	height: 250px;
	background-image: url(image/header2.jpg);
	background-repeat: no-repeat;
	background-position:;
}

#navi {
	width: auto;
	height: 30px;
	font-size: 12px;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi li {
	float: left;
	width: 135px;
	list-style-type: none;
	font-family: ;
	line-height:25px;
}

#navi li a {
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-color: #ccff99;
}

#main {
	text-align: left;
	width: 590px;
	float: left;
	margin: 0;
}

h2 {
	background-image: url(image/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #ffcccc;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px;
}


#sozai {
	padding: 0;
	height: 650px;
	text-align: center;
	font-size: 14px;
	overflow: auto;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	color: #996666;
	padding: 5px;
}

#sozai p img {
	margin-bottom: 10px;
}

.img-border img {
	border: 1px solid #cccccc;
	margin: 3px;
}

.koukoku {
	text-align: center;
}

.koukoku img {
	margin: 3px;
}

#ranking {
	text-align: center;
}

#side {
	text-align: left;
	width: 200px;
	float: right;
	margin: 10px 0;
}

.menu {
	width: 190px;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
	margin-bottom: 8px;
	line-height: 1.5;
	list-style-type: none;
}

.menu li a {
	display: block;
	padding: 8px;
	font-size: 14px;
	background-color: #ffe4e1;
	color: #666666;
	text-decoration: none;

}

#footer {
	clear: both;
	height: 100px;
	background-image: url("image/footer_bg.gif");
	background-repeat: repeat-x;
}

#footer address {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 80px;
}

