@charset "utf-8";

/* access 
--------------------------------- */
/*UI tabs*/
.ui-tabs-nav {
	list-style: none;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border-right: none;
	zoom:1;
}
.ui-tabs-nav li a {
	display: block;
	height: 46px;
	background: url(../../access/traffic/images/tab_c01.jpg) no-repeat 0 0;
	text-indent: -9999px;
	zoom:1;
}

.ui-tabs-nav li.tabs-01 a {
	background-image: url(../../access/traffic/images/tab_c01.jpg);
}
.ui-tabs-nav li.tabs-01 {
	background-image: url(../../access/traffic/images/tab_c01on.jpg);
}

.ui-tabs-nav li.tabs-02 a {
	background-image: url(../../access/traffic/images/tab_c02.jpg);
	
}
.ui-tabs-nav li.tabs-02 {
	background-image: url(../../access/traffic/images/tab_c02on.jpg);
}

.ui-tabs-nav li.tabs-03 a {
	background-image: url(../../access/traffic/images/tab_c03.jpg);
	
}
.ui-tabs-nav li.tabs-03 {
	background-image: url(../../access/traffic/images/tab_c03on.jpg);
}

.ui-tabs-nav li.tabs-04 a {
	background-image: url(../../access/traffic/images/tab_c04.jpg);
}
.ui-tabs-nav li.tabs-04 {
	background-image: url(../../access/traffic/images/tab_c04on.jpg);
}

@media print {
* html .ui-tabs-nav li.tabs-04 {
	margin-left: -1px;
}
}
.ui-tabs-nav li.tabs-05 a {
	background-image: url(../../access/traffic/images/tab_b01.jpg);
	
}
.ui-tabs-nav li.tabs-05 {
	background-image: url(../../access/traffic/images/tab_b01on.jpg);
}

.ui-tabs-nav li.tabs-06 a {
	background-image: url(../../access/traffic/images/tab_b02.jpg);
	
}
.ui-tabs-nav li.tabs-06 {
	background-image: url(../../access/traffic/images/tab_b02on.jpg);
}

.ui-tabs-nav li a:hover,
.ui-tabs-nav li.ui-tabs-selected a {
	background-image: none;
}

.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	cursor: default;
}
.ui-tabs-panel {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	clear:left;
	color: #333333;
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
	;
}

/*  car tabs
---------------------------------------------------------------------------- */
.map-block {
	margin-bottom: 20px;
	border: solid 1px #CCCCCC;
}

#tabs01 h3,
#tabs02 h3 {
	font-weight: bold;
	padding-top: 20px;
}

#tabs01 {
	width: 624px;
}

#tabs01 .tab-list {
	width: 624px;
	overflow: hidden;
}

#tabs01 .tab-list ul {
	width: 628px;
	margin-right: -4px;
}

#tabs01 .tab-list ul li {
	display: block;
	width: 400px;
	height: 46px;
	margin-right: 4px;
}

#tabs01 .tab-list ul li a {
	width: 400px;
}

#tabs01 p.route-text {
	width: 604px;
	margin: 0 auto;
	padding-top: 17px;
	padding-bottom: 10px;
}

#tabs01 p.route-image {
	width: 604px;
	margin: 0 auto;
	padding-bottom: 10px;
}

/*  bus tabs
---------------------------------------------------------------------------- */
#tabs02 {
	width: 624px;
}

#tabs02 .tab-list {
	width: 624px;
	overflow: hidden;
}

#tabs02 .tab-list ul {
	width: 628px;
	margin-right: -4px;
}

#tabs02 .tab-list ul li {
	display: block;
	width: 310px;
	height: 46px;
	margin-right: 4px;
}

#tabs02 .tab-list ul li a {
	width: 310px;
}

#tabs02 p.route-text {
	width: 604px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 10px;
}

#tabs02 p.route-image {
	width: 604px;
	margin: 0 auto;
	padding-bottom: 10px;
}




/*	.print-preview 	*/
.print-preview {
	width: 9em;
	margin: 0 auto;
	color: #336699;
	text-decoration: underline;
	cursor: pointer;
	display: none;
}
.print-preview.hover {
	color: #0066ff;
	text-decoration: none;
	cursor: pointer;
}
@media print {
.print-preview {
	display:none !important;
}
}



/*	clearfix 
------------------------------------------	*/
.contents-wrap:after,
.wrap-block:after,
.news-block:after,
.news-block dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contents-wrap,
.wrap-block,
.news-block,
.news-block dl  {
 zoom: 1;
}

 
 
 
