@charset "UTF-8";

/* title
------------------------------------------------*/
#main h2 {
	margin: 0 0 10px;
}
#main h3 {
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#main h4 {
	margin: 0 0 5px;
	font-size: 131%;
	color: #094;
}
#main h5 {
	background: #c8f3aa url(../img/foot_green.gif) no-repeat 5px 7px;
	border: none;
	margin: 20px 0 5px;
	padding: 5px 0 5px 25px;
	font-size: 131%;
	color: #666;
}


/* main_in
------------------------------------------------*/
#main_in {
	margin: 0 0 10px;
}
#main_in { zoom:1; }
#main_in:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }


/* main_in div
------------------------------------------------*/
	#main_in div {
		border: 1px dotted #d9d9d9;
		float: left;
		width: 278px;
		margin-top: 15px;
		padding: 12px;
	}

		#main_in div h3 {
			background: url(../img/ya_black.gif) no-repeat left center;
			border: none;
			margin: 0 0 3px;
			padding: 0 0 0 10px;
		}
		#main_in div p {
			padding-bottom: 155px;
			font-size: 93%;
			color: #808080;
		}

	#main_in div.access {
		margin-right: 16px;
	}
		#main_in div.access p {
			background: url(img/bg_access.jpg) no-repeat left bottom;		
		}

	#main_in div.facilities {}
		#main_in div.facilities p {
			background: url(img/bg_facilities.jpg) no-repeat left bottom;
		}

	#main_in div.use {
		margin-right: 16px;
	}
		#main_in div.use p {
			background: url(img/bg_use.jpg) no-repeat left bottom;
		}
	#main_in div.voice {}
		#main_in div.voice p {
			background: url(img/bg_voice.jpg) no-repeat left bottom;
		}

	#main_in div.campus {
		margin-right: 16px;
	}
		#main_in div.campus p {
			background: url(img/bg_campus.jpg) no-repeat left bottom;
		}
	#main_in div.college {}
		#main_in div.college p {
			background: url(img/bg_college.jpg) no-repeat left bottom;
		}

/* voice */
	#main_in div.graduate {
		margin-right: 16px;
	}
		#main_in div.graduate p {
			background: url(voice/img/bg_graduate.jpg) no-repeat left bottom;
		}
	#main_in div.students {}
		#main_in div.students p {
			background: url(voice/img/bg_students.jpg) no-repeat left bottom;
		}

	#main_in div.teacher {
		margin-right: 16px;
	}
		#main_in div.teacher p {
			background: url(voice/img/bg_teacher.jpg) no-repeat left bottom;
		}

	#main_in div p.more {
		background: none;
		margin-top: 10px;
		padding-bottom: 0;
		text-align: right;
	}


/* main_in dl
------------------------------------------------*/
#main_in dl {
	margin: 0 0 20px;
}
	#main_in dl dt {
		clear: both;
		float: left;
		width: 80px;
		margin: 0 0 10px;
	}
	#main_in dl dd {
		margin: 0 0 10px 90px;
	}
		#main_in dl dd ul li {
			margin: 0 0 5px 22px;
			list-style: disc;
	}


/* main_in ul
------------------------------------------------*/
#main_in ul.photo { zoom:1; }
#main_in ul.photo:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#main_in ul.photo li {
	float: left;
	margin-bottom: 20px;
} 
#main_in ul.photo li.margin {
	margin-right: 12px;
}


/* box
------------------------------------------------*/
#main .box {
	border: 1px dotted #d9d9d9;
	margin: 20px 0 10px;
	padding: 10px;
}
#main .box { zoom:1; }
#main .box:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	#main .box h3 {
		background: #c8f3aa url(../img/foot_green.gif) no-repeat 5px 7px;
		border: none;
		padding: 5px 0 5px 25px;
		font-size: 131%;
		color: #666;
	}
	#main .box h4 {
		margin: 20px 0 5px;
		font-size: 108%;
		font-weight: bold;
	}
	#main .box p {
		margin: 10px 0 0;
	}
	#main .box p img {
		float: right;
		background: #fff;
		border: 1px solid #ddd;
		margin: 0 0 0 20px;
		padding: 1px;
	}
	#main .box ul li {
		margin: 0 0 5px 5px;
	}
		#main .box ul li a {
			background: url(../img/ya_blue.gif) no-repeat left center;
			padding: 0 0 0 10px;
		}




