@charset "utf-8";

.bt_bg {
	background-image: url(../../case/img/bt_bg.jpg);
	height: 62px;
	width: 320px;
}

.bt_bg p {
	padding-top: 20px;
	padding-left: 50px;
}
.bt_bg p a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.box {
}

.box h3 {
	font-size: 16px;
	font-weight: bold;
	background-color: #D9F0FF;
	color: #003366;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.box ul li {
	width: 202px;
	float: left;
}
.box ul li dl {
}
.box ul li dl dt {
	border: 1px solid #999999;
}
.box ul li dl dt img {
	width: 200px;
	height: 150px;
}
.box ul li dl dd {
}
