/* ---clear--- */
body {
  margin: 0 auto;
  height:100%;
  text-align: center;
  padding: 0;
  font-size: 10px;
  background:#fde1c9;
}
h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

img {
	border:none;
}
	

#wrapper{
	width:875px;
	margin:0 auto;
	text-align:center;
	background:url(../img/common/bg.jpg) repeat-y center top;
}
#wrapper_in{
	width:793px;
	margin:0 41px;
	background:#ffffcc;
	/*
	background:#f0dcca;
	*/
}


#header{
	height:111px;
	text-align:left;
	padding:0px 7px 0px 0;
	font-style:italic;
	background:url(../img/common/header_bg.jpg) no-repeat left top;
}


#main{
	padding:0px;
	text-align:left;
}


#conts_right{
	float:right;
	width:176px;
	height:auto;
	background:url(../img/common/conts_bg.jpg) repeat-y right top;
}
#conts_right_in{
	padding:3px 3px;
}
.top_right_ban{
	padding:3px 0px;
}

#conts_left{
	float:left;
	width:600px;
}
#conts_left_in{
	padding:5px 8px;
}

#conts_left_in td{
	font-size:12px;
	line-height:16px;
}

#conts_right_in a:link{
	color: #000000;
	text-decoration: none;
}

#conts_right_in a:visited{
	color: #000000;
	text-decoration: none;
}
#conts_right_in a:active{
	color: #000000;
	text-decoration: none;
}
#conts_right_in a:hover{
	color: #000000;
	text-decoration: none;
}


.top_ban{
	padding:3px 0px;
}


.instructor_in{
	padding:0px;
}


.instructor_in td{
	color: #ffffff;
	font-size:12px;
	line-height:16px;
}
.schedule_in td{
	color: #000000;
	font-size:12px;
	line-height:12px;
}


#footer{
	background:url(../imgs/common/conts_bg.jpg) repeat left top;
	padding:4px 0 4px 0;
	font-size:10px;
	line-height:14px;
	border-top:1px solid #d5d5d5;
}

.submain_w{
	font-size:10px;
	line-height:14px;
	text-align:left;
	}


/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {zoom:1;}
