@charset "utf-8";
body {
	background-color: #D1F1DE;
	margin: 0px;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
		font-size: 12px;
	line-height: 16px;
}

a:link {
	color: #009999;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #009999;
}
a:active {
	color: #006666;
}

/*ヘッダー*/
#header{
	background-image: url(../images/m_bg.jpg);
	height: 145px;
}

/*フッター*/
#footer{
	margin-top: 10px;
	background-color: #89D6B9;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #336666;
	font-size: 12px;
}

/*メイン*/
#main {
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	font-size: 12px;
	line-height: 16px;
}

/*アドビ*/
.adobe {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	background-color: #F5F5F5;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.adobe img{
	float: left;
	margin-right: 10px;
}

/*文字装飾*/
.txt20{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #CC6666;
}

.txt14{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #CC6666;
}


/*コンテンツタイトル*/
.c-ttl {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #42C247;
	padding-left: 10px;
}

/*リスト*/
.lesson-list table{
	border-collapse:collapse;
	border: 1px solid #75D0D0;
}
.lesson-list td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #75D0D0;
	border-bottom-color: #75D0D0;
}
.lesson-list th {
	background-color: #D2F0F0;
	padding: 5px;
	color: #3EB5B5;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #75D0D0;
}

/*コンテンツ*/
#c-main {
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
	width: 760px;
	padding-right: 10px;
}
#c-main td,#c-main th{
	font-size: 12px;
	line-height: 16px;
}

#c-main dl{
	margin: 0px;
	padding: 0px;
}
#c-main dt{
	font-weight: bold;
	margin-top: 10px;
	color: #006666;
	padding: 0px;

}
#c-main dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#c-main h2{
	background-color: #E7EFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669999;
	font-size: 16px;
	line-height: 20px;
	color: #336666;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #669999;
	padding-top: 3px;
	padding-bottom: 3px;
}
#c-main h3 {
	color: #336699;
	border: 1px dashed #336699;
	padding: 5px;
	font-size: 14px;
}


/*戻るボタン*/
.upbtm{
	padding-top: 10px;
	width: 540px;
	margin-left: 110px;

}

/*お知らせ*/
#info {
	margin-left: 50px;
}

/*イベント情報*/
#event-box{
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#event-box p{
	margin: 10px;
}
#event-box h3 {
	color: #993333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6666;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


/*入会案内*/
#ent-list {
	width: 720px;
	margin-left: 20px;
}
#ent-list td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}


/*施設案内*/
#inst-box {
	width: 350px;
	float: left;
	height: 320px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#inst-box h3{
	font-size: 14px;
	color: #006666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

/*スタッフ紹介*/
.staff td{
	font-size: 12px;
	line-height: 16px;
}
