@charset "utf-8";

body {
	color: #000;
	background-color: #fafafa;
	font-size: 100%;
}
div#contents,address,table {
	width: 620px;
}
h2,h3,h4,h5,h6,p,address,li,th,td,dt,dd {
	color: #ada18e;
	font-size: 82%;
}
h2,h3,h4,h5,h6,p,address,li {
	text-align: justify;
}
h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 1em 0px 0px 0px;
	border: none;
	padding: 0px;
}
h2 {
	border-bottom: solid 1px #d9e1aa;
}
p {
	line-height: 150%;
}
dl {
	line-height: 120%;
}
strong, em, dt {
	font-weight: bold;
	font-style: normal;
}
table {
	margin-top: 0.5em;
}
th.no,th.price {
	width: 4em;
}
th.format {
	width: 4.5em;
}
th.title {
	width: 16em;
}
th,td {
	border-bottom: solid 1px #d9e1aa;
}
th,dt {
	background-color: #fff;
	border-right: solid 1px #d9e1aa;
}

p#foto {
	position: relative;
	top: 1em;
}

ul#menu {
	margin: 0px;
	border: none;
	padding: 0px;
	list-style-type: none;
}
ul#menu li {
	display: inline;
}
address {
	margin-top: 1em;
	border-top: solid 1px #d9e1aa;
	padding-top: 0.5em;
}
address a {
	color: #ada18e;
	font-family: Times,serif;
}
a img {
	margin: 0px;
	border: none;
	padding: 0px;
	text-decoration: none;
}
a:link,a:visited {
	color: #adc0b1;
}
a:active,a:hover {
	color: #d9e1aa;
	background-color: #fff;
}

