@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E9F4CA;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}

/*box*/

div#bg_container {
	width: 870px;
	margin: 0 auto;
	background: url(../images/contents_bg.gif) repeat-y;
}
div#main {
	width: 790px;
	margin: 0 40px;
	font-size: 100%;
	background: url(../images/index_main_bg.gif) repeat-y;
}
div#basepage_main {
	width: 790px;
	margin: 0 40px;
	font-size: 100%;
	min-height: 400px;
}
* html div#basepage_main {
	height: 400px;
}
div#left {
	width: 550px;
	float: left;
	margin-bottom: 30px;
}
div#right {
	width: 220px;
	float: right;
	border-top: 1px solid #5B8844;
	margin-bottom: 30px;
}
div.box {
	margin: 20px 0;
}
div.box p {
}
div#box200 {
	width: 200px;
	margin: 10px;
}
div.box790_line {
	width: 790px;
	background: url(../images/shisetsu_boxbg.gif) repeat-y;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
div.area {
	margin: 10px;
}
div.area p {
	margin: 1em 0;
}
div#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat top left;
	width: 870px;
	height: 130px;
	text-indent: -9999px;
	position: relative;
}
div#footer_basepage {
	clear: both;
	background: url(../images/footer_base.jpg) no-repeat top left;
	width: 870px;
	height: 130px;
	text-indent: -9999px;
	position: relative;
}
div#footer img#pagetop {
	position: absolute;
	top: 5px;
	left: 475px;
}
div#footer_basepage img#pagetop {
	position: absolute;
	top: 5px;
	right: 20px;
}
div#bottom_banner {
	width: 850px;
	text-align: right;
	margin: 0 auto 20px auto;
}

/*　メニュー　*/

ul#menu {
	width: 830px;
	height: 50px;
	background: url(../images/menu_bg.gif) no-repeat;
	margin: 0 0 5px 20px;
}
ul#menu li {
	height: 50px;
	float: left;
	text-indent: -9999px;
}
ul#menu li a {
	height: 50px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

ul#menu li#shisetsu a {
	background: url(../images/menu_annai.jpg) no-repeat;
	background-position: 0 0;
	width: 150px;
}
ul#menu li#shisetsu,
ul#menu li#shisetsu a:hover {
	background: url(../images/menu_annai.jpg) no-repeat;
	background-position: 0 -50px;
	width: 150px;
}

ul#menu li#price a {
	background: url(../images/menu_ryoukin.jpg) no-repeat;
	background-position: 0 0;
	width: 210px;
}
ul#menu li#price,
ul#menu li#price a:hover {
	background: url(../images/menu_ryoukin.jpg) no-repeat;
	background-position: 0 -50px;
	width: 210px;
}

ul#menu li#reserve a {
	background: url(../images/menu_yoyaku.jpg) no-repeat;
	background-position: 0 0;
	width: 100px;
}
ul#menu li#reserve,
ul#menu li#reserve a:hover {
	background: url(../images/menu_yoyaku.jpg) no-repeat;
	background-position: 0 -50px;
	width: 100px;
}

ul#menu li#download a {
	background: url(../images/menu_moushikomi.jpg) no-repeat;
	background-position: 0 0;
	width: 190px;
}
ul#menu li#download,
ul#menu li#download a:hover {
	background: url(../images/menu_moushikomi.jpg) no-repeat;
	background-position: 0 -50px;
	width: 190px;
}

ul#menu li#link a {
	background: url(../images/menu_link.jpg) no-repeat;
	background-position: 0 0;
	width: 80px;
}
ul#menu li#link,
ul#menu li#link a:hover {
	background: url(../images/menu_link.jpg) no-repeat;
	background-position: 0 -50px;
	width: 80px;
}

ul#menu li#restaurant a {
	background: url(../images/menu_restaurant.jpg) no-repeat;
	background-position: 0 0;
	width: 120px;
}
ul#menu li#restaurant,
ul#menu li#restaurant a:hover {
	background: url(../images/menu_restaurant.jpg) no-repeat;
	background-position: 0 -50px;
	width: 120px;
}


/*　メニュー2段目　*/
ul#submenu {
	width: 830px;
	height: 40px;
	background: url(../images/submenu_bg.gif) no-repeat top left;
	margin: 0 0 25px 20px;
	position: relative;
}
ul#submenu li {
	height: 40px;
	position: absolute;
	text-indent: -9999px;
	background: url(../images/submenu.gif) no-repeat top left;
}
ul#submenu li a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/submenu.gif) no-repeat top left;
}

ul#submenu li#kyoushitsu {
	width: 170px;
	top: 0;
	left: 170px;
}
ul#submenu li#kyoushitsu a {
	width: 130px;
	background-position: -170px 0;
}
ul#submenu li#kyoushitsu a:hover {
	background-position: -170px -40px;
}

