/* CSS Document */
@charset "utf-8";

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0; /* ページの背景色 */
	color: #000000; /* 全体の文字色 */
	font-size: 90%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 130%;
	background-color: #FFF;
	overflow-x: hidden;
	position:relative;
}
a img {
    border-style:none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/* --- 全体のリンクテキスト --- */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited { color: #333; }
a:hover { color: #333; }
a:active { color: #333; }

p {background-image:url(1px-transparent.gif);}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  
}

.clearfix { display: inline-table;overflow: hidden; }









/* --- ヘッダ --- */
#header {
	width: 100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-color: #070d27;	
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}





ul#main_menu {
	margin: 0px; /* ul内部の左端余白を消す(IE) */
	padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
	
	
}
ul#main_menu li {
	list-style-type: none; /* 先頭記号を消す */
	float: left; /* リスト項目を横方向に並べる */
	margin:  0px; /* 各項目周囲の余白 */
	padding: 0px; /* 枠線と内容の距離をゼロに */
	height: 99px;
}


/* --- コンテンツ --- */
#content1020 {
	width: 1020px; /* センタリング */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


 








/* --- コンテナ --- */

/* --- コンテンツ --- */
#content1000 {
	width: 1000px; /* センタリング */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* --- コンテンツ --- */
#content {
	width: 1000px; /* センタリング */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;


}


 /* 段落 */
.content_p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

#pankuzu{
float: left;
	width: 570px;
height: 35px;	
}
#course_menu{
	float: right;
	width: 430px;

	height: 35px;	

}

.con_right{
	float: right;
	width: 750px;
}
.con_left{
	float: left;
	width: 260px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}


/* --- フッタ --- */
#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #5C045B; /* フッタの背景色 */
	width: 100%;
	font-size: 80%;
	line-height: 150%;
	background-position: top;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #FFF;
}
#footer .cc {
	font-size: 80%;
	line-height: 300%;
}

#footer p {
	text-align: center;
}






/* 共通クラス
----------------------------------------------------------------------------------*/
/* フロート
-------------------------------------------------*/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.clear{
	clear:both;
}

/* テキスト揃え方向ヨコ
-------------------------------------------------*/
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text_small{
	font-size: 85%;
}
.text_red{
	color: #F00;
}

/* テキスト揃え方向タテ
-------------------------------------------------*/
.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.valign-bottom {
	vertical-align: bottom;
}

