* {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	color: #000;
	line-height: 150%;
}

a:link,
a:visited,
a:active {
	color: #b00;
	text-decoration: none;
}
a:hover {
	color: #b00;
	text-decoration: underline;
}

#wrapper {
	width: 502px;
	margin: 20px auto;
	text-align: left;
}

#title {
	margin-bottom: 20px;
}

#language {
	text-align: right;
	margin: 10px 0;
	font-size: 10px;
	font-weight: bold;
}

#map {
	margin-bottom: 10px;
}

#map img {
	border: 1px solid #000;
}

#adrress {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 21px;
}

.access_sub {
	border-bottom: 1px dashed #000;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 12px;
	margin-bottom: 5px;
}
.access_txt {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

#mobile {
	margin-bottom: 20px;
}

#mobile img {
	border: 2px solid #ccc;
	float: left;
	margin-right: 10px;
}


#print {
	text-align: center;
	padding: 10px 0;
	clear: both;
}

