@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
#header {
	background: url(images/headerBg.png) no-repeat 0 0;
}
#content {
	background: url(images/mainImg.jpg) no-repeat 0 0;
}
#main {
	padding-top: 395px;
}
.section {
	font-size: 108%;
	clear: both;
}
.section p {
	margin-bottom: 1em;
}
.section h3,.section h2 {
	margin-bottom: 10px;
}
.section h3.minus {
	margin-left: -10px;
	margin-bottom: 10px;
}
ul.infoList {
	width: 450px;
	margin-bottom: 27px;
}
ul.infoList li{
	border-bottom: #999 1px dotted;
	padding: 7px 5px 3px 5px;
	margin-right: 10px;
}
ul.infoList li span {
	background: url(images/infoPoint.gif) no-repeat right 3px;
	padding-right: 18px;
	margin-right: 8px;
}
.rss-js {
	width: 450px;
}
.rss-js-entry {
	border-bottom: #999 1px dotted;
	padding: 7px 10px 3px 40px;
	margin-right: 10px;
	background: url(images/infoPoint.gif) no-repeat 20px 10px;
}
