@charset "utf-8";

/* CSS Document */

/*****************
  common layout
******************/

body{
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:url(../images/repeat_bg.gif) 60px repeat;
}

#wrap{
	background:url(../images/mainbg.gif) top center no-repeat;
	width:auto;
	height:auto;

}

#header{
	width:100%;
	height:60px;
	margin:0 auto;
	background:url(../images/head_repeat.gif) repeat-x;
}

.innerHead{
	width:865px;
	margin:0 auto;
}

#navi{
	width:100%;
	height:24px;
	margin:0 auto;
	background:url(../images/navi_bg.gif) repeat-x;
}

.innerNavi{
	width:865px;
	margin:0 auto;
	overflow:hidden;
	_zoom:1;
}

.innerNavi ul{
	padding-left:10px;
}

.innerNavi ul li{
	float:left;
}


#cnt{
	width:865px;
	margin:0 auto;
	background:url(../../images/img_02/cnt_bg.gif) center 1033px repeat-y;
}

#cnt #main{
	background:url(../images/h1_bg.gif) top left no-repeat;
}

#footer{
	width:100%;
}