/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "lr SVbN", "Osaka|", monospace;
	font-size: 12px;
	line-height: 150%;
}

a:link { color: #FFFFFF; text-decoration: underline; }
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover {color: #FFFFFF; background-color: #FFFFFF; }
a:active {color: #FFFFFF; background-color: #FFFFFF; }

body {
	text-align: center;
	background: url(../img/background.jpg) repeat;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000000;
}
#header {
	width: 720px;
	padding: 15px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#topheader {
	width: 720px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
}
#main {
	text-align: left;
	width: 720px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/back_main.gif) repeat-y;
}
#topmain {
	text-align: left;
	width: 720px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
}
#topmain p {
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0px 10px;
}
#footer {
	clear: both;
	font-size: 8px;
	text-align: center;
	background: url(../img/background.jpg) repeat;
	padding: 5px 0px;
}
table {
	width: 535px;
}
td {
	color: #FFFFFF;
}
th {
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#left {
	float: left;
	width: 150px;
	background: url(../img/back_left.gif) repeat;
	border-top: 10px solid #990000;
	margin: 0px;
}
#left p {
	font-size: 9px;
	line-height: 12px;
	padding: 0px 10px;
}
#right {
	float: right;
	width: 535px;
	background-color: #000000;
	padding: 0px 0px 30px;
}
#right p {
	color: #FFFFFF;
}
.guide {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	background: #FFCC99 url(../img/h2_guide.gif) repeat;
	padding: 3px 0px 3px 10px;
	margin: 20px 0px 0px;
	font-weight: bold;
}
.party {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	background: #CC9966 url(../img/h2_party.gif) repeat;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	font-weight: bold;
}
.single {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	background: #CC9966 url(../img/h2_single.gif) repeat;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	font-weight: bold;
}
.menuline {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0px;
}
.menudot {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	padding: 5px 0px;
}
.menudotbottom {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	padding: 0px 0px 5px;
}
.menudottop {
	color: #FFFFFF;
	border-top: 1px dotted #FFFFFF;
	padding: 5px 0px 0px;
}
.small {
	font-size: 9px;
	line-height: 12px;
	padding: 5px 0px 0px;
}
.medium {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0px;
}
.big {
	font-size: 18px;
	font-weight: bold;
}
.large {
	font-size: 30px;
	font-weight: bold;
}
#singlemenu {
	width: 535px;
	text-align: center;
}
#singlemenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 535px;
}
#singlemenu ul li {
	text-align: center;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#singlemenu ul li a {
	float: left;
	width: 88px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #000000;
	background-color: #999999;
	border-bottom: 1px solid #000000;
	padding: 5px 0px;
	font-size: 12px;
	text-align: center;
}
#singlemenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AA6666;
}
.order {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding: 0px 0px 0px 15px;
	background: #E6E6E6;
}
.season {
	font-size: 10px;
	line-height: 14px;
}

/* 20091202 add start*/
#ad_banner {
	margin:0;
	padding:10px 0;
	width:720px;
	height:100px;
}
.ad_banner_left {
	width:350px;
	float:left;
}
.ad_banner_right {
	width:350px;
	float:right;
}
.clear {
	clear:both;
}
hr {
	display:none;
}
.ad_banner_s {
	margin:0;
	padding:20px 0;
	width:150px;
	text-align:center;
}
img {
    border-style:none;
}
/* 20091202 add end*/
