#navi {
	margin-bottom: 5px;
	margin-left: 20px;
	width: 800px;
	clear: both;
}

#navi ul {
	list-style-type: none;
	margin: 0px;
	clear: both;
}
#navi li {
	display: inline;
}
#navi a {
	display: block;
	text-decoration: none;
	color: #400000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #400000;
	border-left-color: #400000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #400000;
}
#navi li#food a{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFFFCC;
	margin-left: 140px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-left-color: #FFCC66;
}
#main {
	clear: both;
	width: 800px;
}

#main table {
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0px;
	width: 760px;
	margin-right: 20px;
}
#main h2 {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main h3 {
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 10px;
	padding-left: 10px;
}
#main th {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
td.name {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	width: 540px;
}
td.read {
	font-size: 10px;
	color: #666666;
	padding-bottom: 10px;
	vertical-align: text-top;
	padding-right: 5px;
	padding-left: 20px;
}
td.dom {
	padding-right: 5px;
	padding-left: 5px;
}
td.year {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #E8F5FF;
	width: 70px;
}
td.price {
	text-align: right;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	width: 113px;
}
td.comment {
	line-height: 140%;
	padding-bottom: 20px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 5px;
}

/*------------------coloring---------------------*/

#white #main h2 {
	background-color: #0099FF;
	color: #FFFFFF;
}
#white #main h3 {
	color: #0099FF;
}
#white #main th {
	background-color: #EBEBEB;
}
#white td.name {
	color: #0099FF;
}
#red #main h2 {
	background-color: #CC0033;
	color: #FFFFFF;
}
#red #main h3 {
	color: #CC0033;
}
#red #main th {
	background-color: #EBEBEB;
}
#red td.name {
	color: #CC0033;
}
#sparkling #main h2 {
	background-color: #669966;
	color: #FFFFFF;
}
#sparkling #main h3 {
	color: #669966;
}
#sparkling #main th {
	background-color: #EBEBEB;
}
#sparkling td.name {
	color: #669966;
}
/*------------------coloring---------------------*/

#main ul {
	list-style-type: none;
	margin-left: 20px;
	text-align: center;
}
#main li {
	height: 60px;
	width: 700px;
	margin-bottom: 30px;
}
#main li#red a{
	background-image: url(../img/red.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 700px;
	text-indent: -9999px;
	display: block;
}
#main li#white a{
	background-image: url(../img/white.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 700px;
	text-indent: -9999px;
	display: block;
}
#main li#sparkling a{
	background-image: url(../img/sparkling.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 700px;
	text-indent: -9999px;
	display: block;
}
