@charset "utf-8";
#contents {
	padding-bottom: 20px;
}

#contents #main #msg_box {
	left: 375px;
	top: 77px;
}

#contents #main #msg_box p {
	color: #F33;
	font-weight: bold;

}
#contents #box {
	padding-top: 20px;
}
#contents #box #staff {
	float: right;
	margin-right: 20px;
}

#contents #box h3{
	color: #090;
	margin-top: 30px;
	margin-bottom: 0px;
}
#contents #box h3 em {
	font-size: 65%;
	font-weight: normal;
}

#contents #box #yasai_day {
	color: #090;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#box #service {
	background-color: #FF9;
	margin-top: 10px;
}
#box #service th{
	background-color: #F00;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
}
#box #service td {
	padding-left: 10px;
}
#box #service b {
	color: #F00;
}
#box #menu {
	margin-top: 20px;
}

#box #menu img {
	float: left;
	margin-right: 20px;
}
#box #menu h4 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 120%;
	color: #F00;
}
#box #menu h4 a {
	color: #F00;
}

