div.clDivDotSpa {
	width: 590px;
	height: 5px;
	border-bottom: dotted #808080 1px;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
}
/*news*/
#news { 
	clear: both;
	font-size: 13px;
	width: 595px;
	margin: 10px 0px 20px 0px;
}
#news dl {
	padding: 0px 0px 0px 10px;
}
/* IE7 Hack */
*:first-child+html #news dl {
	padding-bottom: 30px;
}
#news dt { 
	float: left;
	clear: both;
	width: 105px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#news dd {
    text-indent: -1.3em;
	padding: 10px 10px 5px 170px;
	border-bottom: dotted #C0C0C0 1px;
}

/* 1総合案内 2路線バス 3高速バス 4貸切バス 5定期観光 */
#news dd.info1 {
	background: url(../news-icon/news-01.gif) no-repeat 100px 13px;
}
#news dd.info2 { 
	background: url(../news-icon/news-02.gif) no-repeat 100px 13px;
}
#news dd.info3 { 
	background: url(../news-icon/news-03.gif) no-repeat 100px 13px;
}
#news dd.info4 { 
	background: url(../news-icon/news-04.gif) no-repeat 100px 13px;
}
#news dd.info5 { 
	background: url(../news-icon/news-05.gif) no-repeat 100px 13px;
}
#news dd.info6 { 
	background: url(../news-icon/news-06.gif) no-repeat 100px 13px;
}
#news dd.info9 { 
	background: url(../news-icon/news-09.gif) no-repeat 100px 13px;
}

/* 表示領域全体 */
div.tabbox {
 width: 600px;
	padding: 0px;
	margin: 0 0 20px 0;
}

/* タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
 display: block;
 width: 113px;
 float: left;
 font-size: 1.2em;
 margin: 0px 1px 0px 0px;
 padding: 3px;
 text-align: center;
 text-decoration: none;
}
p.tabs a.tab1 {background: url(../news-icon/tab-1.gif);color: #fff;border-bottom: 1px dotted #C0C0C0;}
p.tabs a.tab2 {background: url(../news-icon/tab-2.gif);color: #fff;border-bottom: 1px dotted #C0C0C0;}
p.tabs a.tab3 {background: url(../news-icon/tab-3.gif);color: #fff;border-bottom: 1px dotted #C0C0C0;}
p.tabs a.tab4 {background: url(../news-icon/tab-4.gif);color: #fff;border-bottom: 1px dotted #C0C0C0;}
p.tabs a.tab5 {background: url(../news-icon/tab-5.gif);color: #fff;border-bottom: 1px dotted #C0C0C0;}
p.tabs a.tab6 {background: url(../news-icon/tab-6.gif);color: #fff;border-bottom: 1px dotted #C0C0C0;}
p.tabs a.tab9 {background: url(../news-icon/tab-9.gif);color: #fff;border-bottom: 1px dotted #C0C0C0;}
p.tabs a:hover {
  color: #404040;
	background-image: url(../news-icon/tab-0.gif);
}

a.Current-menu {
  color: #404040;
	background-image: url(../news-icon/tab-0.gif);
	border-bottom: solid #fff 1px;
}
/* タブ中身のボックス */
div.tab {
 clear: left;
	border-left: 1px dotted #C0C0C0;
	border-right: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
}
/* IE7 Hack */
*:first-child+html div.tab {
	margin-top: -10px;
}

div#tab1 {}
div#tab2 {}
div#tab3 {}
div#tab4 {}
div#tab5 {}
div#tab6 {}
div#tab9 {}
div.tab { margin: 0; }

/* パンくずリスト */
ul.clUlBread {
	list-style: none;
	float: left;
/*	height: 20px;  */
	margin: 0px 6px 4px 0px;
}

.clUlBread li {
	float: left;
	white-space: nowrap;
	background: url(../img/bc-arrow.gif) no-repeat center left;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #999999;
	padding-left: 10px;
	margin-right: 10px;
}

.clUlBread li a{
	font-weight:normal;
}
/* ページの先頭へ */
div.clDivToplink {
	width: 110px;
	height: 32px;
	float: right;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
}
.clDivToplink a,.clDivToplink a:link,.clDivToplink a:active,.clDivToplink a:visited {
	width: 110px;
	height: 32px;
	text-decoration: none;
	line-height: 32px;
	background-image: url(../img/gototop.png);
	background-repeat: no-repeat;
  background-position: 0px 0px;
	display: block;
	padding-left: 35px;
	font-size: 12px;
}
.clDivToplink a:hover {
	text-decoration: underline;
	background-image: url(../img/gototop.png);
	background-repeat: no-repeat;
  background-position: 0px -32px;
}
/* 
-----------------------------
  add 2013.09.25
-----------------------------
*/
ul.topnews {
	font-size: 14px;
	margin-left: 16px;
	margin-bottom: 20px;
	list-style: none;
}
.topnews li {
	line-height: 2em;
	border-bottom: dotted #999999 1px;
	padding-left: 14px;
	background: url(../img/bc-arrow.gif) no-repeat center left;

}
.topnews img {
	margin-left: 8px;
	margin-right: 8px;
}

.topnews a {
	padding-left: 20px;
}
.topnews a.new {
	background: url(../img/new.gif) no-repeat center left;
	padding-left: 42px;
	margin-left: 6px;
}
