body {background-image:url(../img/bg_back.gif);
color: #333333;
margin-left:0;
margin-top:16;
background-color:#FFFFFF;
}
	
a:link {
	color: #000099;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
/* 10pt,文字間隔120% 　*/
.comment_style {
	font-size: 10px;
	line-height: 150%;
	color:#663300;
}
/* 12pt,文字間隔150% 太字　*/
.q_style {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: 003300;
}
/* 12pt,文字間隔150% */
.a_style {
	font-size: 12px;
	line-height: 150%;
}

/* 14pt,文字間隔150% レッスン*/
.l_style {
	font-size: 14px;
	line-height: 150%;
}
.link_select {
	background: #FFFAFA;
}
/* 16pt,文字間隔150% 申込フォーム*/
.f_style {
	font-size: 16px;
	line-height: 150%;
	color:#FF9933;
	font-weight:bold;
}
/* テーブルボーダー*/
.border_style {
	border:solid 1px;
	border-color:#FF9999;
}

/* よくある質問Ｑ */
h3{
	color:#669966;
	font-size:100%;
	line-height:160%;
	border-left:5px solid #9c6;
	padding-left:5px;
	margin:25px 0px 0px;
	width:630px;
	margin-left:60px;
}

/* よくある質問Ａ */
.answer{
	color:#666666;
	font-size:80%;
	line-height:160%;
	margin:0px;
	padding:10px;
	border:1px dotted #99877c;
	background-color:#F8F0DF;
	margin-left:60px;
	width:630px;
}

/* フォームフォーカス */
input:focus{
	background-color:#FFCC99 !important;
}

/* フォームフォーカス */
textarea:focus{
	background-color:#FFCC99 !important;
}

/* 教室情報 */
.txtInfo{
	color:#00FFFF;
	font-size:100%;
}
