/*================================
全体的なスタイル
================================*/
*{
	margin:0; padding:0;
	line-height:1.5;
}
body{
	background-color:#fff;
	text-align:center;
}
div#pagebody{
	width:796px; margin:0 auto;
	text-align:left;
	background-image: url("image/background.jpg");
	background-repeat: repeat-y;
	background-color:#fff;
	border: 1px dotted #ccc;

}
h1{
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px 30px ;
}
hr{
	height: 1px; border:solid 1px #ccc;
	margin: 5px 20px 5px 20px;
}
p{
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	color: #000;
}

a:link { color: #666;}
a:hover { color: #ff1493; }
a:active { color: #ff0000; }

b{
	font-size: 100%;
	color: #000;
}
p.type01{
	float: right;
	margin: 5px 50px 30px 50px;
	color: #999;
}
p.type01 a{
	margin: 0px 0px 0px 0px;
	color: #0066cc;
}
p.type02{
	font-size: 100%;
	margin: 0px 10px ;
	color: #000;
	text-align:center;
}
p.type02 a{
	text-decoration: underline;
	font-size: 100%;
	margin: 0px 10px ;
	color: #0066cc;
	text-align:center;
}
p.type03{
	font-size: 75%;
	margin: 10px 0px 10px 10px;
	color: #000;
	float: left;
}
#title{
	text-align: center;
	margin: 30px 20px 10px 20px;
}
#title-under{
	text-align: left;
	margin: 20px 20px 10px 50px;
	color: #ccc;
}

/*================================
ヘッダ
================================*/
div#header{
	height: 120px ;
	background-image:url("image/bg_header.gif") ;
	background-repeat:no-repeat ;
	background-color:#fff;
	margin: 		/*位置調整*/
}
div#logo{
	float: left;
	margin: 10px 10px 0px 30px;
}
div#otoiawase{
	float: right;
	margin: 25px 30px 0px 10px;
}
img.otoiawase{	margin-bottom:3px;}

/*================================
トップイメージ
================================*/
div#home_image{
	height: 210px;
	margin: 10px 20px 5px 20px;
}
.top01{
	float:left;
	margin: 5px 0px 5px 20px;
}
.top02{	float:right;
	margin: 5px 20px 5px 0px;
}

/*================================
メインメニュー
================================*/
ul#menu{
	height: 50px;
	background-color:#fff;
	margin: 10px 30px 0px 30px;
	text-align: center;
	clear: both;
}
li#menu00, li#menu01, li#menu02, li#menu03, li#menu04, li#menu05, li#menu06, li#menu10{
	float: left;
	display: inlign;
	list-style-type: none;
	background-repeat: no-repeat;
}
ul#menu a{
	display: block;
	height: 42px;
	text-align: center;
	text-decoration: none;
}
div#guide{
	width: 750px;
	border-bottom: 1px dotted;
	border-color: #ccc;
	margin: 10px 20px 0px 20px;
}
p.guide{
	font-size: 60%;
	margin: 0px 0px 0px 0px;
	color: #666;
}

/*================================
コンテンツ
================================*/
ul#content{
	clear: both;
	text-align: center;
	height: 42px;
	background-color:#fff;
	margin: 10px 10px 0px 10px;
}
img#con01{
	float: left;
	display: inlign;
	list-style-type: none;
	background-repeat: no-repeat;
}
div#content{
	width: 750px;
	margin:	0px 20px 0px 20px;	/*位置調整*/
	background-color:#fff;
	float:left;
}

/*================================
お知らせ(左)
================================*/
div#information{
	width: 350px;
	margin: 0px 0px 5px 0px;	/*位置調整*/
	padding:  0px 20px 0px 0px;		/*位置調整*/
	float:left;
}
div.info{
	margin: 0px 0px 5px 10px;		/*位置調整*/
	border-bottom: 1px dotted;
	border-color: #999;
}
/* --- ボックス --- */
div.section01 {
	width: 345px; /* ボックスの幅 */
	height: 200px; /* ボックスの高さ */
	overflow: auto;
	margin: 0px 0px 5px 15px;	/*位置調整*/
	background-color: #fff; /* ボックスの背景色 */
	border: 0px #c0c0c0 dotted; /* ボックスの境界線 */
	font-size: 90%; /* 文字サイズ */
	color: #000000; /* 文字色 */
}

