@charset "shift_jis";
/* CSS Document */

* {
	margin : 0;
	padding : 0;
	line-height : 1.6;
}

body {
	font-size : 12px;
	background-color : #333333;
	text-align : center; /* IE6 対策 */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border-style : none;
	vertical-align : bottom;
}

a {
	text-decoration : none;
	outline : none; /* リンク枠線を消す */
}


#wrapper {
	width : 700px;
	background-color : #ccccff;
	margin : 0 auto; /* margin-left : auto  margin-right : auto; */
	text-align : left; /* IE6 対策戻す */
}

#head {
	width : 700px;	
}

#navi {
	width : 700px;
}

#navi li {
	float : left;
	list-style-type : none;
}

#left {
	width : 250px;
	margin : 10px;
	float : left;
	display : inline; /* IE6 対策 */
}

#right {
	width : 420px;
	margin : 0px 10px 10px 0px;
	float : right;
	display : inline; /* IE6 対策 */
}

#right h2{
	margin : 10px 0px 10px 0px;
	line-height: : -0.5em;
	font-size: : 1.3em;
	font-weight : normal;
	padding : 10px 10px 5px 50px;
	background-color : #6666ff;
	background-image : url("images/bg_h2.gif")
}

.food {
	float : left;
	margin-right : 10px;
}

#foot {
	width : 700px;
	clear : both;
}