@charset "utf-8";
/* CSS Document */
.school_menu {
	background-image: none;
	padding-top: 0px;
}
#content{
	color: #535353;
	height: auto;
	min-height:540px;
	font-size: 13px;
	line-height: 23px;
	font-family: "微軟正黑體";
}

#content .list{
	font-size: 16px;
	line-height: 40px;
	background-image: url(../common/dot.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	width: 430px;
	padding: 20px 0 20px 50px;
	border-bottom: 1px dotted #AE6E10;
}
#content .list a{
	color: #660C0C;
	text-decoration: none;
	font-weight: bold;
}
#content .list a:hover{
	color: #DC8520;
}