div.section02 {
	width: 345px; /* ボックスの幅 */
	height: 100px; /* ボックスの高さ */
	margin: 0px 0px 5px 15px;	/*位置調整*/
	overflow: auto;
	background-color: #fff; /* ボックスの背景色 */
	border: 0px #c0c0c0 dotted; /* ボックスの境界線 */
	font-size: 90%; /* 文字サイズ */
	color: #000000; /* 文字色 */
}
/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

h2{
	font-size: 100%;
	color: #000;
}
h3{
	font-size: 90%;
	margin-left: 5px;
	color: #000;
}
p.info{
	font-size: 80%;
	margin: 0px 10px 10px 10px;
	color: #000;
}
p.info a{
	text-decoration: underline;
	color: #0066cc;
}

/*================================
ステップス紹介(右)
================================*/
div#steps{
	width: 345px;
	height: 400px;
	margin:  0px 10px 5px 0px;		/*位置調整*/
	padding:  0px 5px 0px 10px;		/*位置調整*/
	border-left: 1px dotted;
	border-color: #999;
	float: right;
}
ol.steps{	margin:  15px 0px 0px 0px;		/*位置調整*/
}
li.steps{
	font-size: 95%;
	color: #000;
	margin:  0px 0px 20px 30px;		/*位置調整*/
}
strong.steps{
	font-size: 120%;
	color:#000;
	margin:  0px 0px 20px 30px;		/*位置調整*/
}
p.steps{	font-size: 85%;
}

/*================================
フッタ
================================*/
div#footer{
	height: 100px;
	text-align: center;
	clear: both;
	color: #ff1493;
}
div#menu_s{
	background-color:#fff;
	margin: 0px;
	font-style: normal;
	font-size: small;
}

address{
	font-style: normal;
	font-size: small;
	padding: 0px 0px 10px 0px;
	color: #ff1493;

}

/*================================
クラス案内
================================*/
#class00{
	text-align: center;
	width: 700px;
	height: 200px;
	margin: 20px 30px 0px 50px;	/*位置調整*/
	border: 0px dotted;
	border-color: #999;
}

ul#classes_ad{
	width: 200px;
	height: 180px;
	float: left;
	background-color:#fff;
	margin: 0px 0px 0px 0px;
}
ul#classes_jr{
	width: 480px;
	height: 180px;
	float: right;
	background-color:#fff;
	margin: 0px 0px 0px 0px;
}
li#cla01, li#cla02, li#cla03, li#cla04, li#cla05, li#cla06, li#cla07, li#cla08, li#cla09, li#cla10{
	float: left;
	display: inlign;
	list-style-type: none;
	background-repeat: no-repeat;
	margin-left: 10px;
	font-size: 90%;
}
#classes{
	width: 750px;
	height: 220px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 10px 0px 10px;
}
#classes_l{
	width: 360px;
	height: 210px;
	float: left;
	margin:0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}
#classes_r{
	width: 360px;
	height: 210px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: dotted 1px #ccc;
}
p.classes{
	margin-bottom: 5px;
	text-align: left;
	font-size: 110%;
}
p.classes_lr{
	padding-left: 20px;
}
/*================================
料金案内
================================*/
div#price00{
	margin: 30px 30px 30px 30px;
}
div#adult{
	margin: 30px 30px 30px 30px;
}
div#junior{
	margin: 30px 30px 30px 30px;
}
strong.price{
	color: #fff;
}
table, td, th { border: 3px #999 solid; 
}
td{
	font-size: 80%;
	padding-left: 5px;
}
th{		text-align: center;
}
td.title01{
	padding: 7px 15px 7px 15px;
	font-size: 110%;
}
td.price{
	text-align: center;
}
td.kojin{	padding: 5px 10px 5px 10px;
}
table.price{
	width: 400px;
	height: 
	border: 3px;
}
table.adult{
	width: 700px;
	height: 
}
tr.adult{
	text-align: center; 
	width: 610px;
	COLOR: #000; 
	VERTICAL-ALIGN: middle; 
}
th.adult{
	text-align: center; 
	padding: 5px 15px 5px 15px;
	COLOR: #000; 
	VERTICAL-ALIGN: middle; 
}
tr.junior{
	text-align: center; 
	width: 610px;
	COLOR: #000; 
	VERTICAL-ALIGN: middle; 
}
th.junior{
	text-align: center; 
	padding: 5px 15px 5px 15px;
	COLOR: #000; 
	VERTICAL-ALIGN: middle; 
}

