/*----------------------------------------
　コンテンツdiv#main：トップページ
-----------------------------------------*/

div#contents_main{
	position: relative;
	float: left;
	width: 620px;
	/*height: 1550px;*/
	background: url(../images/common/line_bg_gr_y.gif) repeat-y;
	margin-left: 1px;
	padding-bottom: 50px;
}

div#contents_main #course_list {
	width: 595px;
	height: 380px;
	margin: 20px 0 10px 24px;
	background: url(../images/top/top_adv01.jpg) no-repeat;
}

div#contents_main #course_list ul {
	position: relative;
	top: 195px;
	left: 300px;
	width: 265px;
}

div#contents_main #course_list ul li {
	margin-bottom: 7px;
}

div#contents_main #top_adv01{
	padding: 20px 0 0 20px;
	margin-bottom: 20px;
}

div#contents_main .top_news{
	width: calc( 100% - 25px ) ;
	margin: 0 5px 30px 20px;
	height: auto;
}

div#contents_main .news{
	width: 100%;
	/*height: 300px;*/
	margin: 20px 0 0 20px;
}

div#contents_main #news_middle{
	background: url(../images/top/top_news_middle.gif);
	height: 300px;
	width: 595px;
}

div#clover_group{
	width: 595px;
	height: 400px;
	margin-left: 20px;
	background: url(../images/link/bg.jpg) no-repeat;
}
/*
div#clover_group img{
    margin: 60px 20px 0 22px;
}
*/

/*-----------------------------------
　コンテンツdiv#right
------------------------------------*/

div#contents_right{
	float: right;
	width: 300px;
	height: 1540px;
	background: #F6F6F6;
	position: relative;
    margin: 0 0px 0 0;
	padding-top: 10px;
	padding-bottom: 80px;
	border-right: solid 1px #2DAA12;
}




