#wrapper {
	width: 900px;
}
#header {
	background-image: url(../images/top/t-hed.jpg);
	height: 344px;
	width: 900px;
}
#t-navi {
	height: 71px;
	width: 900px;
}
#contents {
	width: 636px;
	float: left;
}


#container:after{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content:".";
	
}
#footer {
	height: 24px;
	background-image: url(../images/top/food.jpg);
	background-color: #06C;
	float: left;
	width: 900px;
}
#left {
	width: 226px;
	float: left;
	background-color: #FC3;
}
#main {
	width: 410px;
	background-color: #CCC;
	float: right;
}
#banner {
	background-color: #FCC;
	width: 264px;
	float: right;
}

/*メニュー1*/

#navi {
	margin : 0em;
	padding: 0;
	height: 71px;
	width: 900px;
	_overflow:hidden; /*IE6用*/
	_display:inline; /*IE6用*/
	
}


#navi ul{
	height: 71px;
	width: 900px;
	margin:0;
	padding: 0;
	clear: both;	
}


#navi ul li{
	float:left;
	width: 150px;
	height: 71px;
	padding: 0;
	list-style-type:none;
	line-height:0;
	margin: 0;
	_display:inline; /*IE6用*/
	_line-height:2em; /*IE6用*/
}


#navi ul li a{
	display:block;
	width: 150px;
	height: 71px;
	margin: 0;
	background-image: url(../images/t-navi.jpg);
	background-repeat: no-repeat;
	_overflow:hidden; /*IE6用*/
}


#navi ul li span.active{
	display:block;
	width: 150px;
	height: 71px;
	margin: 0;
	background-image: url(../images/t-navi.jpg);
	background-repeat: no-repeat;
	_overflow:hidden; /*IE6用*/
	_display:inline; /*IE6用*/

}

#navi ul li a{
	display:block;
	width: 150px;
	height: 71px;
	background-image: url(../images/t-navi.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px
}


#navi ul li a:focus{
	outline:none;
	margin: 0;
	padding: 0;
}

.service a{background-position: 0 0;}
.price a{background-position: -150px 0;}
.flow a{background-position: -300px 0;}
.seo a{background-position: -45px 0;}
.works a{background-position: -600px 0;}
.contact a{background-position: -750px 0;}




.service a:hover{background-position: 0 -71px;}
.price a:hover{background-position: -150px -71px;}
.flow a:hover{background-position: -300px -71px;}
.seo a:hover{background-position: -450px -71px;}
.works a:hover{background-position: -600px -71px;}
.contact a:hover{background-position: -750px -71px;}

/*メニュー1ここまで*/


