@charset "UTF-8";




.application {
	width:90%;
	margin:10px auto;
	padding:15px 5px;
	background: url(oubo_back.jpg) repeat-y;
	border: 2px solid #000;
}
#ttcp_box h2{
	text-align:center;
	font-size:140%;
	color:#000;
	font-weight:bold;
	line-height:1.4;
	text-shadow: 1px 1px 2px #FFF;
}

.application h2 {
	margin-bottom:15px;
	text-align:center;
	font-size:150%;
	color: #000;
}

.course_list dt{
	text-align:center;
	font-size:130%;
	color: #000;
	font-weight:bold;
	line-height:1.8;
}

.course_list dd{
	width:248px;
	margin:0 auto 20px;
	font-size:100%;
	color:#000;
	line-height:1.2;
}

.course_list dd span{
	font-size:80%;
}

.course_info{
	width:90%;
	margin:20px auto;
	padding:8px 5px 15px;
	background-color: #FFF;
}

.course_info h3{
	height:28px;
	margin:0 auto 10px;
	padding:10px 10px 3px;
	background:#FF0000;
	color:#FFF;
	text-shadow: 1px 1px 3px #231C6B;
	font-size:120%;
}

.course_info p{
	width:95%;
	margin:0 auto;
	font-size:85%;
	color:#000;
	line-height:1.2;
}

.course_info p span{
	font-size:80%;
	color: #C00;
}

.course_info em{
	font-size:110%;
	color:#C00;
	font-weight:bold;
	font-style:normal;
}

.exchange a{
	display:block;
	width:80%;
	height:35px;
	margin:5px auto 7px;
	padding-top:15px;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF56D), to(#F2AA2F));
	background: -moz-linear-gradient(top, #FFF56D, #F2AA2F);
	text-shadow: 1px 1px 2px #FFF;
	-webkit-box-shadow: 2px 2px 4px 0px #000;
	text-align:center;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
