@charset "UTF-8";
/* CSS Document */


.green{
	color:#394812;
	font-weight:bold;
	}


#content h2{
	 margin-bottom:30px;
	}

#content_inner{
	margin:0 20px 50px 20px;
	text-align:left;
	}

#content_inner h3{
	margin-bottom:20px;
	}

/*lecturer
--------------*/



#infoArea{
    width: 450px;
    float: left;
	}

#infoArea dl{
    background: url(../images/dot_line.gif) repeat-x bottom;
    padding: 7px 0px;
    margin-bottom: 10px;
    width: 450px;
	}
	
#infoArea dt {
    width: 110px;
    float: left;
    clear: left;
	}

#infoArea dd {
	margin-left:110px;
	}



.lecturer_ph{
	float:left;
	width:306px;
	margin-right:29px;
	}



.lecturer_txt{
	float:right;
	width:485px;
	background:url(../../lecturer/images/txt_bg.gif) no-repeat top;
	padding: 25px 20px 15px 20px;
	}

.lecturer_txt span{
	color:#005b14;
	font-weight:bold;
	font-size:106%;
	}

.lecturer_txt p{
	margin-top:15px;
	}

.lecturer_txt img{
	margin-top:10px;
	float: right;
	}

/*lesson
--------------*/

.lesson{
	margin-bottom:25px;
	}

.lesson dl{
	width:415px;
	}

.lesson dt{
	float:left;
	width:270px;
	margin-right:20px;
	}

.lesson dd{
	float:right;
	width:125px;
	}
	

.voice_ph{
	float:left;
	margin-right:18px;
	}


.voice{
	width:860px;
	margin-bottom: 30px;
	}

.voice_txt{
	float:right;
	width:587px;
	background:url(../../lesson/images/voice_bg.gif) repeat-x top;
	padding: 15px 12px;
	}

.voice_txt p{
	color:#005b14;
	font-weight:bold;
	font-size:106%;
	background:url(../images/dot_line.gif) repeat-x bottom;
	margin-bottom: 10px;
	width: 587px;
	}


/*event
--------------*/

.dotline{
	background:url(../images/dot_line.gif) repeat-x bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
	}


.event_detail{
	float:left;
	width:306px;
	margin-right: 20px;
	}

.event_detail p{
	margin-top:10px;
	}	

.event_photoarea{
	float:right;
	width:514px;
	}

.event_photoarea li{
	float:left;
	}

.eventarea{
	background:url(../images/dot_line.gif) repeat-x bottom;
	padding-bottom:15px;
	margin-bottom: 15px;
	}


/*gallery
--------------*/

.gallery_photoarea li{
	float:left;
	}

.galleryarea{
	margin-bottom: 25px;
	}



/*about
-------------------------------------------*/

#about dl{
	background:url(../images/dot_line.gif) repeat-x bottom;
	padding:7px 0px;
	width:870px;
	line-height:1.8em;
	}
	
#about dt {
	width:130px;
	float:left;
	clear:left;
	background:url(../images/ico.gif) no-repeat right;
	}


#about dd {
		margin-left:140px;
	}


.mapborder{
   border:#bcbcbc 1px solid;
   }
   
 
#about ul{
	width:830px;
	}

#about li{
	background:url(../images/dot_line.gif) repeat-x bottom;
	padding:15px 0px;
	list-style:none;
	margin:0 20px;
		}

#about li span{
	background:url(../images/ico.gif) no-repeat left;
	padding-left: 20px;
}



#about a:link {
	color:#332c11;
	text-decoration:none;
	}

#about a:visited {
	color:#332c11;
	}

#about a:hover {
	color:#5f8200;
	text-decoration:underline;
	}

#about a:active {
	color:#332c11;
	}
