@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-03-30 20:27:45
 * @version $Id$
 */
.mainBody .content .testTitle{
	border-radius:10px;
	color: #333;
	font-size: 30px;
	display: block;
	width: 130px;
	text-align: center;
	background-color: #00CCFF;
}

ul{
	padding-left: 20px;
	margin: 0 auto;
	width: 1000px;
	height: 50px;
}

li{
	padding-bottom: 5px;
	float: left;
	list-style: none;
	margin: 15px;
}

a {
	text-decoration: none;
}

.mainBody .content .testTitle:hover{
	background-color: #3366FF !important;
}

.mainBody .content{
	padding-right: 35px;
}

.mainBody #iFramePart{
	width: 1000px;
	height: 1100px;
}

.iFrameBody {
	text-align: center;
}