@charset "utf-8";
/* CSS Document */

/* top image */

h1{
	width:530px;
	height:80px;
	text-indent:-9999px;
	background:url(http://www.hm-numbers.com/common/images/logo_lecture.jpg) no-repeat;
}

/* intro */

#mainimg{
	width:530px;
	height:250px;
	text-indent:-9999px;
	background:url(http://www.hm-numbers.com/common/images/h1_lecture.jpg) no-repeat;
	margin:10px 0 0 0;
}

#because{
}

#because h2{
	width:203px;
	height:20px;
	text-indent:-9999px;
	background:url(http://www.hm-numbers.com/common/images/obj_lecture_1.gif) no-repeat;
	margin:20px 0 0 0;
}

#because p{
	margin:10px 0 0 0;
	padding:10px;
	background-color:#F5F5F5;
}

/* contents */

.contents_l{
	width:295px;
	display:block;
	float:left;
	margin:20px 0 0 25px;
}

.contents_l div{
	background-color:#FFE5E5;
	margin:5px 0 10px 0;
	padding:10px;
	font-size:12px;
}

.contents_l div ul{
	margin:10px 5px;
	border:1px solid #CC0066;
}

.contents_l div ul li{
	color:#CC0066;
	padding:2px 0;
}

.contents_l div p{
	padding-top:10px;
	text-align:center;
}

.contents_r{
	width:425px;
	display:block;
	float:left;
	margin:20px 0 0 15px;
}

.contents_r table{
	font-size:12px;
	width:100%;
	background-color:#FFFFCC;
	border-top:#FF9900 1px solid;
	border-left:#FF9900 1px solid;
	border-bottom:#FF9900 1px solid;
	margin:5px 0 10px 0;
}

.contents_r table tr{
	background:url(http://www.hm-numbers.com/common/images/obj_line_4.gif) repeat-x bottom;
}

.contents_r table tr#last{
	background:none;
}

.contents_r table th , .contents_r table td{
	padding:5px 10px;
	vertical-align:middle;
	border-top:none;
	border-left:none;
	border-right:#FF9900 1px solid;
	border-bottom:none;
}

.contents_r table td.day{
	text-align:center;
	width:20%;
}

.contents_r table td.place{
	text-align:center;
	width:30%;
}

.contents_r table td.lesson{
	width:50%;
}

