@charset "utf-8";


@import url("/common/css/default.css");


/* Main
*************************************************************************/

#main{
	background: #FFF url(../images/main_bg.jpg) no-repeat right bottom;
}



/* LeftColumn
*************************************************************************/

#mainCourseLeft{
	float: left;
	width: 580px;
	background: url(../images/main_left_bg.gif) repeat-x left top;
}



/* Top
*************************************************************************/

#mainCourseLeft #courseIndex{
	margin: 20px 0 30px 0;
	font-size: 120%;
	line-height: 1.3em;
}
#mainCourseLeft #courseIndex p{
	margin: 20px 20px 16px 25px;
}
#mainCourseLeft #courseIndex h3{
	width: 535px;
	margin: 20px 20px 10px 25px;
	padding: 0;
	background: url(../images/course_h3_bg.gif) no-repeat left top;
}
#mainCourseLeft #courseIndex h3 img{
	margin: 2px 12px 5px 12px;
}

#mainCourseLeft #courseIndex ul#areaNavi{
	width: 535px;
	margin: 0 20px 30px 25px;
	height: 29px;
	list-style-type: none;
	overflow: hidden;
	background: url(../images/course_area_navi_bg.gif) repeat-x left top;
	zoom: 1;
}
#mainCourseLeft #courseIndex ul#areaNavi:after{
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
	content: ".";
}
#mainCourseLeft #courseIndex #areaNavi li{
	float: left;
	padding: 7px 24px 7px 4px;
}


#mainCourseLeft #courseIndex ul.courseList{
	width: 540px;
	margin: 8px 0px 10px 25px;
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}
#mainCourseLeft #courseIndex ul.courseList:after{
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
	content: ".";
}
#mainCourseLeft #courseIndex .courseList li{
	display: inline;
	float: left;
	width: 264px;
	margin: 0 6px 6px 0;
	background: url(../images/course_list_bg.gif) no-repeat left bottom;
}
#mainCourseLeft #courseIndex .courseList li dl{
}
#mainCourseLeft #courseIndex .courseList li dt{
	width: 100%;
	margin: 0;
	padding: 14px 14px 8px 14px;
	background: url(../images/course_list_bg_top.gif) no-repeat left top;
	font-weight: bold;
}
#mainCourseLeft #courseIndex .courseList li dt a{
	color: #036; 
}
#mainCourseLeft #courseIndex .courseList li dd{
	width: 100%;
	margin: 0;
	padding: 4px 14px 9px 9px;
	overflow: visible;
	zoom: 1;
}
#mainCourseLeft #courseIndex .courseList li dd:after{
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
	content: ".";
}
#mainCourseLeft #courseIndex .courseList li dd span.photo{
	float: left;
	display: block;
	margin: -4px 8px 0 0;
	border: #CCC solid 1px;
	background: #FFF;
}
#mainCourseLeft #courseIndex .courseList li dd span.photo img{
	margin: 1px;
}



/* RightColumn
*************************************************************************/

#mainCourseRight{
	float: right;
	width: 220px;
	height: 400px;
	background: #454545 url(../images/main_right_bg.gif) repeat-x left top;
}