@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}


/*
[
----------------------------------------------------------- */

#topWrap {
	background: url(../cms/images/topBg.jpg) repeat-x 0 0;
}
.mainBg {
	padding: 16px 0 0 18px;
	background: url(images/mainBg.jpg) no-repeat 0 0;
	width: 652px;
	height: 514px;
	margin-bottom: 2em;	
}

.catchText {
	background: url(images/catchTextBg.gif) repeat-y 0 0;
	padding-left:10px;
	margin: 5px 0 1.5em 5px;
}

dl.starText {
	margin: 52px 40px 0 25px;
}
dl.starText dt {
	background: url(images/starTitle.gif) no-repeat 0 4px;
	width: 175px;
	padding: 0px 0 0 25px;
	height: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 108%;
}
dl.starText dd {
	margin-bottom: 8px;
	padding-left: 15px;
}
.section {
	margin-bottom: 2em;
}
ul.info {
	margin: 10px 25px;
}
ul.info li {
	background: url(images/infoPoint.gif) no-repeat 0 9px;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
	border-bottom: #999 1px dotted;
}
#entriesList dl {
	margin: 10px 25px;
}
#entriesList dt {
	padding: 5px 0 5px 15px;
	width: 56px;
	float: left;
	clear: left;
}
#entriesList dd {
	background: url(images/infoPoint.gif) no-repeat 0 9px;
	padding: 5px 0 5px 95px;
	margin-bottom: 5px;
	border-bottom: #999 1px dotted;
}
.date {
	padding-right: 25px;
}
.mainImg {
	vertical-align: top;
}