@charset "shift_jis";
/*--
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	color: #362E2B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../common_img/bg.gif);
}
--*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	color: #362E2B;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
p{
	padding: 0px 0px 0px;
}
/*--
p{
	padding: 0px 1em 1em;
}
--*/
iframe {
	margin-bottom: 20px;
	margin-top: 10px;
}
.look {
	color: #FFFFFF;
	background: #990000;
}
table {
	font-size: 12px;	
}

/*「チワワ」部分の枠設定
------------------------------------------------------------------*/
.waku {
	background: #f2efee;
	border: 1px dotted #cbc9c8;
	line-height: 1;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: bold;
}

/*コンテナー（ＨＰ全体を囲う枠。幅と中央寄せの設定。）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 810px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴがあるところ）
------------------------------------------------------------------*/
#header {
	background: url(../common_img/header_bg.gif) no-repeat left top;
	height: 122px;
	position: relative;
}
#header2 {
	background: url(../common_img/header_bg2.gif) no-repeat left top;
	height: 122px;
	position: relative;
}
#header h1 {
	font-size: 11px;
	position: absolute;
	left: 10px;
	top: -22px;
	font-weight: normal;
}

/*サブメニュー（右上の丸いアイコン、MAIL・FAQ・LINKS部分）
------------------------------------------------------------------*/
#sub-menu {
	height: 54px;
	width: 170px;
	position: absolute;
	top: 25px;
	right: 20px;
}

/*メイン写真
------------------------------------------------------------------*/
#main-img {
	background: url(../common_img/main_img_bg.gif) no-repeat left top;
	height: 332px;
	text-align: center;
}
#sub-img {
	background: url(../common_img/main_img_bg.gif) no-repeat left bottom;
	height: 212px;
	text-align: center;
}
#sub-img2 {
	background: url(../common_img/main_img_bg.gif) no-repeat left bottom;
	height: 16px;
	text-align: center;
}

/*コンテンツ（メインメニューとメインコンテンツの背景を指定。）
------------------------------------------------------------------*/
#contents {
	background: url(../common_img/contents_bg.gif) repeat-y left;
}

/*メインメニュー（ＨＰ左側の縦にならんだメニュー）
------------------------------------------------------------------*/
#menu {
	float: left;
	width: 242px;
	text-align: center;
}
#menu img {
	margin-bottom: 5px;
}

/*メインコンテンツ（ＨＰの文章が入っている部分）
------------------------------------------------------------------*/
#main {
	width: 510px;
}
/*--
#main {
	float: right;
	width: 510px;
	display: inline;
	margin-right: 40px;
}
--*/

/*フッター
------------------------------------------------------------------*/
#footer {
	background: url(../common_img/footer_bg.gif) no-repeat left top;
	height: 42px;
	text-align: center;
	padding-top: 50px;
	clear: both;
}

/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */



/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

div#box_1 {
	padding: 0px 1em 1em;
	text-align: left;
}


/*ページトップへ
------------------------------------------------------------------*/
#return_top {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}


/*イベント、レッスン等の見出し
------------------------------------------------------------------*/
.h05_2{
	font-size: 12px;/* フォントサイズ */
	font-weight: normal;/* フォントの太さ */
	color: #362E2B;/* フォントの色 */
	background-color: white;/* 背景の色 */
	text-align: left;/* テキストの左寄せ */
	letter-spacing: 1px;/* 文字間隔 */
	padding-left: 0.5em;/* 左の余白 */
	line-height: 1.2em;/* 領域（行）の高さ＝フォントの１．５倍 */
	width: 470px;/* 横幅 */
	border-left-width: 5px;/* 左境界線をマークとして使用 */
	border-left-style: solid;/* 左境界線（マーク）の種類 */
	border-left-color: #89ca83;/* 左境界線（マーク）の色 */
	border-bottom-width: 1px;/* 下境界線 */
	border-bottom-style: solid;/* 下境界線の種類 */
	border-bottom-color: #89ca83;	/* 下境界線の色 */
	margin-top: 10px;
	margin-left: 1em;
}