ul#submenu li#tenjikai {
	width: 90px;
	top: 0;
	left: 300px;
}
ul#submenu li#tenjikai a {
	width: 90px;
	background-position: -300px 0;
}
ul#submenu li#tenjikai a:hover {
	background-position: -300px -40px;
}
ul#submenu li#taikai {
	width: 200px;
	top: 0;
	left: 390px;
}
ul#submenu li#taikai a {
	width: 200px;
	background-position: -390px 0;
}
ul#submenu li#taikai a:hover {
	background-position: -390px -40px;
}

/*更新リスト*/

ul.topicsList {
	font-size: 80%;
	color: #333;
	line-height: 180%;
	margin: 1em 0;
}
ul.topicsList li {
	border-bottom: 1px dashed #CCC;
	background: url(../images/arrow01.gif) no-repeat center left;
	padding-left: 25px;
}
ul.topicsList li a {
	color:#006600;
	text-decoration: none;
}
ul.topicsList li a:hover {
	color:#333333;
	text-decoration: none;
}

/**/
div.area_box {
	width: 770px;
	clear: both;
}
dl.area_left {
	float: left;
}
dl.area_right {
	float: right;
}
dl.area_left,
dl.area_right {
	width: 380px;
	margin-bottom: 20px;
}
dl.area_left dt,
dl.area_right dt {
	margin-bottom: 10px;
}
dl.area_left dd,
dl.area_right dd {
	font-size: 80%;
	color: #333;
	line-height: 160%;
}

div#banner {
	width: 550px;
}
div#banner img {
	margin-bottom: 5px;
}
/*料金表*/
div.box_price {
	width: 790px;
	margin: 50px 0 30px 0;
}
img.room_image {
	display: block;
	float: left;
	margin-right: 20px;
}
div.m {
	width: 240px;
	float: left;
}
div.m p {
	font-size: 80%;
	line-height: 160%;
}

div.box_price h3 {
	font-size: 90%;
	padding-left: 10px;
	line-height: 160%;
	margin-bottom: 10px;
}
div.box_price h3.kanri {
	border-left: 5px solid #61B9BE;
}
div.box_price h3.sousaku {
	border-left: 5px solid #FA9063;
}
div.box_price h3.tsudoi {
	border-left: 5px solid #9C84B5;
}
div.box_price h3.kenkou {
	border-left: 5px solid #F794B9;
}
div.box_price h3.okugai {
	border-left: 5px solid #669933;
}

table.price_table {
	border-collapse: collapse;
	float: right;
	margin-left: 10px;
}
table.price_table td {
	font-size: 80%;
	color: #333333;
	font-family: Verdana, sans-serif;
	border: 1px solid #999;
	padding: 3px;
}
table.price_table tr.center td {
	text-align: center;
}
table.price_table tr.kakaku td {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
table.price_table tr.btn td {
	border: 0;
	text-align: right;
}
div.sep790 {
	margin: 5px 0;
	clear: both;
}

/*メインページ*/

div#main p {
	font-size: 80%;
	color: #333;
	margin: 1em 0;
	line-height: 160%;
}
div#main p a,
div#basepage_main p a {
	color:#006600;
	text-decoration: underline;
}
div#basepage_main p a:hover {
	color:#333333;
	text-decoration: none;
}
div#basepage_main p {
	font-size: 80%;
	color: #333;
	margin: 1em 0;
	line-height: 160%;
}

/*サブページ*/

h2#pagehead {
	margin-left: 20px;
	margin-top: -20px;
}

/*時刻表*/

div.bus_notice {
	padding: 0 1em;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	margin-bottom: 20px;
}

table.timetable {
	border-collapse: collapse;
}
table.timetable th {
	background-color: #E9F4CA;
	border: 1px solid #669900;
}
table.timetable td {
	border: 1px solid #666;
}
table.timetable th {
	font-weight: normal;
}
table.timetable td {
	text-align: center;
	padding: 5px;
}

div.busBox {
	margin-bottom: 20px;
}



/*リンクページ*/

dl#link_list {
	width: 380px;
	float: left;
}
dl#link_list dt {
	border-left: solid 5px #CC0000;
	padding-left: 15px;
	margin: 1em 0;
	font-size: 90%;
}
dl#link_list dd {
	line-height: 160%;
	font-size: 80%;
}
div#link_info {
	width: 390px;
	float: right;
}
div#link_info code {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	padding: 5px;
	border: 1px solid #CCC;
	display: block;
	background-color: #FFFFCC;
}


/*レストラン*/

div.restaurantPic {
	width: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*教室ページ*/

table#kyoushitsu_list {
	width: 800px;
	border-collapse: collapse;
	margin: 20px 0;
}
table#kyoushitsu_list th {
	font-size: 80%;
	background-color: #FFFFCC;
	font-weight: normal;
}
table#kyoushitsu_list td {
	font-size: 80%;
	text-align: center;
}
table#kyoushitsu_list td,
table#kyoushitsu_list th {
	padding: 5px;
	border: 1px solid #333;
}
table#kyoushitsu_list td.full {
	background-color: #FFCCCC;
	font-weight: bold;
	color: #CC0000;
}

table#kyoushitsu_list td a {
	color:#006600;
	text-decoration: underline;
}

