@charset "utf-8";
/* CSS Document */
.top-bnr {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 689px;
}
.top-bnr img {
	border: 1px solid #CCC;
}
.top {
	background-image: url(../common/images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 30px;
	margin-top: 1019px;
}
.news_title {
	background-image: url(../common/images/point.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 1.4;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4bafe0;
}
.news_title a {
	font-size:16px;
}
#newsBox {
	margin-top:-10px;
	margin-bottom: 40px;
}
#tvBox {

}
.cmsList {
	border-top: 1px solid #4EADDD;
	border-bottom: 1px solid #4EADDD;
	background-color: #E3F4FB;
	text-align: center;
	margin-top: 20px;
}
.cmsList a {
	display:block;
	padding: 5px 0;
}
.cmsList a:link ,.cmsList a:visited{
	text-decoration: none!important;
	color: #4bafe0!important;
}
.cmsList a:hover{
	text-decoration: none!important;
	color: #fff!important;
	background-color: #82C5E7;
}
#slider {
	background-color: #fff;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 259px;
	left: 0;
}
#carousel img {
	display: block;
	float: left;
}
#prev, #next {
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	height: 450px;
	width: 50%;
	top: 0;
	position: absolute;
}
#prev:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(../images/s_btnl2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#next:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(../images/s_btnr2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#prev {
	left: -490px;
	background-image: url(../images/s_btnl.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#next {
	right: -490px;
	background-image: url(../images/s_btnr.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#pager {
	margin-left: -470px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#pager a {
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
}
#main a:link {
	text-decoration: none;
}
#main a:hover {
	color: #4BB6E7;
	text-decoration: underline;
}
#bottomBnr {
	clear: both;
	padding-top: 50px;
	text-align: center;
}
#bottomBnr:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#bottomBnr li{
	width: 230px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
#bottomBnr li:nth-child(4n){
	margin-right:0px;
}
#bottomBnr {
    font-size: 0;
}
#bottomBnr li {
    display: inline;
    font-size: 16px;
}
#bottomBnr li a {
    font-size: 0.8em;
}
