@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

body {
	background: url(images/bg.jpg) repeat-x 0 0;
}
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;
}
#topContainer {
	width: 903px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 99px;

}
#content {
	background: url(/common/themes/cms/images/bodyBg.gif) repeat-y 0 0;
}
#imgArea {
	position: relative;
	margin-left: 1px;
	padding: 1px 0 0 450px;
	clear: both;
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 450px;
	height: 311px;
}
#slide {
	width: 450px;
	height: 310px;
}
ul#photoNavi {
	position: absolute;
	right: 5px;
	top: 13px;
}
ul#photoNavi li {
	display: inline;
	margin: 0 10px 0 0;
}
#text-ct {
	background: #000000;
	bottom:0;
	color:#FFFFFF;
	height:18px;
	left:0;
	padding:2px 10px;
	width:430px;
	z-index:1;
	filter: alpha(opacity=60);
	opacity: 0.6;	
}
ul.news {
	margin: 10px 0 0 20px;
}
ul.news li {
	background: url(images/newsPoint.gif) no-repeat 0 4px;
	padding-left: 14px;
	padding-bottom: 3px;
}
dl.news {
	margin: 10px 0 0 20px;
}
dl.news dt {
	background: url(images/newsPoint.gif) no-repeat 0 4px;
	padding-left: 14px;
	padding-bottom: 2px;
}
dl.news dd {
	padding-left: 20px;
	padding-bottom: 8px;
	margin-bottom: 1.0em;
}
.readmoreBtn {
	margin-top: 10px;
	text-align: right;
}
ul.topBanner li {
	margin-bottom: 8px;
}
ul.indexNavi {
	margin-left: 10px;
}
ul.indexNavi li {
	float: left;
	margin: 0 15px 15px 0;
}
ul.indexNavi li.even {
	margin-right: 0;
}

/* event */
.photo {
	padding-right: 400px;
}
dd.excerpt img.photo {
	margin-bottom: 1.0em;
	float: none;
}
#main {
	overflow: hidden;
}
