@charset "UTF-8";


/****************/
/*-- タイトル --*/
/****************/
/*
 * @アクセス用タイトル
 */
#contents_common_l h3{
	background		:	url("../access/img/title.gif") no-repeat;
}


#contents_common_l h4{
	height			:	25px;
	border-bottom	:	1px solid #666;
	margin-top		:	30px;
	clear			:	both;
}


#contents_common_l a{
	color			:	#333;
}


#contents_common_l img{
	border			:	1px solid #aaa;
	margin			:	0;
}


/********************/
/*-- サブタイトル --*/
/********************/
/*
 * @アクセス用サブタイトル
 */
#contents_common_l h4#title_train{
	background		:	url("../access/img/title_train.gif") no-repeat;
}


#contents_common_l h4#title_car{
	background		:	url("../access/img/title_car.gif") no-repeat;
}


#contents_common_l h4#title_parking{
	background		:	url("../access/img/title_parking.gif") no-repeat;
}


#contents_common_l h4#title_other{
	background		:	url("../access/img/title_other.gif") no-repeat;
}


#contents_common_l h4#exp_txt{
	background		:	url("../access/img/exp_tx.gif") no-repeat;
	margin			:	0 0 10px 0;
	padding			:	0;
	border			:	none;
}


/******************/
/*-- 地図＋説明 --*/
/******************/
/*
 * @地図枠
 * @各沿線からの文字色
 */
#map_exp{
	width			:	100%;
	margin			:	auto;
}


#map_exp h5{
	font-size		:	120%;
	margin			:	35px 0 3px 0;
	border-bottom	:	1px solid #666;
}


#map_exp p{
	text-align		:	left;
	margin-top		:	0;
	margin-left		:	10px;
}


#map_exp #jr{
	color			:	#c00;
}


#map_exp #meitetsu{
	color			:	#0223ee;
}


#map_exp #kintetsu{
	color			:	#880303;
}


#map_exp #subway{
	color			:	#F2D951;
	background:#000;
}


#map_exp #bus{
	color			:	#5a2987;
}


#map_exp .def{
	color			:	#c00;
}


#map_exp dl{
	margin			:	10px 0 0 10px;
	border			:	1px dashed #999;
	padding			:	5px;
	background		:	#eee;
}


#map_exp dt{
	font-size		:	95%;
	font-weight		:	bold;
}


#map_exp dd{
	margin			:	0 0 0 20px;
}


/********************/
/*-- リンクリスト --*/
/********************/
/*
 * @他ページリンクリスト
 */
ul#link_list{
	list-style		:	none;
	margin			:	0 auto;
	padding			:	0;
	width			:	600px;
	height			:	50px;
}


#link_list li{
	float			:	left;
	display			:	inline;
	padding			:	0 30px 0 0;
	font-weight		:	bold;
	width			:	170px;
	text-align		:	center;
}


#link_list li a{
	text-decoration	:	none;
	border-bottom	:	1px solid #416EA6;
	color			:	#666;
}


#link_list li#on a{
	color			:	#000;
	text-decoration	:	none;
	border-bottom	:	2px solid #416EA6;
	padding			:	0;
}
