@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
}
p {
	text-align: justify;
	line-height: 1.5em;
}
h1 {
	font-size: 20px;
	text-indent: -5000px;
}
h2 {
	font-size: 16px;
	text-indent: -5000px;
}
h3 {
	font-size: 18px;
	color: #009900;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 2px;
	line-height: 1.2em;
}
h4{
	font-size: 13px;
	color: #FF6600;
	text-align: center;
	margin: 3px 0;
	line-height: 1.3em;
}
img {
	border-style: none;
}
/*-------------------- WRAP --------------------*/
#wrap {
	width: 900px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y;
	background-color: #CCC;
}
#contents {
	width: 880px;
	margin: 0 auto;
	background-color: #FFFFFF;
	clear: both;
}
/*-------------------- HEADER --------------------*/
#header{
	margin: 0 auto;
	width: 880px;
	height: 100px;
	background: url(images/header.jpg) no-repeat;
	background-color: #666;
}
#header_logo {
	float: left;
	width: 330px;
	height: 90px;
	background: url(images/header.jpg) no-repeat;
}
#header_logo2 {
	float: right;
	width: 550px;
	height: 33px;
	background: url(images/header.jpg) no-repeat;
	background-position: -330px 0px;
}
/*-------------------- HEADER MENU --------------------*/
#header_menu {
	list-style: none;
}
ul#header_menu li {
	display: inline;
}
ul#header_menu a {
	float: left;
	text-indent: -5000px;
	height: 32px;
	background: url(images/header.jpg) no-repeat;
}
/*-------------------- HEADER MENU 2 --------------------*/
#header_menu2 {
	list-style: none;
}
ul#header_menu2 li {
	display: inline;
}
ul#header_menu2 a {
	float: left;
	text-indent: -5000px;
	height: 25px;
	background: url(images/header.jpg) no-repeat;
}
/*-------------------- HEADER MENU BUTTON --------------------*/
ul#header_menu #menu1 a {
	width: 127px;
}
#menu1 a:link, #menu1 a:visited {
	background-position: -330px -33px;
}
#menu1 a:hover, #menu1 a:active {
	background-position: -330px -133px;
}
ul#header_menu #menu2 a {
	width: 96px;
}
#menu2 a:link, #menu2 a:visited {
	background-position: -457px -33px;
}
#menu2 a:hover, #menu2 a:active {
	background-position: -457px -133px;
}
ul#header_menu #menu3 a {
	width: 149px;
}
#menu3 a:link, #menu3 a:visited {
	background-position: -553px -33px;
}
#menu3 a:hover, #menu3 a:active {
	background-position: -553px -133px;
}
ul#header_menu #menu4 a {
	width: 90px;
}
#menu4 a:link, #menu4 a:visited {
	background-position: -702px -33px;
}
#menu4 a:hover, #menu4 a:active {
	background-position: -702px -133px;
}
ul#header_menu #menu5 a {
	width: 88px;
}
#menu5 a:link, #menu5 a:visited {
	background-position: -792px -33px;
}
#menu5 a:hover, #menu5 a:active {
	background-position: -792px -133px;
}
/*-------------------- HEADER MENU 2 BUTTON --------------------*/
ul#header_menu2 #menu6 a {
	width: 87px;
}
#menu6 a:link, #menu6 a:visited {
	background-position: -330px -64px;
}
#menu6 a:hover, #menu6 a:active {
	background-position: -330px -164px;
}
ul#header_menu2 #menu7 a {
	width: 125px;
}
#menu7 a:link, #menu7 a:visited {
	background-position: -417px -64px;
}
#menu7 a:hover, #menu7 a:active {
	background-position: -417px -164px;
}
ul#header_menu2 #menu8 a {
	width: 113px;
}
#menu8 a:link, #menu8 a:visited {
	background-position: -542px -64px;
}
#menu8 a:hover, #menu8 a:active {
	background-position: -542px -164px;
}
ul#header_menu2 #menu9 a {
	width: 90px;
}
#menu9 a:link, #menu9 a:visited {
	background-position: -655px -64px;
}
#menu9 a:hover, #menu9 a:active {
	background-position: -655px -164px;
}
ul#header_menu2 #menu10 a {
	width: 62px;
}
#menu10 a:link, #menu10 a:visited {
	background-position: -745px -64px;
}
#menu10 a:hover, #menu10 a:active {
	background-position: -745px -164px;
}
ul#header_menu2 #menu11 a {
	width: 73px;
}
#menu11 a:link, #menu11 a:visited {
	background-position: -807px -64px;
}
#menu11 a:hover, #menu11 a:active {
	background-position: -807px -164px;
}
/*---------------------------------------------------*/
/*-------------------- LEFT SIDE --------------------*/
.left{
	width: 279px;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px solid #096;
}
.left div {
	margin: 0 19px 10px;
	padding: 5px 0;
	border-bottom: 1px dotted #096;
}
.left img {
	text-align: center;
}
/*-------------------- LEFT DIV --------------------*/
.left p {
	font-size: 11px;
	text-align: left;
}
.left #sitefind {
	font-size: 11px;
	text-align: center;
	background-color: #FFFF99;
}
.left #sitefind  input{
	margin: 2px;
}
.left #guidance {
	font-size: 10px;
	line-height: 1.3em;
}
/*-----------------------------------------------*/
/*-------------------- RIGHT --------------------*/
.right {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
}
/*-------------------- MAIN MENU --------------------*/
#main_menu {
	margin: 0px auto;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#main_menu a {
	margin: 0px auto;
	display: block;
	height: 38px;
}
#main_menu h2{
	font-size: 14px;
	text-align: left;
	text-indent: -5000px;
}
#main_menu p {
	font-size: 11px;
	line-height: 1.4em;
}
#main_menu_l{
	float: left;
	width: 300px;
}
#main_menu_r{
	float: left;
	width: 300px;
}
.rmenu {
	margin: 0px 10px;
	clear: both;
	padding-bottom: 10px;
}
.rmenu_sub {
	width: 275px;
	margin: 0 0 0 5px;
}
.rmenu_sub img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.rmenu_sub p {
	margin: 0;
}
/*-------------------- RIGHT SIDE ROLL OUT --------------------*/
#rmenu1 a:link, #rmenu1 a:visited {
	background: url(images/rmenu1.jpg) no-repeat;
}
#rmenu2 a:link, #rmenu2 a:visited {
	background: url(images/rmenu3.jpg) no-repeat;
}
#rmenu3 a:link, #rmenu3 a:visited {
	background: url(images/rmenu2.jpg) no-repeat;
}
#rmenu4 a:link, #rmenu4 a:visited {
	background: url(images/rmenu4.jpg) no-repeat;
}
/*-------------------- RIGHT SIDE ROLL OVER --------------------*/
#rmenu1 a:hover, #rmenu1 a:active {
	background: url(images/rmenu1.jpg) no-repeat;
	background-position: 0px -38px;
}
#rmenu2 a:hover, #rmenu2 a:active {
	background: url(images/rmenu3.jpg) no-repeat;
	background-position: 0px -38px;
}
#rmenu3 a:hover, #rmenu3 a:active {
	background: url(images/rmenu2.jpg) no-repeat;
	background-position: 0px -38px;
}
#rmenu4 a:hover, #rmenu4 a:active {
	background: url(images/rmenu4.jpg) no-repeat;
	background-position: 0px -38px;
}
.right #renewal {
	background-color: #FFFFBB;
	margin: 5px 10px;
	border-top: 1px dotted  #069;
	border-bottom: 1px dotted #069;
	padding: 10px;
	font-size: 12px;
}
.right #new  {
	background-color: #FFFFFF;
	margin: 5px 10px;
	clear: both;
	border-top: 1px dotted  #069;
	padding-top: 5px;
}
.right #new p {
	margin: 0 10px 10px;
	font-size: 12px;
}
.right #new table {
	width: 560px;
	margin: 0 auto;
}
.right #new td {
	text-align: center;
	padding-bottom: 5px;
}
.right #new th {
	padding: 2px 0 1px;
	color: #FF6600;
	border-bottom: 1px solid #f60;
	font-size: 13px;
}
.new_title {
	border-bottom: 1px solid #090;
	display: block;
	border-top: 1px solid #090;
	margin: 5px 10px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #009900;
}
.new_title2 {
	border-bottom: 1px solid #F60;
	display: block;
	margin: 5px 10px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #FF6600;
}
.left_title {
	border-bottom: 1px solid #090;
	display: block;
	border-top: 1px solid #090;
	margin: 5px 0;
	padding-top: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #009900;
}
.left_title2 {
	border-bottom: 1px solid #F60;
	display: block;
	margin: 5px 0;
	padding-top: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #FF6600;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #F60;
}
/*----- FOOTER-----*/
#footer {
	background: url(images/footer.jpg) no-repeat;
	background-color: #FFF;
	height: 40px;
	width: 900px;
	margin: 0 auto;
	clear: both;
}
#footer p{
	text-align: right;
	color: #FFF;
	padding-top: 10px;
	margin-right: 25px;
	font-size: 12px;
}
#schedule {
	width: 860px;
	clear: both;
	margin: 0px auto;
	border-top: 1px solid #096;
	border-bottom: 1px solid #096;
	padding: 10px 0;
}
#schedule table {
	width: 100%;
}
#schedule td {
	border-bottom: solid 1px #F60;
	padding: 3px 0 3px 15px;
	font-size: 12px;
}
.img_right {
	float: right;
	margin-left: 10px;
}
#link {
	width: 600px;
	margin: 10px auto;
}
#link p {
	padding: 5px;
	text-align: center;
}
#gallery td  {
	text-align: center;
}
#gallery table {
	margin: 0 auto;
}
#game p {
	text-align: center;
}
#yoyaku {
	width: 600px;
	margin: 0 auto;
}
#yoyaku table {
	margin: 0 auto;
	width: 500px;
}
#yoyaku th {
	background-color: #FF9900;
	padding: 4px 0 2px;
}
#yoyaku td {
	padding: 0 0 2px;
}
#yoyaku .t {
	background-color: #FFCC66;
	padding: 0 5px;
	font-weight: bold;
}
#yoyaku .k {
	font-weight: bold;
	font-size: 14px;
}
#yoyaku .n {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}
#yoyaku input {
	margin: 0 2px;
}
.yoyaku_block {
	border-bottom: 1px dotted #096;
	padding: 5px 0;
}





