@charset "utf-8";
/* CSS Document */
/* トップページheader
============================================================================================================*/
div.header {
	width: 100%;
	background:url(../images/main_bg.jpg) no-repeat center;
	height:320px;
}

div.header_in{
	width:920px;
	margin:0 auto;
	position:relative;
}
div.header_in ul{
	position:absolute;
	right:10px;
	top:10px;
	overflow:hidden;
}
div.header_in ul li{
	float:left;
}
	
div.header_in h2{
	position:absolute;
	left:38px;
	top:20px;
}

div.header_in p{
	position:absolute;
	right:10px;
	top:245px;
}



/* トピックス
============================================================================================================*/

h3.topics{
	padding:0 0 20px 0px;
}


dl.topics{
	margin:0 0 23px 0px;
}
dl.topics dt{
	width:6em;
	text-align:center;
	float:left;
	color:#FFF;
	background:#415430;
	margin-bottom:5px;
	padding:0 5px;
}
	
dl.topics dd{
	margin-left:7.3em;
	width:35em;
	padding-left:10px;	
	margin-bottom:5px;
	background: url(../images/topics_dotto.gif) bottom repeat-x;
}

p.coupon{
	padding:0 0 17px 0px;
}

/* コース紹介
============================================================================================================*/
div.course{
	margin:0 0 27px 0px;
	overflow:hidden;
}

div.course dl.left{
	margin-right:20px;
	float:left;

}
div.course dl.right{
	float:left;
}
div.course dl dt{
	padding-bottom:5px;
}
div.course dl dd{
	width:290px;
}

dl.curriculum{
	margin:0 0 5px 0px;
}
dl.curriculum dd{
	background-color:#FFFFFF;
	width:590px;
	padding:0 5px 5px;
}
