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

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
#wapper {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main_contents {
	display: block;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#contents {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#contents h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 20px;
	margin-top: 10px;
}
#contents h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.8em;
	color: #FF0000;
	margin-top: 20px;
}
#contents h6 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#setumei {
	height: 150px;
	width: 385px;
	float: right;
}
#setumei h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
#setumei h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 7px;
	color: #333333;
}
#contents  h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	display: block;
}
#photo {
	display: block;
	float: left;
}
#salad {
	height: 150px;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contents a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 70px;
	line-height: 30px;
	text-align: center;
	color: #FF9900;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contents a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1px solid #FF9900;
}
#yasai {
	display: inline-block;
	height: 280px;
	width: 700px;
	margin-top: 10px;
}
#yasai  table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 15px;
}
#gensai img {
	float: left;
}

