@charset "Shift_JIS";
/*▼▼リセット▼▼*/
html{
	margin:0px;
	padding:0px;
	height: 100%;
}
img {
	border:none;
}

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5 {
	font-size:100%;
	line-height:1.0;
	margin:0px;
	padding:0px;
}

dl, dd, dt{
	margin:0px;
	padding:0px;
}

div, p, a{
	margin:0px;
	padding:0px;
	text-decoration: none;
}
a {
	color: #444444;
}
a:link {
	color: #444444;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #444444;
}

/*▼▼ブロック▼▼*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
	color: #444444;
}
#container_bg {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#main_img {
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 0px;
	height: 580px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	display: block;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#header {
	display: block;
	height: 87px;
	margin-bottom: 10px;
}
#left_block {
	display: block;
	width: 390px;
	margin-right: 40px;
	float: left;
	margin-bottom: 20px;
}
#right_block {
	display: block;
	width: 390px;
	float: right;
	margin-bottom: 20px;
}
.right_block_inside {
	display: block;
	width: 410px;
	float: right;
	margin-bottom: 20px;
}
#info_top {
	border: 3px solid #a1a1a1;
	font-size: 12px;
	display: block;
	margin-right: 40px;
	width: 379px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 18px;
}
#info {
	border: 3px solid #a1a1a1;
	font-size: 12px;
	display: block;
	margin-right: 40px;
	width: 430px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 18px;
}
#footer {
	font-size: 10px;
	text-align: center;
	display: block;
	margin-top: 30px;
}
#container_btm {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*▼▼パーツ▼▼*/
#menu {
	display: block;
	float: right;
	height: 36px;
}
#menu ul li {
	display: block;
	padding: 0px;
	height: 36px;
	width: 136px;
	margin-left: 12px;
	float: left;
	font-size: 1px;
	text-indent: -9999px;
}
#menu li a{
	display: block;
	height: 36px;
}
.menu_top {
	background-image: url(../images/menu_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_kids {
	background-image: url(../images/menu_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_adults {
	background-image: url(../images/menu_03.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/*▼▼テキスト▼▼*/
p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
.bold{
	font-weight: bold;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 40px;
	color: #CCC;
	display: block;
	padding: 10px 0px 0px 0px;
}


/*▼▼汎用▼▼*/
.line {
	background-color: #a1a1a1;
	display: block;
	height: 1px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.fl_right {
	display: block;
	float: right;
}
.fl_left {
	display: block;
	float: left;
}
.title {
	margin-bottom: 25px;
}
.link_table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a1a1a1;
	margin-top: 10px;
	font-size: 11px;
	line-height: 14px;
}
.link_table img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.left_td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 50%;
}
.right_td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 50%;
}
.top_menu {
	position: relative;
	top: 510px;
	margin-right: 40px;
}

.inside_menu {
	position: relative;
	top: 28px;
}
.mb_20 {
	margin-bottom:20px;
}

