@charset "shift_jis";

/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
 
html{
	overflow-x:scroll;
}
body {
	font-size: 80%;
	line-height:170%;
	color:#eee;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイ･・ｪ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background:url(../images/common/bg.gif);
	text-align:center;
}

#wrapper{
	width:760px;
	display:inline-block;
	margin:0 auto;
	text-align:left;
	background:#000016;
}
img {border:none;}
p{margin-bottom:1em;}
hr{clear:both; visibility:hidden;}

/* リンク
---------------------------------------------------- */
a {outline:none;}

a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080; 
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header{
	width:760px;
	height:114px;
	background:url(../images/common/bg-header.jpg) no-repeat;
}
#header h1{
	text-indent:-9999px;
}
#header h1 a{
	display:block;
	width:400px;
	height:114px;
}
#header p{
	display:none;
}

/* コンテンツ
---------------------------------------------------- */
#right {
	width:550px;
	float:right;
	padding:20px 10px 0 0;
}
#right2{
	width:550px;
	float:right;
	padding:20px 10px 0 0;
}
#left {
	width:180px;
	float:left;
	padding:20px 0 0 10px;
}
.txt-box{
	padding:5px 10px;
	margin-bottom:20px;
}

#right2 h3{
	background:url(../images/common/bg-title.jpg) no-repeat;
	width:525px;
	height:34px;
	padding:8px 0 0 25px;
	color:#eee;
	font-size:14px;
}
#right2 h4{
	font-size:12px;
	border-bottom:1px solid #cc9933;
	border-left:5px solid #cc9933;
	padding:0 0 3px 10px;
	margin:10px 0 8px 0;
}

/* ナビゲーション
---------------------------------------------------- */
#left ul li{
	list-style:none;
}

#left ul li a{
	display:block;
	width:180px;
	height:38px;
	margin-bottom:3px;
	text-indent:-9999px;
}

#navi01a a{background:url(../images/common/navi01a.jpg) no-repeat;}
#navi02a a{background:url(../images/common/navi02a.jpg) no-repeat;}
#navi03a a{background:url(../images/common/navi03a.jpg) no-repeat;}
#navi04a a{background:url(../images/common/navi04a.jpg) no-repeat;}
#navi05a a{background:url(../images/common/navi05a.jpg) no-repeat;}
#navi06a a{background:url(../images/common/navi06a.jpg) no-repeat;}


#navi01a a:hover{background:url(../images/common/navi01b.jpg) no-repeat;}
#navi02a a:hover{background:url(../images/common/navi02b.jpg) no-repeat;}
#navi03a a:hover{background:url(../images/common/navi03b.jpg) no-repeat;}
#navi04a a:hover{background:url(../images/common/navi04b.jpg) no-repeat;}
#navi05a a:hover{background:url(../images/common/navi05b.jpg) no-repeat;}
#navi06a a:hover{background:url(../images/common/navi06b.jpg) no-repeat;}


#navi01a-on a{background:url(../images/common/navi01b.jpg) no-repeat;}
#navi02a-on a{background:url(../images/common/navi02b.jpg) no-repeat;}
#navi03a-on a{background:url(../images/common/navi03b.jpg) no-repeat;}
#navi04a-on a{background:url(../images/common/navi04b.jpg) no-repeat;}
#navi05a-on a{background:url(../images/common/navi05b.jpg) no-repeat;}
#navi06a-on a{background:url(../images/common/navi06b.jpg) no-repeat;}


/* フッタ
---------------------------------------------------- */
#footer{
	clear:both;
	background:url(../images/common/bg-footer.jpg) no-repeat;
	height:180px;
	width:760px;
	text-align:center;
	font-size:10px;
}
#page-top{
	position:relative;
	width:760px;
	height:80px;
}
#page-top a{
	text-indent:-9999px;
	display:block;
	width:81px;
	height:22px;
	position:absolute;
	left: 665px;
	top: 57px;
}
#footer ul{
	margin-bottom:10px;
	padding:10px;
}
#footer ul li{
	display:inline;
	border-right:1px solid #e7ebdb;
	padding:2px 10px;
}
#footer ul li a{
	padding:2px 5px;
	color:#e7ebdb;
	text-decoration:none;
}
#footer ul li a:hover{
	padding:2px 5px;
	color:#eee;
}
#footer ul .nobd{
	border-right:none;
}


/* トップページ
---------------------------------------------------- */
#right dt{
	clear:left;
	float:left;
	width:6em;
	padding:8px 1em 5px 1em;
	margin-left:0.5em;
	background:url(../images/common/icon.jpg) no-repeat 0 15px;
}
#right dd{
	margin-left:0;
	padding:8px 0.5em 5px 7em;
}

#flash h2{
	display:none;
}

/* WN
---------------------------------------------------- */
#wn{
	padding:20px 10px 10px 10px;
}
#wn h3{
	background:url(../images/wn/bg-title-wn.jpg) no-repeat;
	width:715px;
	height:34px;
	padding:8px 0 0 25px;
	color:#eee;
	font-size:14px;
}
#wn-table{
	width:100%;
	margin-bottom:50px;
}
#wn-table td{
	vertical-align:bottom;
}
#wn-table .pr15px{
	padding-right:15px;
}


/*  スタッフ紹介
---------------------------------------------------- */
#staff-left{
	width:240px;
	float:left;
}
#staff-right{
	width:290px;
	float:right;
}
#staff-left img{
	margin:0 10px 10px 0;
}

/* レッスンについて
---------------------------------------------------- */
.lesson-table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:5px;
}
.lesson-table th,
.lesson-table td{
	border:1px solid #666;
	padding:3px 5px;
}
.lesson-table th{
	background:#222;
	font-weight:normal;
}

.cell-center{text-align:center;}
.cell-7em{width:8em;}


/* ギャラリー
---------------------------------------------------- */
.photo{
	width:170px;
	float:left;
	padding-right:10px;
}
.txt{
	float:right;
	width:350px;
}
.txt-right{
	text-align:right;
}
.pr10{
	padding-right:10px;
}
.cell-txt{
	text-align:center;
	padding-bottom:20px;
}
.button{
	text-align:center;
	padding-top:20px;
}


/* お問い合わせ
---------------------------------------------------- */

.lesson-table input,
.lesson-table textarea{
	padding:3px;
	border:none;
	background:#eee;
}
.form00{width:30px;border:1px solid #999999;}
.form01{width:60px;border:1px solid #999999;}
.form02{width:150px;border:1px solid #999999;}
.form03{width:300px;border:1px solid #999999;}
.form04{width:98%; height:200px;border:1px solid #999999;}



/* 汎用CSS
---------------------------------------------------- */
.clear {clear:both;}
.back {text-align:right;padding:20px 0;}
.back2 {text-align:right;padding:10px; clear:both;}
.red{ color:#FF0000; font-size:10px;}
.red2{ color:#FF0000;}
.blue{color:blue;}
.img-right{float:right; margin-left:10px;}
.img-left{float:left; padding-right:10px;}

