@charset "UTF-8";
@import url("../css/default.css");
@import url("../css/font.css");
@import url("../css/common.css");

/* CSS Document */


/*==========================================
コンテントボトムエリアの設定 
============================================*/
#contentsBottom{
	width:960px;
	margin:0 auto 250px;
    padding-top:55px;
}

/*==========================================
メインコンテントエリアの設定 
============================================*/
#mainContents{
	   float:left;
	   width:670px;
	   
}


#mainContents h3{
	border-bottom:1px solid #bebebe;
	margin-left:10px;
}

#mainContents .fea{
	margin-top:45px;
	padding-left:10px;
	padding-bottom:50px;
	border-bottom:1px dashed #bebebe;
}

#mainContents .fea h4{
	padding:5px 0 5px 80px;
	margin-bottom:25px;
}

#mainContents .fea h4#t1{
	background:url(images/feaicon_t1.gif) no-repeat left center;
}

#mainContents .fea h4#t2{
	background:url(images/feaicon_t2.gif) no-repeat left center;
}

#mainContents .fea h4#t3{
	background:url(images/feaicon_t3.gif) no-repeat left center;
}

#mainContents .fea h4#t4{
	background:url(images/feaicon_t4.gif) no-repeat left center;
}

#mainContents .fea h4#t5{
	background:url(images/feaicon_t5.gif) no-repeat left center;
}

#mainContents .fea .fea_sub{
	float:left;
    width:370px;
	font-size:109%;
	line-height:160%;
}

#mainContents .fea .fea_sub  p a{
		text-decoration:underline;
}

#mainContents .fea .fea_sub  p a:hover{
		color:#ef7723;
}

#mainContents .fea .fea_sub p.btn_lesson{
	padding-top:55px;
}
	

#mainContents .fea .fea_sub  p.btn_lesson a{
    display:block;
	width:150px;
	height:30px;
	background-image:url(images/btnfea_t1.gif);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#mainContents .fea .fea_sub  p.btn_lesson a:hover,
#mainContents .fea .fea_sub  p.btn_lesson a:active{
	 background-position:left bottom;
 }

#mainContents .fea .feaphoto{
	float:right;
	width:250px;
}
