@charset "euc-jp";
body {
	background-color:#e5e5e5;
	text-align:left;
	margin:0;
	padding:0;
	background-image:url(/img/bg-bodybase.gif);
	background-repeat:repeat-x;
	background-position:0px 222px;
}
body#Home {
	background-position:0px 302px;
}
body#Sorry {
	background-position:0px 3px;
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

.sTxt {
	font-size:90%;
}
p.sTxt {
	font-size:75%;
}

/* Contents */
#Contents {
	border-top:3px solid #00a7bb;
	position:relative;
	text-align:center;
}
#BodyArea {
	background-color:#fff;
	width:790px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#BodyContents {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-image:url(/img/bg-bodycontents.png);
	background-repeat:repeat-x;
	padding:0px 10px 15px 10px;
	position:relative;
	text-align:left;
	width:768px;
	_width:100%;
}
#Home #BodyContents {
	padding:15px 0px;
	text-align:center;
	width:auto;
}



/* Footer */
#Footer {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:15px 10px;
}