@charset "utf-8";

/* ----------------------

css for : store info (jp) 

------------------------- */

body#index div#nav {
	height: 692px;
	background: url("../images/nav_bg.jpg") no-repeat;
}

div#content {
	height: 692px;
	background: url("../images/content_bg.jpg") no-repeat;
}

.text {
	padding: 230px 30px 0 0;
	font-size: 10px;
	line-height: 1.6;
	font-family: sans-serif;
}

div#map {
	width: 306px;
	float: right;
}

div#map .qr {
	padding: 10px;
	border: 2px solid #eee;
}

div#map .qr p {
	float: left;
	width: 180px;
}

div#map .qr img {
	float: right;
	margin-left: 10px;
	border: 1px solid #ccc;
}

.qr:after { content:"."; display:block; clear:both; height:0; font-size:0; visibility:hidden; }
	/* Hides from IE-mac \*/
	* html .qr {height: 1%;}
	/* End hide from IE-mac */
	*+html body .qr {height: 1%;}

dl#address {
	font-size: 12px;
}

dl#address dt {
	width: 4em;
	float: left;
}

dl#address dd {
	margin-left: 4em;
}

dl#address dd a{
	color:#006666;
}

dl#address dd a:hover,a:active {
	color:#66cccc;
}

dl#address dd a:visited{
	color:#666633;
}

dl#time {
	background: url("../images/time_bg_dl.gif") no-repeat;
	margin: 15px 0;
}

dl#time dt {
	padding: 1em 2em 0;
}

dl#time dd {
	padding: 0 2em 1em;
	background: url("../images/time_bg_dd.gif") left bottom no-repeat;
}

p#station {
	background: url("../images/bg_line.gif") repeat-x;
	width: 369px;
	margin-top: 80px;
	padding-top: 1em;
	font-weight: bold;
	
}

div#content ul {
	list-style: disc outside;
	margin: 0 0 30px 1.5em;
}

