@charset"Shift_JIS";
/*
 + style: base.css
 + ver: v1.0.4
 + last update: 2007-06-20T17:00
   ----------------------------------------------------------------
 + site: Break! tennipuri OVA (http://www.tenipuri.jp) by tenipuri.jp
*/


/* ==================    base css ==================== */
#header{
	width: 800px;
}


#middle{
	width: 800px;
}


#footer{
	width: 100%;
	height:72px;
	text-align: center;
	background-image:url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* ==================    base css / container   ==================== */

#container{
	width: 800px;
	text-align:left;
	background-image:url(../img/container.gif);
	background-repeat:repeat-y;
}
#main{
	width: 600px;
	float:left;
	background-image:url(../img/main_bg.gif);
	background-repeat:repeat-x;
	
}
#navi{
	display:none;
}
