@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */

*{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"メイリオ","ＭＳ　Ｐゴジック","ヒラギノ角ゴ　Pro W3";
	list-style-type:none;
}
img{
	border:none;
}

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

body {
	font-size: small;
	text-align: center;
	width:auto;
	background-color:#f3ecd8;
	
}

#wrapper {
	width: 860px;
	height:auto;
	margin: 0px auto;
	text-align:left;
	background-color:#f3ecd8;
	
}
#header{
	width: 860px;
	height:40px;
	
}
	

#navi ul li{
	float:left;
	margin:1.2px;
	
	
}

#footer {
	margin-top:auto;
	
		
		clear:both;
		width: 860p;
	height:40px;

	

	
}

