@charset "shift_jis";
/* CSS Document */

/**********************
 sliderArea
**********************/
#sliderArea {
	position: relative;
	width: 950px;
	height: 410px;
	margin: 20px auto;
	padding: 0;
}
#sliderMain {
	position: relative;
	width: 740px;
	height: 410px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sliderMain > a {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}
#sliderBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	height: 410px;
	overflow: hidden;
}
#sliderBtn > ul li {
	margin-bottom: 10px;
}
#sliderBtn > ul li.last {
	margin-bottom: 0;
}
#slider_01 {
	display: block;
}
#slider_02,
#slider_03 {
	display: none;
}
#sliderBtn > ul li {
	position: relative;
	width: 230px;
	height: 130px;
}
#sliderBtn > ul li > a {
	display: block;
	background-color: #FFFFFF;
}
#sliderBtn > ul li > a > img {
	position: absolute;
	top: 0;
	left: 0;
}
#sBtn_01 > img.act,
#sBtn_02 > img.act,
#sBtn_03 > img.act {
	display: block;
}
#sBtn_01 > img.none,
#sBtn_02 > img.none,
#sBtn_03 > img.none {
	display: block;
}
#sBtn_01 > img.act,
#sBtn_02 > img.act,
#sBtn_03 > img.act {
	z-index: 9999;
}

/**********************
 bnr
**********************/
.bnr {
	margin: 0 0 20px;
}

/**********************
 news
**********************/
#news {
	width: 720px;
	margin: 0 auto;
	padding: 0 44px 28px 0;
	background: url(../img/news_bg.jpg) no-repeat 0 45px;
	position: relative;
}
#news h1 {
	padding-bottom: 30px;
}
.newsBtn {
	position: absolute;
	left: 579px;
	top: 25px;
}
.newsDate {
	height: 20px;
	padding: 0;
	line-height: 20px;
	color: #002B71;
	font-size: 16px;
}
#newsBox {
	padding: 0 0 7px 24px;
}
.newsTit {
	padding: 5px 0 4px 0;
	line-height: 22px;
	font-size: 16px;
	color: #00266C;
}
.newsTit span {
	padding-left: 25px;
	line-height: 22px;
	font-size: 16px;
	color: #00266C;
	background: url(../img/news_ico.png) no-repeat 0px 2px;
}
.newsTxt01 {
	padding: 5px 5px 0 0;
	line-height: 19px;
	color: #333;
	background: url(../img/news_bdr01.jpg) repeat-x top;
}
.newsImg01 {
	padding: 5px 10px 0 0;
	float: left;
}
.newsRead {
	padding-top: 5px;
	text-align: right;
	clear: both;
}
.newsRead a {
	color: #F60;
	text-decoration: underline;
}
.newsRead a:hover {
	color: #666;
}

/* clears */
.col-content:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/* Examples - Tiny Scrollbar */
#scrollbar1 {
	width: 678px;
	margin: 0 0 0 0;
}
#scrollbar1 .viewport {
	width: 640px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
#scrollbar1 .scrollbar{
	width: 21px;
	background: url(../img/slide_bg.png) no-repeat 0 0;
	position: relative;
	float: right;
}
#scrollbar1 .track {
	width: 21px;
	position: relative;
}
#scrollbar1 .thumb {
	width: 21px;
	margin: 12px 0;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	background: url(../img/slide_ico.jpg) repeat-y center;
}
#scrollbar1 .thumb .end {
	overflow: hidden;
	width: 21px;
}
#scrollbar1 .disable {
	display: none;
}
#newsTopicsList li {
	width: 640px;
	position: relative;
}

/**********************
 search
**********************/
#search {
	width: 720px;
	height: 140px;
	margin: 0 0 10px 0;
}
#search dl {
	float: left;
	width: 350px;
	height: 140px;
}
/*
#search dl:last-child {
	float: right;
}
*/
#search dl.search_right {
	float: right;
}

#search dl dt {
	margin: 0 0 5px 0;
}
#search dl dd {
	float: left;
	width: 110px; 
	margin: 0 0 0 0;
}
#search dl dd.search_center {
	margin: 0 10px;
}
#search dl dd:last-child {
	margin: 0;
}

/**********************
 top01
**********************/
#top01 {
	margin: 0 0 20px 0;
}
#top01 .inner {
	height: 404px;
	padding: 30px 0 0 18px;
	background: #DFBA81 url(../img/bg_top_01.png) no-repeat;
}
#top01 .more {
	height: 38px;
	padding: 4px 20px 4px 0;
	background: url(../img/bg_top_02.png) no-repeat;
	text-align: right;
}

/**********************
 top02
**********************/
#top02 {
	margin: 0 0 20px 0;
}
#top02 .inner {
	height: 404px;
	padding: 30px 0 0 18px;
	background: #DFBA81 url(../img/bg_top_01.png) no-repeat;
}
#top02 .more {
	height: 38px;
	padding: 4px 20px 4px 0;
	background: url(../img/bg_top_02.png) no-repeat;
	text-align: right;
}