@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;
}

body {
	background: url(images/topBg.jpg) repeat-x left top;
}
#topHeader {
	height: 388px;
}
#topHeader .leftCol {
	width: 500px;
	float: left;
}
h1 {
	padding: 5px 0 0 0px;
	font-size:93%;
}
#topHeader .rightCol {
	width: 380px;
	float: right;
	text-align: right;
}
#flashArea {
	padding: 29px 0 0 280px;
	background: url(images/flashdummy.jpg) no-repeat 0 29px;
	width: 620px;
	clear: both;
	position: relative;
}
#flashcontent {
	width: 450px;
	height: 310px;
	float: left;
}
#text-ct {
	z-index: 1;
	background: url(images/textBg.png) repeat 0 0;
	bottom: 0;
	left: 0;
	width: 430px;
	height: 18px;
	padding: 2px 10px;
	color: #fff;
}
ul#photoNavi {
	z-index: 1;
	position: absolute;
	top: 35px;
	left: 285px;
}
ul#photoNavi li {
	display: inline;
	padding-right: 5px;
}
ul#photoNavi li.nextBtn {
	padding-left: 377px;
}
.topBanner {
	float: right;
}
h2 {
	margin: 21px 0 0px 0;
}
#content {
	margin-top: 21px;
}
#sub {
	width: 274px;
	float: left;
}
#main {
	margin-top: 10px;
	float: right;
	width: 600px;
}
.sideBox {
	border: #e34c30 1px solid;
	margin-top: 3px;
	padding: 10px 0;
	width: 271px;
}
dl.news dt {
	background: url(images/sidePoint.gif) no-repeat 0 4px;
	margin: 0 20px;
	padding: 0 0 0 18px;
	font-weight: bold;
}
dl.news dd {
	background: url(images/infoBorder.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding: 5px 20px 10px 20px;	
}
dl.news dd.lastChild {
	background: none;
	margin-bottom: 0;
}
/*
[
----------------------------------------------------------- */
.section {
	margin-bottom: 1.5em;
}
ul.imgNavi li {
	display: inline;
}
dl.blogList {
	margin: 7px 0;
}
dl.blogList dt{
	font-weight: bold;
	background: url(images/infoPoint.gif) no-repeat 10px 12px;
	padding: 10px 0 7px 25px;
	margin-bottom: 1px;
	width: 90px;
	float: left;
	clear: left;
}
dl.blogList dd {
	background: url(images/infoBorder.gif) repeat-x left bottom;
	padding: 10px 0 9px 95px;
	margin-bottom: 1px;
}
#blogBg {
	background: url(images/blogBg.jpg) no-repeat right bottom;
	min-height:135px;
	height: auto !important;
	height: 135px;	
}
#entriesList dl dt{
	font-weight: bold;
	background: url(images/infoPoint.gif) no-repeat 10px 12px;
	padding: 10px 0 7px 25px;
	margin-bottom: 1px;
	width: 90px;
	float: left;
	clear: left;
}
#entriesList dl dd {
	background: url(images/infoBorder.gif) repeat-x left bottom;
	padding: 10px 0 9px 95px;
	margin-bottom: 1px;
}
#entriesList dl {
	width: 490px;
}
