@charset "UTF-8";


@import url("css/base.css");

h1 {
	background: #774601;
	color: #FFF;
	font-size: 85%;
	text-align: left;
	margin: 0 auto;
	width: 750px;
}
#flash {
	margin: 0;
}

.courseLeft {
	float: left;
	width: 350px;
	text-align:right;
}
.courseLeft2 {
	float: left;
	width: 320px;
	padding-left:30px;
}
.courseRight {
	float: right;
	width: 350px;
}
.courseRight ol li {
	margin: 0 0 0.5em 2em;
}



.coursePic {
	position: relative;
	text-align:center;
	zoom:1;
	margin-top: 65px;
}
.courseImpact {
	position: absolute;
	left: -20px;
	top: -60px;
}
.courseAtten {
	font-weight: bold;
	font-size:110%;
	text-align:center;
	margin-top:1em;
}




#coupon {
	margin: 1em 0 2em;
	text-align: center;
}

#branch {
	width: 620px;
	margin: 2em auto 1em;
}
#branch h2{
	float:left;
	margin:7px 0 0 10px;
}
* html body #branch { /* for WinIE hack */
	width: 640px;
	margin: 2em auto 1em;
}



#topics {
/*	float: left;*/
	width: 600px;
	margin-left: 55px;
	margin-top:1em;
}
#news h2 {
	margin-bottom: 0.5em;

}
#news dt {
	float: left;
	clear: both;
	padding-left: 35px;
	white-space: nowrap;
}
#news dd {
	margin-left: 7.5em;
	margin-bottom: 0.5em;
}
.new {
	background: url(image/new_icon.gif) no-repeat left center;
}

#bannerRight {
	margin-top: 10px;
}
