@charset "shift_jis";

body{
	color:#000;	/* 色1 */
	background:#fff;	/* 色1 */
}

#title{
	color:#069;	/* 色2 */
}

/* ナビゲーションバー */
.navi{
	background:#bdf;	/* 色3 */
	border-top:1px solid #039;	/* 色3 */
	border-bottom:1px solid #039;	/* 色3 */
}

/* コンテンツ解説 */
.contentsComment{
	border-bottom:1px solid #666;
}

/* メニュー */
/* 区分 */
.sectionTitle{
	background:#9cf;	/* 色4 */
}

.bannerList{
	list-style:none;
}

/* 段組み */
.rowPart{
	float:left;
	width:250px;
	height:250px;
	margin:0;
	padding:10px;
}

/* 持ち帰り用バナーリスト */
.takeout li{
	margin-bottom:15px;
}

.takeout .banner{
	margin-left:20px;
}
