@charset "UTF-8";

/** 更新日：2010/02/03 **/
/**********************************************************************/
/** ■　ヘイムズIVの使い方									**/
/********************************************************************/

/*### さいえんすぱーとなー ###*/
.spImg{
	text-align:center;
	padding:0 0 5px 0;
	margin:0;
	width:710px;
}

/*### QA ###*/
.answer{
	font-size:140%;
	color:#ec0964;
	font-weight:bold;
}


/*### おすすめコース ###*/
table#courseType{
	padding:0;
	margin:20px 0 0 5px ;
}

a#btnCoures1{
	background:url(/assets/images/hames/course/btnCourse1.gif) 0% 0% no-repeat;
	width:150px;
	height:50px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
a#btnCoures1:hover{
	background:url(/assets/images/hames/course/btnCourse1.gif) 0% 100% no-repeat;
}
a#btnCoures2{
	background:url(/assets/images/hames/course/btnCourse2.gif) 0% 0% no-repeat;
	width:150px;
	height:50px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
a#btnCoures2:hover{
	background:url(/assets/images/hames/course/btnCourse2.gif) 0% 100% no-repeat;
}
a#btnCoures3{
	background:url(/assets/images/hames/course/btnCourse3.gif) 0% 0% no-repeat;
	width:150px;
	height:50px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
a#btnCoures3:hover{
	background:url(/assets/images/hames/course/btnCourse3.gif) 0% 100% no-repeat;
}

/*### マイページの紹介 ###*/
a#btnEntry{
	background:url(/assets/images/hames/btnEntry.png) 0% 0% no-repeat;
	width:500px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	margin:60px 0 20px 105px;
}
a#btnEntry:hover{
	background:url(/assets/images/hames/btnEntry.png) 0% 100% no-repeat;
}


/**********************************************************************/
/** ■　画像配置										**/
/********************************************************************/
/* 画像左320px*/
.imgLeftW320{
	float:left;
	width:320px;
	margin-right:20px;
	padding:5px 0 5px 0;
}
/* テキスト右370px*/
.txtRightW370{
	float:left;
	width:370px;
	padding:5px 0 5px 0;
	margin:0;
}

.txtRightW370 h1,
.txtRightW370 h2,
.txtRightW370 h3,
.txtRightW370 h4,
.txtRightW370 h5,
.txtRightW370 h6{
	margin-top:0px;
}


/* 画像右320px */
.imgRightW320{
	float:right;
	width:320px;
	margin-left:20px;
	padding:5px 0 5px 0;
}
/* テキスト左370px */
.txtLeftW350{
	float:right;
	width:370px;
	padding:5px 0 5px 0;
	margin:0;
}

.txtLeftW350 h1,
.txtLeftW350 h2,
.txtLeftW350 h3,
.txtLeftW350 h4,
.txtLeftW350 h5,
.txtLeftW350 h6{
	margin-top:0px;
}
