@charset "shift_jis";
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: sans-serif;
	color: #333333;
	background: #E9E4D9 url(../img/bg1.gif) center top no-repeat;
	line-height: 1.5;
}
img {
	vertical-align: bottom;
	border: none;
}
#wrapper {
	width: 707px;
	margin: 0 auto;
}
#logo {
	font-size: 12px;
	padding: 20px 0 20px 0;
}
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #DED8CA;
	border-bottom: 3px solid #DED8CA;
}
caption {
	padding: 6px;
	color: #FFFFFF;
	background: #000066 url(../img/caption_bg.gif) right top no-repeat;
}
th,td {
	padding: 6px;
	text-align: center;
	border-right: 1px solid #E9E4D9;
	border-bottom: 1px solid #E9E4D9;
}
th.name {
	width: 170px;
}
th.holl {
	width: 90px;
}

td.price {
	width: 50px;
	border-right: none;
}
th.kaisaibi {
	width: 76px;
}
thead th {
	color: #5E4F46;
	font-weight: normal;
	background: #C9C7C6 url(../img/th_bg.gif) left top repeat-x;
}
tbody th {
	font-weight: normal;
	background: #F6F6F5;
}
td {
	background: #FFFFFF;
}
td.setumei {
	text-align: left;
}
#copyright {
	margin: 25px 0;
	FONT:  8pt;
	text-align: center;
}