@charset "utf-8";
#contentsMain h1 {
	font-size: 14px;
	background: url(../img/bg_subttl.gif) no-repeat 0px 5px;
	padding: 5px 0px 10px 10px;
	height: 35px;
	display: block;
	line-height: 35px;
	color: #FFFFFF;
}

.listBox {
	padding: 11px 11px 5px 11px;
	clear: both;
	margin-bottom: 15px;
	border: 1px solid #B5DAFB;
}
.listBox h4 {
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 8px;
	background: url(../img/line_dot.gif) no-repeat center bottom;
}

.listBox h4 a {
	color: #333399;
}
.listBox img {
	display: block;
	float: left;
}
.listBoxRight {
	width:380px;
	float:right;
}
.listBox em {
	font-style: normal;
	font-weight: bold;
	color: #FF3366;
	font-size:14px;
}
.listBox p {
	font-size:10px;
	padding: 5px;
	clear:both;
}

.listBox span{
	display:block;
	font-size:10px;
}
.listBox span a{
	color: #333399;
}

