.image_area {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 340px;
	width: 210px;
}
.text_area {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 380px;
}

.clear_area {
	content: ".";
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
	visibility: hidden;
	width: 630px;
}

/*料金プランタイトル*/

#contents div.text_area h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FC0;
	line-height: 1.6em;
	clear: both;
}

#contents div.text_area h2.green {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #9C0;
	line-height: 1.6em;
	clear: both;
}


/*概要テーブル*/

.contactTable{
	border-top:1px solid #CCC;
	/*border-bottom:1px dotted #CCC;*/
	width:380px;
	margin:0px 0px 60px;
	float: left;
	}

.contactTable table{
	width:100%;
	}

.contactTable th,
.contactTable td{
	padding:0.5em;
	font-weight:normal;
	border-bottom:1px solid #CCC;
	font-size:1.1em;
	line-height:1em;
	height: 1em;
	}

.contactTable th{
	padding-left: 20px;
	font-weight:nomal;
	font-size:0.9em;
	width:70%;
	padding-top:0.8em;
	vertical-align:top;
	text-align: left;
	background-color: #EFE8D7;
	/*background-image: url(../images/common/contact_th_bg.jpg);
	background-repeat: repeat;*/
	}

.contactTable td{
	/*font-weight: bold;*/
	font-size:0.9em;
	padding-right: 20px;
	text-align: right;
}


.contactTable td textarea{
	width:400px;
	height:200px;
	}

.contactTable td .w400{
	width:400px;
}


/*月謝制　シニアフリーパス　注釈*/

#contents .text_area #senior_attention {
	font-size: 0.8em;
	color: #630;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/*スタジオ概要*/

#contents .text_area ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

#contents .text_area ul#kiyaku {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

#contents .text_area ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#contents .text_area ul li p {
	padding: 0px 0px 0px 0.8em;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-indent: -1em;
}


#contents .text_area ul li dl dt {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: bold;
}

#contents .text_area ul li dl dd {
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.1em;
}


