@charset "utf-8";

* {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: center;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

body {
	background-image: url(../img/bgbody.png);
	background-repeat: repeat-x;
	background-color: #9fc;
}

#layout {
	background-image: url(../img/bglayout.png);
	background-repeat: repeat-x;
	background-color: #fff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#foot {
	font-size: 12px;
	font-style: italic;
	color: #999;
	margin-top: 10px;
}

#con {
	background-image: url(../img/bgcon.png);
	background-repeat: repeat-y;
	width: 840px;
	margin-left: 60px;
}

#confoot {
	background-image: url(../img/bgconfoot.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 840px;
	margin-left: 60px;
}

#conbody {
	background-image: url(../img/bgconbody.gif);
	width: 800px;
	margin-left: 20px;
}

#middle {
	width: 900px;
	margin: 4px 0px 10px 32px;
}

#bottom {
	color: #315;
	padding: 10px 0px;
	clear: both;
}