@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.3;	
}

/*------------ 背景画像（全体） ------------*/
body {
	background-image: url();
}

/*------------ 全体のレイアウト ------------*/
#wp {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*------------ ヘッダー ------------*/
#header {
	width: 885px;
	padding: 20px 0 25px 15px;
	background-image: url(../images/pink_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*------------ ヘッダーロゴ ------------*/
#header h1#header_logo {
	display: block;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}

#header h1#header_logo a {
	display: block;
	width: 190px;
	height: 29px;
	text-indent: -9999px;
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
}

/*------------ ナビゲーション ------------*/
#header ul#nav {
	text-indent: -9999px;
	_zoom: 1;
	overflow: hidden;
}

#header ul#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#header ul#nav li a {
	height: 45px;
	display: block;
}

/*------------ ナビゲーション（マウスOFF） ------------*/
#header ul#nav li#child a {
	width: 173px;
	background-image: url(../images/nav_child_off.gif);
}

#header ul#nav li#adult a {
	width: 187px;
	background-image: url(../images/nav_adult_off.gif);
}

#header ul#nav li#concert a {
	width: 143px;
	background-image: url(../images/nav_concert_off.gif);
}

#header ul#nav li#guidance a {
	width: 90px;
	background-image: url(../images/nav_guidance_off.gif);
}
#header ul#nav li#info a {
	width: 85px;
	background-image: url(../images/nav_info_off.gif);
}

/*------------ ナビゲーション（ロールオーバー時） ------------*/
#header ul#nav li#child a:hover {
	width: 173px;
	background-image: url(../images/nav_child_on.gif);
}

#header ul#nav li#adult a:hover {
	width: 187px;
	background-image: url(../images/nav_adult_on.gif);
}

#header ul#nav li#concert a:hover {
	width: 143px;
	background-image: url(../images/nav_concert_on.gif);
}

#header ul#nav li#guidance a:hover {
	width: 90px;
	background-image: url(../images/nav_guidance_on.gif);
}
#header ul#nav li#info a:hover {
	width: 85px;
	background-image: url(../images/nav_info_on.gif);
}

/*------------ フッター ------------*/
#footer_wp {
	width: 100%;
	background-image: url(../images/pink_line.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 110px 20px;
}

#footer ul li {
	line-height: 1.5;	
}

#footer div.right {
	text-align: right;
}

/*------ 見出し ------*/
h2{
	width:604px;
	height:154px;
	display:block;
	text-indent:-5000px;
}

h3{
	width:600px;
	height:33px;
	display:block;
	text-indent:-5000px;
	margin:15px 0px;
}

h4{
	background:url(../images/onpu.gif) no-repeat left center;
	height:18px;
	padding-top:2px;
	padding-left:20px;
	color:#1579FF;
}

/*------ テキストナビ（フッター） ------*/
#footer ul#text_nav li {
	padding: 0 5px;
	display: inline;
	border-right: 1px solid #000000;
}

#footer ul#text_nav li#last {
	border-right: none;
}

#footer address {
	padding-top: 3px;
	padding-right: 10px;
}

/*------ リンク色（フッター） ------*/
#footer #text_nav a {
	color: #000000;
	text-decoration: none;
}

#footer #text_nav a:hover {
	text-decoration: underline;
}

#footer #text_nav a:visited {
	color: #;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

.t_left{
	text-align:left;
}

.t_center{
	text-align:center;
}

.t_right{
	text-align:right;
}

.pointer{
	cursor:pointer;
}

.border{
	border:1px solid #999999;
	display:block;
	padding:2px;
	margin-bottom:5px;
}

.border img{
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}

#mailto{
	/*margin-left:100px;*/
}