/*================================
講師紹介
================================*/
div#instructor{
}

p.type03{
	font-size: 80%;
	margin: 10px 0px 10px 10px;
	color: #000;
	float: right;
}
p.type04{
	font-size: 80%;
	margin: 10px 0px 10px 10px;
	color: #000;
	float: left;
}
div#instructor img.pro{
	margin: 10px 15px 0px 15px;	/*位置調整*/
	float: left;
}
div#instructor img.keiko{
	margin: 10px 30px 0px 30px;	/*位置調整*/
	text-align: center;
}
p.instructorkeiko{
	font-size: 80%;
	margin: 5px 0px 5px 50px;	/*位置調整*/
	color: #000;
}
#instructor_01{
	text-align: left;
	margin: 5px 20px 5px 20px;	/*位置調整*/
}
div#instructor_01l{
	width: 500px; height: 280px;
	margin: 0px 0px 0px 10px;	/*位置調整*/
	float:left;
	display: inlign;
	border: 0px dotted;
	border-color: #ccc;
}
div#instructor_01r{
	width: 240px; height: 280px;
	margin: 0px 35px 0px 0px;	/*位置調整*/
	float: right;
	display: inlign;
	border: 1px dotted;
	border-color: #ccc;
}
div#instructor_02l{
	width: 500px; height: 250px;
	margin: 0px 0px 0px 10px;	/*位置調整*/
	float: left;
	display: inlign;
	border: 0px dotted;
	border-color: #ccc;
}
div#instructor_02r{
	width: 240px; height: 250px;
	margin: 0px 35px 0px 0px;	/*位置調整*/
	float: right;
	display: inlign;
	border: 1px dotted;
	border-color: #ccc;
}
div#instructor_03l{
	width: 500px; height: 250px;
	margin: 0px 0px 0px 10px;	/*位置調整*/
	float: left;
	display: inlign;
	border: 1px dotted #fff;
}
div#instructor_03r{
	width: 240px; height: 250px;
	margin: 0px 35px 0px 0px;	/*位置調整*/
	float: right;
	display: inlign;
	border: 1px dotted;
	border-color: #ccc;
}

/*================================
タイムテーブル
================================*/
img.time{
	text-align: center;
	margin: 50px 50px 10px 50px;
	border: solid 2px #ccc;
}

/*================================
アクセス
================================*/
div#access{
	text-align: center;
	margin: 50px 50px 10px 50px;
}
p.access{
	font-size: 80%;
	text-align: left;
	margin: 20px 130px 0px 130px;
	color: #000;
}

/*================================
お問い合せ
================================*/
li#con03, li#con04{
	float: left;
	display: inlign;
	list-style-type: none;
	background-repeat: no-repeat;
}
li#con03{	margin: 20px 0px 0px 0px;}
li#con04{	margin: 20px 0px 0px 0px;}
div#by_tel{
	float:left;
	width: 350px;
	margin: 10px 5px 80px 5px;
}
div#by_mail{
	float:right;
	width: 350px;
	margin: 10px 5px 80px 5px;
}

/*================================
Q & A
================================*/
#qa-t{
	margin: 20px 30px 0px 30px;
	padding: 10px 30px 10px 30px;
	background-color: #ffc0cb;
}
#qa-a{
	margin: 10px 30px 0px 30px;
	padding: 10px 30px 30px 30px;
}
#qa{
	margin: 10px 150px 0px 150px;
	padding: 20px 30px 20px 30px;
	border: solid 3px #ff1493;
}
p.qa-t{	font-size: 105%;
}
p.qa-a{
}

/*================================
リンク
================================*/
#links{
	margin: 10px 0px 0px 0px;
	width: 750px; height: 100px;
	border-bottom: 1px dotted;
	border-color: #ccc;
}
#links-image{
	width: 180px;
	float: right;
	text-align: left;
}
#links-text{
	width: 500px; height: 70px;
	float: left;
	text-align: left;
	padding: 20px 20px 0px 20px;
	margin: 0px 0px 0px 10px;
	border-right: 1px dotted;
	border-color: #ccc;
}
p.links{
	text-size: 80%;}

