@charset "Shift_JIS";

/* ------ common styleここから ------ */

/* ---- tag ---- */
.bottom{
	margin-bottom: 10px;
}
.bottom2{
	margin-bottom: 4px;
}
/* -- H -- */

/* ---- body ---- */
body { /* center on ie */
	width: 100%;
	text-align: center;
	background-image: URL(img/bg.jpg);
	overflow: visible;
	padding: 20px 0px 20px 0px;
	}
	* html body {
		background-position: expression('50px '+this.parentNode.scrollTop + 'px');
		position: absolute;
}

/* -- header -- */
#header{/* center on ie */
	width: 940px;
	height: 576px;
	background-image: URL(img/top1.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

/* -- content -- *//* center on ie */
#content{
	width: 940px;
	height: 484px;
	background-image: URL(img/content.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

/* -- footer -- */
#footer{/* center on ie */
	width: 940px;
	height: 50px;
	background-image: URL(img/foot.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	clear: both;
}

/* ---- common styleここまで ---- */

