@charset "Shift_JIS";
/*******************************************************************************
*
* </guide/css/tokyo.css>
*
*******************************************************************************/

/*
========================================
  Monorail Guide
========================================
*/
/*
----------------------------------------
  Common
----------------------------------------
*/
.body .content h3.tokyoh3 {
	background: none;
	padding: 0;
	margin:0;
}
.body .content .route {
	list-style: none;
	width: 260px;
	min-height: 311px;
	_height: 311px;
	text-align: center;
	margin: 3px 0 0;
	padding: 0;
}
.body .content .route li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
.body .content .route li img {
	vertical-align: top;
}

.body .content .route li.linkar {
	background:url(../img/img_station_map.gif) no-repeat;
	width:  240px;
	height: 31px;
	margin: 0 0 5px 5px;
	line-height: 1.1;
	font-size: 77%;
}

.body .content .route li.linksq {
	background:url(../img/img_station_map.gif) no-repeat;
	width:  260px;
	margin: 0 0 5px;
	background: #b8cdeb;
	padding: 3px 0;
	line-height: 1.1;
	font-size: 77%;
}
.body .content .route li.linksq a,
.body .content .route li.linkar a {
	background: url(../../../common/img/icon_arw_c_r_blue_gray.gif) 0 1px no-repeat;
	color: #000000;
	padding: 0 0 0 13px;
}


.body .content .routfoot {
	background: url(../img/line_dashed.gif) repeat-x;
	padding: 0;
	margin: 0;
	width: 260px;
}

.body .content #maplayout .double_col {
	border: 1px solid #e2e4e1;
	padding: 0 4px 4px;
}

.body .content .yamanote_line {
	margin: 16px 0 9px 0;
	text-align: center;
}


