@charset "utf-8";

/*-----------------------------------*/
/*大枠ボックス構成*/
/*-----------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	font-size:small;
	text-align:center;
	background-repeat: repeat;
	background-color: #E8E8E8;
	background-image: url(../images/backgroundimage.gif);
}

#wrapper{
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-position: center center;
}

#header{
	width:900px;
	height:75px;
}

#navi{
	width:900px;
	height:50px;
}

#navi ul li {
	float: left;
	list-style-type: none;
}
#footer {
	height: 50px;
	width: 900px;
	background-position: center center;
}
#navi2 {
	text-align: center;
	clear: both;
	width: 900px;
	background-color: #FFF;
	background-position: center center;
}
