/* CSS Document */
html{overflow-y: scroll;}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../../images/bg_body.gif);
	background-repeat: repeat;

}

#wrap {
	height: 630px;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*　ヘッド部　*/
#head {
	width: 950px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1E2A6C;
	height: 30px;
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: auto;
}


#head li {
	float: right;
	margin-top: 10px;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-right: 6px;
}
#content {
	height: 600px;
	width: 950px;
	margin: auto;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
}
#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: auto;
	width: 950px;
	text-align: right;
	color: #333333;
	clear: both;
	height: auto;
}
#menu {
	float: right;
	padding-right: 260px;
	padding-top: 33px;
	width: 226px;
}
.tubu {
	float: left;
	padding-top: 8px;
}
.topguest {
	float: right;
}

#menu li {
	float: left;
	list-style-type: none;
}
#mail {
	margin: auto;
	padding-left: 71px;
	padding-top: 125px;
	float: left;
	width: 150px;
	height: 110px;
}
h1 {
	text-indent: -9999px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

