@charset "utf-8";


/* =========================================== *
 *	contents
 * =========================================== */

h2 {
	margin-bottom: 18px;
}

div.about {
	min-height: 221px;
	height: auto !important;
	height: 221px;
	margin-bottom: 30px;
	background: url("../images/aboutBg.gif") 0 1px #000 no-repeat;
	position: relative;
}
div.about p.img {
	position: absolute;
	top: 0;
	right: 0;
}
div.about p.text {
	margin: 23px 405px 0 25px;
	color: #fff;
}

div.program {
}
div.program h3 {
	margin-bottom: 15px;
}
div.program ul {
	overflow: hidden;
}
* html div.program ul {
	height: 1%;
}
div.program ul li {
	width: 353px;
	margin-bottom: 15px;
	float: left;
	list-style: none outside;
	overflow: hidden;
}
* html div.program ul li {
	height: 1%;
}
div.program ul li.right {
	float: right;
}
div.program ul li h4 {
	border-bottom: 1px solid #DA9C08;
	color: #C98F07;
	font-size: 107%;
}
div.program ul li p.place {
	font-weight: bold;
}
div.program ul li p.img {
	width: 154px;
	margin-top: 12px;
	float: left;
}
div.program ul li p.text {
	width: 185px;
	margin-top: 12px;
	float: right;
}

div.other {
	margin: 30px 0 20px;
	background: url("../images/otherBg.gif") 0 4px repeat-y;
}
div.other table {
	width: 683px;
	margin: 1px 26px 10px;
}
div.other table th {
	background-color: #f3f3f3;
	text-align: center;
}
div.other table td.name {
	width: 223px;
}
div.other p.text {
	padding: 0 26px 10px;
	text-align: right;
	font-size: 10px;
}
