@charset "utf-8";
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/layout.css");
/*
---------------------------------------------------------
shared style
---------------------------------------------------------
*/
#access { }

/* reset table */
#access table,
#access td,
#access th {
	padding: 0px;
	margin: 0px;
	border: none;
}

/*
---------------------------------------------------------
access & map
---------------------------------------------------------
*/
#access {
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 45px;
}

#access h1 {
	margin-bottom: 35px;
}

#access h2 {
	padding-bottom: 5px;
}

#access h3 {
	width: 11em;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1;
	background-color: #003399;
	background-image: url(../../access/img/i_train.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

#access div.access ul {
	padding-bottom: 2em;
}

#access .access ul li {
	list-style-type: none;
	padding-left: 25px;
	background-image: url(../../access/img/arrow.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

#access .caution {
	margin-bottom: 10px;
	color: #003399;
}

#access .qr {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#access .qrbg {
	background-image: url(../img/bg_dot.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

