@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;
}

.slideArea {
	background: url(images/photoBg.jpg) no-repeat 0 0;
	width: 750px;
	height: 477px;
}
#slide {
	width: 750px;
	height: 477px;
}
#text-ct {
	bottom: 30px;
	left: 90px;
	width: 500px;
	color: #fff;
}

ul.newsLidt {
	margin: 5px 10px;
}
ul.newsLidt li.odd {
	background: #ededed url(images/newsPoint.png) no-repeat 5px 10px;
}
ul.newsLidt li {
	background: url(images/newsPoint.png) no-repeat 5px 10px;
	padding: 3px 0 3px 20px;
}
.date {
	padding-right: 25px;
}
ul.contentNavi {
	clear: left;
	margin-left: 40px;
}
ul.contentNavi li {
	float: left;
	margin: 20px 15px 0 0;
}		
ul.contentNavi li a {
	padding: 165px 0 0 5px;
	height: 32px;
	display: block;
	overflow: hidden;
	line-height: 1.3
}
ul.contentNavi li.no03,ul.contentNavi li.no06 {
	margin: 20px0 0 0 0;
}
ul.contentNavi li a:link,ul.contentNavi li a:visited,ul.contentNavi li a:hover,ul.contentNavi li a:active {
	color: #454545;
	text-decoration: none;
}
ul.contentNavi li.no01 a {
	background: url(images/contentBtn01.jpg) no-repeat 0 0;
	width: 188px;
}
ul.contentNavi li.no01 a:hover {
	background-position: 0 -197px;
}
ul.contentNavi li.no02 a {
	background: url(images/contentBtn02.jpg) no-repeat 0 0;
	width: 188px;
}
ul.contentNavi li.no02 a:hover {
	background-position: 0 -197px;
}
ul.contentNavi li.no03 a {
	background: url(images/contentBtn03.jpg) no-repeat 0 0;
	width: 187px;
}
ul.contentNavi li.no03 a:hover {
	background-position: 0 -197px;
}
ul.contentNavi li.no04 a {
	background: url(images/contentBtn04.jpg) no-repeat 0 0;
	width: 188px;
}
ul.contentNavi li.no04 a:hover {
	background-position: 0 -197px;
}
ul.contentNavi li.no05 a {
	background: url(images/contentBtn05.jpg) no-repeat 0 0;
	width: 188px;
}
ul.contentNavi li.no05 a:hover {
	background-position: 0 -197px;
}
ul.contentNavi li.no06 a {
	background: url(images/contentBtn06.jpg) no-repeat 0 0;
	width: 187px;
}
ul.contentNavi li.no06 a:hover {
	background-position: 0 -197px;
}

.blogList {
	margin-top: 3px;
	width: 539px;
	height: 137px;
	border-top: #999 1px dotted;
	border-bottom: #999 1px dotted;
	padding: 10px 0 10px;
	float: right;
}
.blogTitle {
	width: 141px;
	float: left;
}
.rss-js-entry {
	background: url(images/blogPoint.gif) no-repeat 0 7px;
	padding-left: 20px;
}
ul.eventList {
	margin:20px 15px;
	padding-bottom: 10px;
	border-bottom: #999 1px dashed;
}
ul.eventList li {
	margin-bottom: 10px;
}

ul.eventList li img {
	float: left;
	width: 120px;
	padding: 3px;
	border: #999 1px solid;
}
ul.eventList li p {
	background: url(images/blogPoint.gif) no-repeat 0 7px;
	padding-left: 20px;
	margin: 3px 0 0 135px;
}		
