@charset "UTF-8";

/* ---------- Layout ----------  */

#programCnt {
	clear: both;
	padding: 50px;
}

#programCnt .boxFooter {
	clear: both;
	margin: 0;
}


/* ---------- title ----------  */

#programCnt #title {
	width: 600px;
	height: 50px;
	margin: 0 0 0 30px;
}

#programCnt #title h3 {
	float: left;
	width: 310px;
}

#programCnt #title #language {
	float: right;
	width: 150px;
	background: url(/img/arrow_right.gif) no-repeat right;
	text-align: right;
	padding-right: 10px;
}

#programCnt #title #toform {
	float: right;
	width: 200px;
	background: url(/img/arrow_down.gif) no-repeat right;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
}

#programCnt #titleEn {
	width: 600px;
	height: 80px;
	margin: 0 0 0 30px;
}

#programCnt #titleEn h3 {
	float: left;
	width: 400px;
}

#programCnt #titleEn #language {
	float: right;
	width: 150px;
	background: url(/img/arrow_right.gif) no-repeat right;
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}

#programCnt #titleEn #toform {
	float: right;
	width: 150px;
	background: url(/img/arrow_down.gif) no-repeat right;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
}


/* ---------- boxA ----------  */

#programCnt #boxA {
	clear: both;
	background: #e0ebc5;
	width: 600px;
	margin: 0 0 0 30px;
}

#programCnt #boxA h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 20px 0 20px;
}

#programCnt #boxA img.pic {
	float: right;
	margin: 0 15px 0 0;
}

#programCnt #boxA dl {
	padding: 10px 0 10px 20px;
	width: 400px;
}

#programCnt #boxA dt {
	font-size: 14px;
	padding: 0 0 3px 0;
}

#programCnt #boxA dd {
	padding: 0 0 10px 10px;
}

/* ---------- boxB ----------  */

#programCnt #boxB {
	background: #d6eeee;
	width: 600px;
	margin: 0 0 0 100px;
	padding-bottom: 20px;
}

#programCnt #boxB dl {
	padding: 10px 20px 0 20px;
}

#programCnt #boxB dt {
	font-size: 14px;
	padding: 0 0 3px 0;
}

#programCnt #boxB dd {
	padding: 0 0 10px 10px;
}

#programCnt #boxB img.pic {
	float: left;
	margin: 0 20px;
}

#programCnt #boxB table {
	width: 330px;
	margin: 0 0 0 25px;
}

#programCnt #boxB table th {
	white-space: nowrap;
	padding: 5px 1em 5px 0;
	font-weight: normal;
	vertical-align: top;
}

#programCnt #boxB table td {
	padding: 5px 0;
}


/* ---------- boxC ----------  */

#programCnt #boxC {
	background: #d6d9ee;
	width: 550px;
}

#programCnt #boxC img.pic {
	float: right;
	margin: 0 15px 0 0;
}

#programCnt #boxC dl {
	padding: 10px 20px 0 20px;
}

#programCnt #boxC dt {
	font-size: 14px;
	padding: 0 0 3px 0;
}

#programCnt #boxC dd {
	padding: 0 0 10px 5px;
}

#programCnt #boxC p {
	padding: 5px 0 5px 20px;
}


/* ---------- Form ----------  */

#programCnt #mailform {
	width: 600px;
	margin: 50px 50px 0 50px;
}

#programCnt #mailform h4 {
	float: left;
	width: 200px;
}

#programCnt #mailform #form {
	float: right;
	width: 360px;
	background: url(/img/back_bbs_formBox.gif) repeat;
	padding: 10px 20px;
	margin-bottom: 30px;
}

#programCnt #mailform #form label {
	color: #fff;
}

#programCnt #mailform #form .txtBox {
	border: 1px solid #999;
	padding: 2px 0;
	margin-bottom: 5px;
	width: 360px;
}

#programCnt #mailform #form #btn {
 padding: 10px 0;
 text-align: center;
}


/* ---------- Message ----------  */

#programCnt #message {
	width: 500px;
	padding: 20px 0;
	margin: 0 100px;
	text-align: center;
}

#programCnt #message h4 {
	color: #2b3765;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}

#programCnt #message blockquote {
	color: #d00;
	margin-top: 10px;
}

#programCnt #message table {
	width: 494px;
	margin-top: 20px;
	border: 3px double #6a3906;
}

#programCnt #message table th {
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

#programCnt #message table th,
#programCnt #message table td {
	text-align: left;
}