div.bg_yellow {
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	padding: 0 10px;
}
div#about p a {
	text-decoration: none;
	color: #333333;
}
div#about p a:hover {
}


/* 教室の詳細 */

h2.kyoushitsuTitle {
	font-size: 90%;
	border-bottom: 1px solid #669900;
	line-height: 180%;
	color: #CC0000;
	font-weight: bold;
	background: url(../images/arrow01.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 20px;
}
h2.kyoushitsuTitle a {
	color: #CC0000;
}
h2.kyoushitsuTitle a:hover {
	color: #666666;
}
.listpage {
	text-align: right;
}
.listpage a {
	color: #669900;
}

/* 詳細のテーブル */

div.kyoushitsuPic {
	width: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.kyoushitsuPic img {
	width: 240px;
}

table#kyoushitsuDetailTable {
	border-collapse: collapse;
	float: left;
	margin-bottom: 20px;
}
table#kyoushitsuDetailTable th {
	font-size: 80%;
	background-color: #FFFFCC;
	font-weight: normal;
}
table#kyoushitsuDetailTable td {
	font-size: 80%;
	text-align: left;
}
table#kyoushitsuDetailTable td,
table#kyoushitsuDetailTable th {
	padding: 5px;
	border: 1px solid #333;
}
table#kyoushitsuDetailTable td.full {
	background-color: #FFCCCC;
	font-weight: bold;
	color: #CC0000;
}

/* 催し物 */

dl.tenji_list {
}
dl.tenji_list dt {
	font-size: 90%;
	border-bottom: 1px solid #669900;
	line-height: 180%;
	color: #CC0000;
	font-weight: bold;
	background: url(../images/arrow01.gif) no-repeat left center;
	padding-left: 20px;
}
dl.tenji_list dt a {
	color: #CC0000;
}
dl.tenji_list dt a:hover {
	color: #666666;
}
dl.tenji_list dd {
	margin: 10px 0 20px 0;
	font-size: 80%;
	line-height: 160%;
}
dl.tenji_list dd.gaiyou {
	padding-left: 20px;
}
dl.tenji_list dd.shousai {
	border: 1px solid #CCC;
	padding: 1em;
}
dl.tenji_list dd.listpage {
	text-align: right;
}
dl.tenji_list dd.listpage a {
	color: #669900;
}

/* トピックス */

/* PageList */

p.pageList {
	width: 620px;
	font-size: 83%;
	margin: 0 !important;
}
p.pageList a {

}
p.pageList a:hover {

}

.btnPage {
	background-color: #669900;
	color: white !important;
	text-decoration: none !important;
	padding: 2px 5px;
	margin-right: 5px;
}
.btnPage:hover {
	background-color: white !important;
	color: #669900 !important;
}

.thisPage {
	background-color: white !important;
	border: 1px solid black;
	padding: 2px 5px;
	margin-right: 5px;
}

.prevPage {
	margin-right: 10px;
}

.nextPage {
	margin-right: 10px;
}

/* 汎用テーブル */

.table01 {
	border-collapse: collapse;
}
.table01 th,
.table01 td {
	font-size: 83%;
	line-height: 160%;
	padding: 5px;
}
.table01 th {
	background-color: #EEE;
	border: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}
.table01 td {
	border: 1px solid #EEE;
}

/*汎用H要素*/

h2.midashi {
	margin: 0 0 20px 0;
}
h3.headtype01 {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 5px solid #76AC59;
	border-right: 1px solid #CCC;
	background: url(../images/bg-gray.jpg) repeat-x bottom left;
	line-height: 180%;
	font-size: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

/*汎用リスト*/

ul.list01 {
	font-size: 80%;
	color: #333;
	line-height: 160%;
	padding-left: 2em;
	margin: 1em 0;
}
ul.list01 li {
	list-style-type: disc;
}
ul.list01 li a {
	color:#006600;
	text-decoration: underline;
}
ul.list01 li a:hover {
	color:#333333;
	text-decoration: none;
}

/*inline*/

ul.inlineList {
	padding: 0;
}

ul.inlineList li {
	display: inline;
}

/*数字*/

ol.decimal {
	padding-left: 25px;
}
ol.decimal li {
	list-style-type: decimal;
}

/*ファイルタイプ*/

.doc {
	background: url(../images/icon_doc.gif) no-repeat right center;
	padding-right: 25px;
	margin-right: 10px;
	min-height: 30px !important;
}
.pdf {
	background: url(../images/icon_pdf.gif) no-repeat right center;
	padding-right: 25px;
	margin-right: 10px;
	min-height: 30px !important;
}


/*汎用*/

br.clear {
	clear: both;
	heihgt: 1%;
	font-size: 0;
}

.clearBlock {
	clear: both;
}

.red {
	color: #CC0000 !important;
}
.green {
	color: #669933 !important;
}
.b {
	font-weight: bold !important;
}
.txt_center {
	text-align: center;
}
.txt_r {
	text-align: right;
}

.mb20 { margin-bottom: 20px; }


/*ClearFix*/

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearFix {
  min-height: 1px;
}

* html .clearFix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}