/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	color: #333333;
}

body td {
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #333333;
}

a:hover {
	color: #666666;
}

h1 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	text-align: right;
}

h2 img {
/*	vertical-align: bottom;*/
	margin: 0;
	padding: 0;
	height: 73px;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: blue;
	font-weight: bold;
}

.navy {
	color: navy;
	font-weight: bold;
}

.purple {
	color: purple;
	font-weight: bold;
}

.green {
	color: green;
	font-weight: bold;
}

.orange {
	color: orange;
	font-weight: bold;
}

.olive {
	color: olive;
	font-weight: bold;
}

.fuchsia {
	color: fuchsia;
	font-weight: bold;
}

.maroon {
	color: maroon;
	font-weight: bold;
}

.red_s {
	color: red;
	font-size: 10px;
}

.maroon_s {
	color: maroon;
	font-size: 10px;
}

.readmore {
	color: #6c4b3a;
	font-size: 10px;
	text-align: right;
}


#fee {
	margin: 20px;
	border: solid 1px #b43300;
	border-collapse:collapse;
}

#fee td,th {
	border: solid 1px #b43300;
	font-size: 12px;
	padding: 5px 15px;
}

#fee th {
	background: #ff7300;
}

#fee td {
	background: #ffffff;
	width: 300px;
}

#fee2 {
	margin: 20px;
	border: solid 1px #b43300;
	border-collapse:collapse;
}

#fee2 td,th {
	border: solid 1px #b43300;
	font-size: 12px;
	padding: 5px 15px;
}

#fee2 th {
	background: #ff7300;
}

#fee2 td {
	background: #ffffff;
	width: 100px;
}

#box {
	background-image: url(../images/bg_table.gif);
	width: 720px;
	margin: 0 auto 20px;
}

#box_foot {
	background-image: url(../images/komidashi_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}