@charset "UTF-8";

/* リセット CSS */	 
@import "reset.css";
	 
/* 基本 CSS */
@import "funstructure.css";
@import "globalNav.css";
@import "footer.css";

body {
	text-align:center;
	background:url(../images/bg.jpg) no-repeat center top #fff;
	line-height:1.5;
}
#top .logo {
	display: block;
	width: 578px;
	height: 116px;
	text-indent: -1000em;
	background:url(../../images/logo.png) repeat-x;
	position: absolute;
	top: 121px;
	left: 22px;
}
#top .main {
	position: absolute;
	top: 306px;
	left: 167px;
}
#top .side {
	position: absolute;
	top: 295px;
	left: 0;
}