/*================================
入会案内
================================*/
div#admission{
	text-align: center;
	margin: 10px 0px 0px 0px;
}
p.ad01{
	font-size: 120%;
	font-weight: bold;
	font-family: sans-serif;
	text-align: left;
	margin: 20px 0px 0px 60px;
}
p.ad02{
	font-size: 80%;
	line-height: 200%;
	text-align: left;
	margin: 0px 0px 0px 50px;
	color: #000;
}
ul#ad{
	text-align: center;
	height: 150px;
	width: 750px;
	border-bottom: 1px dotted;
	border-color: #ccc;
	margin: 0px 20px 0px 20px;
}
li#ad00, li#ad01, li#ad02, li#ad03{
	float: left;
	display: inlign;
	list-style-type: none;
}
li#ad00{
	margin: 45px 7px 40px 0px;
}
li#ad01{
	margin: 0px 0px 0px 30px;
}
li#ad02{
	margin: 0px 0px 0px 0px;
}
li#ad03{
	margin: 0px 30px 0px 0px;
}
div#ad_01{
	border-bottom: 1px dotted;
	border-color: #ccc;
	margin: 20px 20px 0px 20px;
}
div#ad_02{
	border-bottom: 1px dotted;
	border-color: #ccc;
	margin: 20px 20px 0px 20px;
}
div#ad_03{
	border-bottom: 1px dotted;
	border-color: #ccc;
	margin: 20px 20px 0px 20px;
}
img.need{	margin: 10px auto;}
div.yoyaku-form{
	text-align: center;
}

/*================================
公演情報
================================*/
#concert-navi{
	width: 90px;
	height: 800px;
	margin: 30px 0px 5px 5px;	/*位置調整*/
	padding-top: 0px;
	float:left;
	border: 1px #ccc dotted;
}
strong.con-m{	color: #0066cc;}
li.con-m{
	margin: 7px;
	color: #666;
}
#concert{
	width: 630px;
	margin: 30px 0px 5px 5px;	/*位置調整*/
	padding-top: 0px;
	float:right;
}
#concert-l{
	width: 350px;
	margin: 0px 0px 0px 0px;	/*位置調整*/
	float: left;
}
#concert-r{
	width: 260px;
	margin: 5px 0px 0px 5px;	/*位置調整*/
	float: right;
}
hr.con{
	height: 1px; border:solid 1px #ccc;
	margin: 5px 0px 5px 0px;
}
p.con{
	text-align: center;
	font-weight: bold;
}
p.con_n{
	text-align: left;
	font-size: 100%;
	color: #666;
	padding: 10px 10px 10px 10px;
	height: 430px;
}
p.con_n2011{
	text-align: left;
	font-size: 100%;
	color: #666;
	padding: 10px 10px 10px 10px;
	height: 370px;
}
p.con_b{
	text-align: left;
	font-family: san-serif;
	font-size: 200%;
	color: green;
}
p.con_b2011{
	text-align: left;
	font-family: san-serif;
	font-size: 200%;
	color: #ff8c00;
}
p.con_i{
	text-align: left;
	font-size: 90%;
}
#con_i{
	margin: 30px 10px 20px 10px;	/*位置調整*/
	padding: 20px 10px 20px 10px;
	height: 250px;
	border: thin #0066cc solid;
}
p.con2011{
	font-family: serif;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #8b4513;
	text-align: center;
}
div#con2010b{
	width: 628px;
	float: right;
}
p.story2010{
	margin: 20px 0px 0px 0px;
	padding: 5px 7px;
	background-color: #f5deb3;
}
#conmemo01-l{
	width: 270px;
	margin: 0px 5px 0px 0px;	/*位置調整*/
	float: left;
}
#conmemo01-r{
	width: 350px;
	margin: 0px 0px 0px 5px;	/*位置調整*/
	float: right;
}
#concert img{
	margin: 0px 0px 10px 0px;	/*位置調整*/
}
#concert object{
	margin: 0px 0px 10px 0px;	/*位置調整*/
}
#conmemo02-l{
	width: 350px;
	margin: 0px 0px 0px 0px;	/*位置調整*/
	float: left;
}
#conmemo02-r{
	width: 270px;
	margin: 0px 0px 0px 0px;	/*位置調整*/
	float: right;
}

