@charset "UTF-8";
/* CSS Document */

#content {
	width:980px;
	min-height:600px;
	padding-bottom:34px;
}

.under_construction {
	text-align:center;
	padding-top:80px;
}

.under_construction p {
	font-size:24px;
	font-size:2.4rem;/* =24px */
	font-weight:normal;
}

/*#content {
	padding-bottom:26px;
}*/

h2 {
	margin-bottom:22px;
}

#program_title {
	clear:both;
	margin-bottom:10px;
}

#program_cont {
	width:980px;
	margin-bottom:26px;
}

#program_cont-left {
	width:476px;
	float:left;
}

#program_cont-right {
	width:476px;
	float:right;
}

.program_cont-photo {
	width:140px;
	float:left;
	padding-right:32px;
}

.program_cont-info {
	width:304px;
	float:left;
}

.program_cont-info p {
	text-align:justify;
	font-size:12px;
	font-size:1.2rem;/* =12px */
	line-height:20px;
	line-height:2rem;/* =20px */
	font-weight:normal;
}

.program-name {
	margin-bottom:20px;
}