/* default space between tabs */
.selected{
}
.yui-navset-top .yui-nav li, .yui-navset-bottom .yui-nav li {
	padding: 0px;
	margin: 0px;
	color: #333333;
	text-align: center;
}

.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin-bottom:0.5em; /* vertical tabs */
}

.yui-navset .yui-nav li em { padding:.5em; } /* default tab padding */

/* ====== navi layout ====== */

/* text hidden */
.yui-nav a {
	visibility: hidden;
}

/* navigation bg */
.yui-nav #all {
	background: url(../images/map/b_all.jpg) no-repeat;
	height: 38px;
	width: 131px;
}
.caption {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.yui-nav #train {
	background: url(../images/map/b_train.jpg) no-repeat;
	height: 38px;
	width: 124px;
}
.yui-nav #shinkansen {
	background: url(../images/map/b_shinkansen.jpg) no-repeat;
	height: 38px;
	width: 123px;
}
.yui-nav #air {
	background: url(../images/map/b_air.jpg) no-repeat;
	height: 38px;
	width: 132px;
}

/* ------ selected ------ */
.yui-nav #all.selected {
	background: url(../images/map/b_all_f2.jpg) no-repeat;
}
.yui-nav #train.selected {
	background: url(../images/map/b_train_f2.jpg) no-repeat;
}
.yui-nav #shinkansen.selected {
	background: url(../images/map/b_shinkansen_f2.jpg) no-repeat;
}
.yui-nav #air.selected {
	background: url(../images/map/b_air_f2.jpg) no-repeat;
}

/* default width for side tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { width:6em; }
.yui-navset-left { padding-left:6em; } /* map to nav width */
.yui-navset-right { padding-right:6em; } /* ditto */

/* core */

.yui-nav, .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}
.yui-navset li em { font-style:normal; }

.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}

.yui-navset .yui-content { zoom:1; }
.yui-content{
	margin-bottom: 30px;
}
.yui-navset-top .yui-nav li, .yui-navset-bottom .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
}

.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

.yui-navset .yui-nav li a {
    display:block;
    zoom:1;
}

.yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a {
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
}

.yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Op border bug) */
}

.yui-navset .yui-nav li a em { display:block; }

/* position left and right oriented tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { position:absolute; z-index:1; }
.yui-navset-left .yui-nav { left:0; }
.yui-navset-right .yui-nav { right:0; }


/*========================== layout ===============================*/

h1{
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* 車or公共交通切り替えボタン */
.btn_table {
	margin-left: 20px;
}
