/* 体験ボタン */

#joinbtn a{
	display:block;
	overflow:hidden;
	height:93px;
	width:225px;
}

#joinbtn a:hover img{
	margin-top:-93px;
}

#joinbtn2,
#joinbtn3,
#joinbtn4{
	width:309px;
	margin:5px auto;
	display:block	;
}
#joinbtn2 a,
#joinbtn3 a,
#joinbtn4 a{
	display:block;
	overflow:hidden;
	height:55px;
	width:309px;
}

#joinbtn2 a:hover img,
#joinbtn3 a:hover img,
#joinbtn4 a:hover img{
	margin-top:-55px;
}

#rentalbtn{
	width:387px;
	margin:5px auto;
	display:block	;
}

#rentalbtn a{
	display:block;
	overflow:hidden;
	height:55px;
	width:387px;
}

#rentalbtn a:hover img{
	margin-top:-55px;
}

/* information */
#feed ul{
	margin:10px 0 0;
}

#feed ul li{
	list-style-image:url(../_module/theme/default08/blockskin/skin-7/indent_bubble.gif);
	margin:5px 0 5px 20px;
}

#feed ul li span{
	display:inline-block;
	width:68px;
}

/* 各種レッスンページ */

table#sche1,
table#sche2{
	border-collapse:collapse;
	border:1px solid #000;
	width:558px;
}

table#sche1 td,
table#sche2 td{
	padding:5px;
	border:1px solid #000;
	text-align:center;
	color:#000;
}

table#sche1 th,
table#sche2 th{
	padding:5px;
	border:1px solid #000;
	text-align:center;
	color:#000;
	background:#E2ACB3;
}

td.day{
	background:#EDCCD4;
}

td.time{
	background:#F4E8EB;
}


/* 料金ページ */

table#price1,
table#price2,
table#price3{
	border-collapse:collapse;
	border:1px solid #000;
	width:558px;
}

table#price1 th,
table#price1 td,
table#price2 th,
table#price2 td,
table#price3 th,
table#price3 td{
	padding:5px;
	border:1px solid #000;
	text-align:center;
	color:#000;
}

table#price1 th,
table#price2 th,
table#price3 th{
	background:#E2ACB3;
}

table#price1 td,
table#price2 td,
table#price3 td{
	background:#F4E8EB;
}
