/* 一覧
------------------------------------------------ */
#menu{
	width:566px;
	margin:0 auto 20px;
	border-bottom:1px dashed #999;
}
#menu .left{
	width:276px;
	margin-bottom:10px;
	padding-bottom:8px;
	float:left;
}
#menu .left .photo{
	padding:2px;
	border:1px solid #ccc;
	margin-left:3px;
	float:left;
}
#menu .mlist{
	width:176px;
	margin-top:3px;
	font-size:14px;
	color:#000;
	float:right;
}
#menu .mlist dt{
	font-weight:bold;
	margin-bottom:5px;
	font-size:16px;
}
#menu .mlist dd{
	font-size:14px;
}

#menu .right{
	width:276px;
	margin-bottom:10px;
	padding-bottom:8px;
	float:right;
}
#menu .right .photo{
	padding:2px;
	border:1px solid #ccc;
	margin-left:3px;
	float:left;
}

#heart{
	width:530px;
	margin:0 auto 20px;
	padding:15px;
	background:#FDF7DF;
}

#heart dt{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px #660000 dotted;
}
#heart dd{
	font-size:14px;
}

/* 塗装
------------------------------------------------ */
table.example{
	width:566px;
	margin:0 auto;
}

#coat_l{
	width:160px;
	text-align:center;
	float:left;
}
#coat_r{
	width:390px;
	float:right;
}

.elist{
	width:560px;
	margin:0 auto 10px;
}
.elist li{
	margin-bottom:5px;
	padding-left:15px;
	background:url(../menu/img/point.gif) left no-repeat;
	color:#CC0000;
}
