@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	background-color: #D1D7DC;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
img {
	border: none;
}
a:link, a:visited, a:active {
	color: #2BA0B1;
	text-decoration: none;
}
a:hover {
	color: #2BA0B1;
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#main {
	width: 900px;
	background: url(img/back2.jpg) repeat-y;
}
#left {
	width: 140px;
	float: left;
}
#right {
	width: 740px;
	padding-right: 20px;
	float: left;
}
#right .space {
	padding-bottom: 20px;
	clear: both;
}
#right .space .s-left {
	width: 300px;
	height: 187px;
	padding: 0 20px;
	float: left;
}
#right .space .s-right {
	width: 400px;
	height: 187px;
	float: left;
}
#right .space .right-top {
	width: 380px;
	height: 122px;
	padding-right: 20px;
}
#right .space .right-bottom {
	width: 380px;
	height: 60px;
	padding-top: 5px;
}
.red {
	color: #F00;
}
.btn02 {
	width: 700px;
	height: 60px;
	padding: 0 20px 20px 20px;
}
.pagetop {
	text-align: right;
}
#footer {
	width: 900px;
	height: 80px;
	padding-top: 40px;
	background: url(img/footer.jpg) no-repeat;
	font-size: 10px;
	color: #657a8b;
	text-align: center;
	clear: both;
}