/* --- 見出し１ --- */
h1 {
	font-size: 100%;
	line-height: 46px;
	background-image: url(images/h1.jpg);
	height: 43px;
	width: 100%;
	text-indent: 20px;
	letter-spacing: 0.2em;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
/* --- 見出し２ --- */
h2 {
	font-size: 95%;
	line-height: 15px;
	height: 20px;
	width: 90%;
	text-indent: 18px;
	letter-spacing: 0.2em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/sankaku.gif);
	background-repeat: no-repeat;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
/* --- 見出し１ --- */
h3 {
	font-size: 100%;
	line-height: 30px;
	height: 20px;
	width: 100%;
	text-indent: 15px;
	letter-spacing: 0.2em;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-color: #71a348;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #303328;
}

/* --- ここからオンライン予約ボタン --- */

.button01 {
	display: block;
	color: #000000;
	text-align: left;
	text-decoration: none;/* ボタン画像サイズに合わせる */
	width: 490px;/* 使用しているフォントに合わせて調節 */
	font-size: 100%;
	font-weight: bold;/* input タグ用にボーダーを消す */
	border: none;
	background-color: #fff;
	background-image: url(images/button01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	height: 40px;
	line-height: 35px;
	/*　letter-spacing: 1px;　*/
	text-indent: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ---ここからオンライン予約ボタン --- */
.button02 {
	display: block;
	color: #000000;
	text-align: left;
	text-decoration: none;/* ボタン画像サイズに合わせる */
	width: 500px;/* 使用しているフォントに合わせて調節 */
	font-size: 90%;
	font-weight: bold;/* input タグ用にボーダーを消す */
	border: none;
	background-color: #fff;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	height: 55px;
	line-height: 45px;
	letter-spacing: 2px;
	text-indent: 20px;
}

/* ---ここからオンライン予約ボタン --- */
.button03 {
	display: block;
	color: #000000;
	text-align: left;
	text-decoration: none;/* ボタン画像サイズに合わせる */
	width: 500px;/* 使用しているフォントに合わせて調節 */
	font-size: 100%;
	font-weight: bold;/* input タグ用にボーダーを消す */
	border: none;
	background-color: #fff;
	background-image: url(images/button3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	height: 55px;
	line-height: 45px;
	letter-spacing: 2px;
	text-indent: 20px;
}
.top_back {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* --- 通常用　写真　影 --- */
img.shadow,img a shadow {
	background: url(images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.right {
	float: right;
	padding: 5px 10px 10px 5px;
}
.no_border {
    border-style:none;
}

/* --- ■パンくずリスト■ --- */
/* ---エリア --- */
ol.topicPath {
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 600px;
}

/* --- リスト項目 --- */
ol.topicPath li {
display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}




/*　テーブル　*/
table.main {
	background-color: #CCCCCC;

}

.table1 {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #E0DCDD;
	background-image: url(images/table_head1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.table2 {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px; /* 見出しセルの背景 */
	text-align: center;
	background-color: #E0DCDD;
	background-image: url(images/table_head1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.table3 {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px; /* 見出しセルの背景 */
	text-align: right;
	background-color: #E0DCDD;
	background-image: url(images/table_head1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.table4 {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px; /* 見出しセルのパディング（上下、左右） */
background: #FFFFFF; /* 見出しセルの背景 */
}
.table5 {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px; /* 見出しセルのパディング（上下、左右） */
	background: #FFFFFF;
	text-align: center;
}
.table6{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px; /* 見出しセルのパディング（上下、左右） */
	background: #FFFFFF; /* 見出しセルの背景 */
	text-align: right;
}
.table7 {
	background: #f9f9f9 url(images/table_head1.gif) no-repeat top left; /* 見出しセルの背景 */
	padding-top: 2px;

	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #E7E7E7;
}
.table8 {
	padding-top: 2px;

	padding-bottom: 2px;
	text-align: center;
	background-color: #E7E7E7;
	background-image: url(images/table_head1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.table9 {
	padding-top: 2px;

	padding-bottom: 2px;

background: #FFFFFF; /* 見出しセルの背景 */
text-align: center;
}


table.event {
background-color: #000000;
color: #FFF; 
	width: 100%;
	border-collapse: collapse;
    } 
table.event a {
	color: #FFF;
	text-decoration: underline;
    } 
	
	/* --- 見出しセル --- */
table.event thead th {
	background-color: #CCCCCC; /* 見出しセルの背景色 */
	color: #000;
	font-weight: normal;
	font-size:90%;
}
table.event td,table.event th {
	padding: 6px 8px; /* セルのパディング（上下、左右） */
/* ---	border: 1px solid #FFF; --- */
    } 
table.event tr:nth-child(even) {
	background-color: #000000;

    }  
table.event tr:nth-child(odd) {
	background-color: #333333;
    }  

/* --- ■パンくずリスト■ --- */
/* ---エリア --- */
ol.topicPath {
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;

}

/* --- リスト項目 --- */
ol.topicPath li {
display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}

/* ---■thickbox修正■ --- */
#TB_window #TB_closeAjaxWindow {
	margin-right: 35px;
}

#TB_window #TB_closeWindow a,
#TB_window #TB_closeAjaxWindow a {
	position: absolute;
	top: -10px;
	right: -12px;
	width: 40px;
	padding: 2px 0;
	line-height: 1.1;
	font-size: 32px;
	font-weight: bold;
	font-family: Tahoma, "Century Gothic", Verdana, sans-serif;
	text-align: center;
	-webkit-border-top-left-radius: 22px;
	-webkit-border-top-right-radius: 22px;
	-webkit-border-bottom-left-radius: 22px;
	-webkit-border-bottom-right-radius: 22px;
	-moz-border-radius: 22px;
}

	#TB_window #TB_closeWindow a:link,
	#TB_window #TB_closeWindow a:visited,
	#TB_window #TB_closeAjaxWindow a:link,
	#TB_window #TB_closeAjaxWindow a:visited {
		color: #333;
		background-color: #FFF;
		border: 3px solid #666;
		text-decoration: none;
	}
	
	#TB_window #TB_closeWindow a:hover,
	#TB_window #TB_closeWindow a:focus,
	#TB_window #TB_closeWindow a:active,
	#TB_window #TB_closeAjaxWindow a:hover,
	#TB_window #TB_closeAjaxWindow a:focus,
	#TB_window #TB_closeAjaxWindow a:active {
		color: #EEE;
		background-color: #000;
	}
/* ---■CMS用■ --- */
img.news_img{/* ---新着のCMS --- */
	background: url(images/shadow-1000x1000.gif) no-repeat right bottom;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 250px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	-ms-interpolation-mode: bicubic;
}


#cms div.content_p img{/* ---新着のCMS --- */
	background: url(images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#cms_top .content {
	width: 560px;
	margin-left: 10px;
}

.chirashi{
	width: 280px;
	float: right;
	text-align: center;
}




/* サイトマップエリア
----------------------------------------------------------------------------------*/
/* --- サイトマップエリア --- */
ul.sitemap {
	width: 100%; /* サイトマップエリアの幅 */
	margin: 0;
	font-weight: bold; /* 一旦全ての文字を太字にする */
	list-style-type: none;
	/* ---font-size: 80%; --- */
color: #2b2b2b;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- 全てのリスト項目 --- */
ul.sitemap li {
padding: 1px 0 0 10px; /* 1階層目のパディング（上右下左） */
/*background: url(images/v_line1.gif) no-repeat left top;  1階層目の背景 */
line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
width: 100%; /* コンテナの幅 */
margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
width: 24.5%; /* セクションの幅 */
float: left;
}
ul.sitemap ul.separator {
background: url(images/v_separator.gif) repeat-y right top; /* セクション間の垂直区切り線 */
}

/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
margin: 0 20px 10px 0; /* 2階層目のマージン（上右下左） */
padding: 1px 0 10px 15px; /* 2階層目のパディング（上右下左）上書き */
background: url(images/v_line.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
padding: 0 0 0 12px; /* 3階層目のパディング（上右下左）上書き */
background: url(images/triangle.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* --- 4階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li {
padding: 0 0 0 9px; /* 4階層目以降のパディング（上右下左）上書き */
background: url(images/square.gif) no-repeat 0 0.4em; /* 4階層目以降の背景 上書き */
}


/* --- ナビゲーションバー --- */
div.left_sub_menu {
	width: 248px; /* ナビゲーションの幅 */
	/* ---font-size: 90%; --- */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	/* ---border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC; --- */
}

/* --- メニューエリア --- */
div.left_sub_menu ul.nl {
margin: 0;
padding: 0;
border-top: 1px #cccccc solid; /* 最上部の境界線 */
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.left_sub_menu ul.nl li {
width: 100%;
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;

}

/* --- メニュー項目 --- */
div.left_sub_menu ul.nl li span {
	width: 100%;
	float: right;
	text-align: right;
	font-size: 90%;
	color: #666;
	margin-bottom: 1px;
	padding-right: 2px;
	margin-top: 3px;
}


/* --- リンク --- */
div.left_sub_menu ul.nl li a {
	display: block;
	position: relative;
	text-decoration: none;
	background-image: url(images/sankaku2.jpg);
	background-repeat: no-repeat;
	color: #000;
	padding-top: 11px;
	padding-right: 10px;
	padding-left: 18px;
	padding-bottom: 11px;
	
}
/* --- ポイント時の設定 --- */
div.left_sub_menu ul.nl li a:hover {

}}


#loading {}　/*ロード画像用のコンテナ*/


/* --- リストエリア --- */
ul {
margin: 0 0 0 1em;
padding: 0;
}

a.bottan01 {
	display: block;
	color: #666;
	background-image: url(images/top_bg.jpg);
	height: 30px;
	width: 160px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
