@charset "utf-8";

#header {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	text-align: center;
	background: url(../image/header_bgline.gif) repeat-x;
}

#menu {
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#address {
	text-align: left;
	width: 380px;
	float: right;
	font-family: sans-serif;
}
h1 {
	padding-top: 0px;
	background-image: url(../image/title_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	width: 600px;
	margin: 0;
	font-size: 100%;
	text-align: center;
}

li {
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
	line-height: 100%;
}

.twocol {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../image/menu_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.add1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 5px;
}
.add2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#address p {
	font-size: 90%;
	line-height: 150%;
}
#address strong {
	font-size: 110%;
	font-weight: bold;
	color: #996600;
	letter-spacing: 0.2em;
	text-indent: -1px;
}

#footer {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

