@charset "utf-8";
/* CSS Document */

@charset "UTF-8";

/*global reset
--------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
table { border-collapse: collapse; font-size:inherit; }
h1,h2,h3,h4,h5 { font-size:100%; line-height:1; }

/*common
--------------------------------------------*/

body {
	background: #FFF;
	text-align: left;
	display: block;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
}

embed {
	outline: none;
}

.opacity70:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#MapArea:after  {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}

/*MapArea
--------------------------------------------*/

.feeldset_map {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	display: block;
	width: 620px;
	margin: 0 auto;
	padding: 9px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
	background-color:#FFF;
}
.feeldset2 {
	font-size: 14px;
	text-align:center;
	display: block;
	width: 610px;
	margin: 20px auto 20px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
	background-color:#ffebeb;
}
.feeldset3 {
	font-size: 16px;
	text-align:center;
	display: block;
	width: 550px;
	margin: 10px auto 20px;
	padding: 9px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color:#ffebeb;
}
.feeldset4 {
	font-size: 12px;
	font-weight: normal;
	line-height:160%;
	text-align:left;
	display: block;
	width: 550px;
	margin: 10px auto 20px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}



#mapArea {
	background: #FFF;
	text-align: left;
}
.mapAreaInner {
	width: 680px;
	margin: 0 auto;
}

.mapAreaTitle {
	width: 680px;
	height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 10px;
	margin: 10px auto 15px;
	background-image:url(../img/n_head_map01.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.mapAreaInnerLeft {
	width: 220px;
	padding: 2px 0;
	float: left;
	text-align: left;
	display: block;
}

.mapAreaInnerRight {
	height: 95;
	float: right;
	display: block;
}
.stops {
  margin: 0 auto;
  padding: 0 auto;
}

dl.stops dt {
  clear: left;
  float: left;
  margin: 0 0 0.2em;
  width: 110px;
  border-bottom: solid 2px #FFF;
  padding: 5px 0;
  text-align:center;
  color: #000;
}

dl.stops dd {
  margin-bottom: 0.2em;
  border-bottom: solid 2px #FFF;
  padding: 5px 0;
  text-align:center;
}

.printmenu {
	width: 680px;
	margin: 10px auto 20px;
	text-align:center;
}



#mapArea p#copyright { margin:1em; padding-top:3px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color:#333; text-align:center; }
