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

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

* {
	margin:0px;
	padding:0px;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:none;
}

img {
	border:none;
}

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

body {
	font-size:small;
	text-align:center;
	background-color:#FFF
}

#wrapper {
	width:850px;
	margin:0px auto;
	text-align:left;
}

#header {
	width:850px;
	height:80px;
}

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

#footer {
	width:850px;
	height:50px;
	margin-bottom:0px;
	clear:both;
}

/*-------------------------*/
/* ナビゲーション */
/*-------------------------*/

#navi ul li {
	float:left;
}
