@charset "utf-8";
.box {
	width:250px;
	margin-bottom:10px;
	background-image: url(../images/box/box_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.box  h3 {
	height:30px;
	line-height:30px;
	color:#333;
	padding:0 15px;
	margin:0;
	font-size:12px;
	background-image: url(../images/box/box.gif);
}

.box  p {
	padding:15px 14px 0 14px;
	margin:0;
	background:#fff;
	border:1px solid #d8d9da;
	border-width:0 1px;
	line-height:1.3em;
	font-size:11px;
	color:#444;
	width: 220px;
	text-align: justify;
}
.box  ul {
	list-style:none;
	padding:15px 14px 0 14px;
	margin:0;
	width:220px;
	background:#fff;
	border:1px solid #d8d9da;
	border-width:0 1px;
	height:auto;
	text-align: justify;
}
.box  ul  li {
	text-decoration:none;
	color:#444;
	padding:5px 0;
	font-size:11px;
	border-bottom:1px solid #f0f0f0;
	word-spacing:-1px;
}
.box  ul  li  a {
	text-decoration:none;
	color:#0072AE;
	font-size:12px;
	font-weight:bold;
}
.box  ul  li  a:hover {
	color: #C02418;
}
.box #pvframe {
	padding:15px 14px 0 14px;
	margin:0;
	background:#fff;
	border:1px solid #d8d9da;
	border-width:0 1px;
	line-height:1.3em;
	font-size:11px;
	color:#444;
	width: 220px;
	text-align: center;
}
.box p a {
	text-decoration:none;
	color:#0072AE;
	font-size:12px;
	font-weight:bold;
}
.box p a:hover {
	color: #C02418;
}

