@charset "UTF-8";

/* title
------------------------------------------------*/
#main h2.margin-top30 {
	margin-top: 30px;
}
#main h4.margin-top30 {
	margin-top: 30px;
}

/* p
------------------------------------------------*/
#main p {
	margin: 0 0 10px;
}
#main p.backpage {
	text-align: center;
	margin-top: 30px;
}
#main p.backpage a {
	padding: 0 5px;
}
#main p.bus_txt {
	background: url(img/bus.gif) no-repeat left center;
	margin: 5px 0 10px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	color: #e44936;
}

/* 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 h3 {
		border-bottom: 1px dotted #d9d9d9;
		margin: 0 0 10px;
		padding: 0 0 5px;
	}

/* main_in div
------------------------------------------------*/
	#main_in div {
		border: 1px solid #d9d9d9;
		float: left;
		width: 296px;
		margin-top: 15px;
		padding: 12px;
	}
		#main_in div h3 {
			background: none;
			border: none;
			border-bottom: 2px solid #83724f;
			margin: 0 0 5px;
			padding: 0 0 3px 0;
			font-weight: bold;
			color: #594F37;
		}
		#main_in div p {
			margin: 0;
			padding-bottom: 155px;
			font-size: 93%;
			color: #808080;
		}
	#main_in div.experience {
		margin-right: 16px;
	}
		#main_in div.experience p {
			background: url(img/bg_experience.jpg) no-repeat left bottom;		
		}

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

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

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

/* table
------------------------------------------------*/
#main table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 659px;
	margin: 25px 0 5px;
}
#main table caption{
	padding: 5px 0;
	line-height: 1.2;
	font-size: 167%;
	font-weight: bold;
	color: #594f37;
}
#main table caption span {
	font-size: small;
	font-weight: bold;
	color: #f00;
}
#main table th {
	background: #f2f4ee;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
#main table td {
	background: #fff;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	padding: 5px;
}
#main table td.txt-left {
	text-align: left;
}
#main table td.out {
	text-decoration: line-through;
}

#main table.date { margin: 0 0 5px; }
#main table.date td { font-size: 116%; }
#main table.date td a { font-weight: bold; }

#main table.margin { margin: 0 0 20px; }


#main table .bus {
	background: url(img/bus.gif) no-repeat right;
	padding: 0 30px 0 0;
}

/* dl
------------------------------------------------*/
#main dl {}
#main dl dt {
	margin: 0 0 3px;
	font-weight: bold;
}
#main dl dd {
	margin: 0 0 10px 1em;
}

#main dl.time dt {
	clear: both;
	float: left;
	width: 8.5em;
}
#main dl dd {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	padding: 0 0 5px 8.5em;
}


/* campus
------------------------------------------------*/
#main p.oc {
	margin: 60px 0;
	text-align: center;
	line-height: 1.6;
	font-size: 167%;
}
