@charset "utf-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
ul,ol { list-style:none; }
img { border:0; }
a:link, a:visited, a:active { text-decoration: none; }

html,body {
	/*overflow:hidden;*/
	overflow-x:hidden;
}
a:link {
	text-decoration:underline;
}
#Maps a:hover {
	color:#f5b450;
}

/* Maps */
#Maps {
	font-size:12px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	color:#333333;
}

#Maps #Wrapper{
	width:785px;
}

#Maps #Wrapper #header{
	border-bottom:solid 1px #cccccc;
}

#Maps a {
	color: #265CFF;
}

#Maps a:hover {
	color: #265CFF;
	text-decoration: none;
}

#Maps h1{
	font-size:14px;
	color:#112e8b;
	width:auto;
	height:35px;
	margin:15px 20px 10px 20px;
	padding:6px 0px 0px 12px;
	background-image: url(../images/maps_stitle.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
}

#Maps h2 {
	font-size: 20px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 0;
	margin: 40px 0 30px 0;
}

#Maps p {
	font-size: 15px;
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
}

#Maps ul.chirashiList {
	width: 636px;
/*	text-align: center;*/
}

#Maps ul.chirashiList li {
	font-size: 15px;
	font-weight: bold;
}



#Maps #main{
	/*overflow:hidden;*/
	width:auto;
	margin:0px 20px 15px 20px;
}

#Maps #infoarea{
	clear: both;
	font-size:11px;
	width:auto;
	margin:0px 20px 10px 20px;
	padding:0px;
}

#Maps #infoarea dd{
	width: 656px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
/*
#Maps #closeButton{
	width:auto;
	margin:0px 20px 20px 20px;
	text-align:center;
}
*/

#Maps #copy{
	border-top:solid 1px #cccccc;
	padding:0;
	text-align:center;
	font-size:90%;
}

/* printarea */

#printarea{
	width:500px;
	height:26px;
	margin-bottom:4px;
}

#printarea a{
	text-align: left;
	text-indent: -9999px;
	width: 121px;
	height: 26px;
	background: url(/shop/maps/images/print.gif) no-repeat 0 0;
	display: block;
}

#printarea a:hover{
	background-position: 0px -26px;
}

@media print{
	#printarea{
		visibility:hidden;
	}
}

/* close */

#closeButton{
	width: 100%;
	text-align:center;
}

#closeButton a{
	margin:0 auto 20px auto;
	text-align: left;
	text-indent: -9999px;
	width: 86px;
	height: 26px;
	background: url(../images/close.gif) no-repeat 0 0;
	display: block;
	outline: 0;
}

#closeButton a:hover{
	background-position: 0px -26px;
}
