@charset "utf-8";
body{
	font-size:18px;
	color:#232323;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #666666;
}
.reddish {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.price {
	font-size: 42px;
	color: #990000;
}

a{
	color:#2C47CA;
	text-decoration:underline;
}
a:hover{
}
p{
	padding-bottom:15px;
}
ul{
	list-style:none;
}
img{
	border:0
}

/***************************************************************************************main css*****/
#wrap{
	width:910px;
	margin:0 auto;
	background:#fff;
}
.clear{ 
	clear:both;
}
.instruction{
	font-size:33px;
	color:#000;
	line-height:40px;
	text-align:center;
	margin-top:20px;
	font-weight: bold;
}
.cor-red{
	color:#CC0000;
	font-weight: bold;
}
.cor-redsmal{
	color:#CC0000;
	font-weight: bold;
	font-size: 18px;
}.font16b{
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.img1{
	margin:20px 0;
	text-align:center;
}
#content{
	width:790px;
	margin:0 auto;
}
.register{
	border:2px dotted #000066;
	margin-top:20px;
	background-color: #F5F5F5;
}
#wrap h2{
	color:#000;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin:20px 0;
	line-height:30px;
}
.box{
	margin-top:12px;
	padding:15px 20px;
}
.box h3, .yellbox h3{
	font-size:20px;
	font-weight:bold;
	color:#21627c;
	margin:10px 0 20px;
}
ul.right li{
	background:url(../images/right.gif) no-repeat left center;
	padding-left:30px;
	line-height:20px;
	margin-left:20px;
}
.blank{
	margin-top:20px;
	padding:0 20px;
}
.blank ul{
	margin:20px 0;
}
.box .list{
	width:738px;
	padding:15px 0;
	margin-bottom:15px;
}
.list h4{
	font-size:18px;
	color:#CC0000;
	font-weight:normal;
	margin-bottom:3px;
}
.list ul li{
	line-height:20px;
	margin-bottom:15px;
	padding:0 15px;
}
.list ul li.grey{
	background:#f5f5f5;
	padding:5px 15px;
}
.cor-blue30b{
	color:#34749c;
	font-size:30px;
	font-weight:bold;
}
.font18{
	font-size:18px;
	color:#000;
}
ul.redlist{
	padding:10px 0 10px 25px;
}
ul.redlist li{
	color:#CC0000;
	line-height:25px;
}
.yellbox{
	margin-top:20px;
	padding:20px;
	background-color: #FFFFFF;
}
.yellbox ol{
	margin-left:25px;
	line-height:20px;
}
.yellbox ol li{
	margin-bottom:15px;
}
#footer{
	color:#212121;
	text-align:center;
	background-color: #F5F5F5;
	margin-top: 15px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#footer a{
	color:#2842cb;
}

