@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(../cms/images/bg.jpg) repeat-x left top;
}
a:link {
	color: #1d3994;
  text-decoration: underline;
}
a:visited {
	color: #1d3994;
  text-decoration: underline;
}
a:hover {
	color: #fe6e2b;
  text-decoration: none;
}
a:active {
	color: #1d3994;
  text-decoration: underline;
}

/*
[
----------------------------------------------------------- */
.section {
	margin-bottom: 2em;
}

ul#gnavi li.gnavi01 a {
	background-position: 0 -112px;
}
ul#gnavi li.gnavi01 a:hover {
	background-position: 0 -56px;
}
/*.mainImg {
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 900px;
	height: 310px;
}
.mainImg p {
	line-height: 1.2;
	padding: 257px 0 0 20px;
	font-size: 93%;
}*/
.mainImg {
	background: url(images/mainImg04.jpg) no-repeat 0 0;
	width: 900px;
	height: 302px;
}
ul.topThumb {
	margin-bottom: 1em;
}
ul.topThumb li {
	display: inline;
	padding: 0 5px 10px 0;
}
ul.topThumb li img {
	width: 135px;
	padding:1px;
	border: #ccc 1px solid;
}

/*
[
----------------------------------------------------------- */
img.photo {
	background: url(images/sideThumb.jpg) no-repeat 0 0;
	width: 160px;
	height: 120px;
	padding: 12px 1px 1px 1px;
	margin-bottom: 5px;
}
ul.indexThumb li h3 {
	font-weight: bold;
	line-height: 1.2;
}
ul.results {
	display: none;
	margin-left: 15px;
	font-size: 85%;	
}
/*
[
----------------------------------------------------------- */
ul#topThumb li h3 {
	display: none;
}
ul#topThumb li {
	float: left;
	margin: 0 15px 15px 0;
}
ul.links {
	clear: both;
}
strong {
	color: #379b17;
	font-size: 116%;
}

.newsBox {
	border: #e1e1e1 3px double;
	padding: 21px;
	width: 588px;
}
ul.news {
	margin: 1em 0;
}
ul.news li {
	background: url(images/newPoint.gif) no-repeat 0 6px;
	padding-left: 20px;
}
ul.news li span {
	padding-right: 15px;
}


.btn_news{
	text-align:right;
	margin: 0;
	}