#topic h3{
	color: #fff;
	text-align: center;
	height: 26px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	background: url(images/roundbox_01.gif) no-repeat center top;
	font-size: 15px;
	font-weight: bold;
}
#topic .topicheader{
	position: relative;
	width: 550px;
	margin: 0 auto 10px;
	padding: 0;
	background: url(images/roundbox_02.gif) repeat-y 0 0;
}
#topic .topicfooter{
	height: 10px;
	margin: 0 auto;
	background: url(images/roundbox_03.gif) no-repeat center bottom;
}
#topic p{
	font-size: 12px;
	padding:0 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.topich{
	padding: 0 3px;
	border-bottom: 1px solid #f60;
	color: #f60;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 10px 3px;
	display: block;
}
/*COUNTER*/
#counter{
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#topic2{
	width: 546px;
	height: 1300px;
	margin: 10px auto 20px;
	border: 2px solid #500;
	background-color: #b00;
	color: #fff;
}
#topic2 h3{
	color: #fff;
	text-align: center;
	height: 26px;
	margin: 0px 0 5px 0;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
}

#topic2 .topicheader2{
	position: relative;
	width: 550px;
	margin: 0 auto 10px;
	padding: 0;
}
#topic2 .christmas{
	height: 1300px;
	margin: 0;
	padding: 10px 0;
	background: url(images/topic2bg.png) no-repeat 0 0;
}

#topic2 .topicfooter2{
	height: 10px;
	margin: 0 auto;
}
#topic2 p{
	font-size: 12px;
	padding:0 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text_r{
	text-align: right;
}