/*黒い点々の境界線
------------------------------------------------------------------*/
.table_div_x {
	background-image: url(../common_img/black_line.gif); 
	background-repeat: repeat-x; 
	background-position: center center;
	height: 5px;
}

/*フォント関係
------------------------------------------------------------------*/
.f_red { color: red; }
.f_orange { color: orange; }
.f_blue { color: blue; }
.f_10 { font-size: 10px; }
.f_11 { font-size: 11px; }
.f_bld { font-weight: bold; }

/*前のページに戻るのリンク(div)
------------------------------------------------------------------*/
#back_page_d {
	width: 500px;
    text-align: right;
    margin-top: 0px;
}
/*通常のリンク色
------------------------------------------------------------------*/
A:link {
	color: #99cc33;
	text-decoration: underline;
}
A:visited {
	color: #99cc33;
	text-decoration: underline;
}
/*前のページに戻るのリンク
------------------------------------------------------------------*/
A.back_page_a:link {
	color: #2ca3f8;
	text-decoration: underline;
}
A.back_page_a:visited {
	color: #2ca3f8;
	text-decoration: underline;
}
/*前のページに戻るの画像の位置
------------------------------------------------------------------*/
#back_page_i {
	vertical-align: -0.2em;
    margin-right: 2px;
}



/*以下ルールブック
------------------------------------------------------------------*/
A.l_link:link {
	color: #ff9933;
	text-decoration: underline;
}
A.l_link:visited {
	color: #ff9933;
	text-decoration: underline;
}
ul#lst {
	list-style-type: square;
	padding: 0px 0.5em 1em 2.2em;
}
ul#dis {
	list-style-type: disc;
	padding: 0px 0.5em 0px 1.8em;
}
ul#cir {
	list-style-type: circle;
	padding: 0px 0px 0px 1.5em;
}
div#rule_advice {
	padding: 0px 1em 1em;
    width: 492px;
    text-align: left;
}
select {
	background-color: #ffffff;
	border: 1px solid #999999;
}
.menuTab {
	margin: 0 0 10px 0;
	padding: 2px 8px;
	border-width: 0 0 0 5px;
	border-color: #00cc00;/*#029EBC*/
	border-style: solid;
	background: #a8ff51;/*#80CEDD*/
	color: #ffffff;
	line-height: 140%;
	font-weight: normal;
}
A.m_link:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
A.m_link:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
div.hidden {
	display: none;
}



/*以下イヌとワルツの音楽
------------------------------------------------------------------*/
A.music_link:link {
	border: 1px #cccccc solid;
	background-color: #ffffff;
	color: #a8ff51;
	padding: 0px 0.3em 0px 0.3em;
	text-decoration: none;
	font-weight: normal;
}
A.music_link:visited {
	border: 1px #cccccc solid;
	background-color: #ffffff;
	color: #a8ff51;
	padding: 0px 0.3em 0px 0.3em;
	text-decoration: none;
	font-weight: normal;
}
A.music_link:hover {
	border: 1px #cccccc solid;
	background-color: #a8ff51;
	color: #ffffff;
	padding: 0px 0.3em 0px 0.3em;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
span.choice_p {
	color: #ffffff;
    border: 1px #cccccc solid;
    padding: 0px 0.3em 0px 0.3em;
    background-color: #a8ff51;
}
.h05_9{
	font-size: 12px;/* フォントサイズ */
	font-weight: normal;/* フォントの太さ */
	color: #006600;/* フォントの色 */
	background-color: white;/* 背景の色 */
	text-align: left;/* テキストの左寄せ */
	letter-spacing: 1px;/* 文字間隔 */
	padding-left: 0.2em;/* 左の余白 */
	line-height: 1.2em;/* 領域（行）の高さ＝フォントの１．５倍 */
	border-left: 5px solid #999999;/* 左境界線をマークとして使用 */
	margin-top: 10px;
	margin-left: 1em;
}
.s_box {
	margin-top: 0px;
	padding: 0.5em 1em 0.5em;
    background-color: #f3f3f4;
    text-align: center;
}
ul#lst2 {
	list-style-type: decimal;
	padding: 0px 0.5em 0px 2.2em;
}
