@charset "utf-8";

/* アクセス[access.html]を記述しています */

/* レイアウトを記述しています */

#main {
	display: block;
	width: 798px;
	height: 603px;
	padding: 0px 0px 17px 162px;
	background-image: url(../common/img/sub_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#container {
	display: block;
	width: 698px;
	height: 467px;
	padding: 125px 50px 0px 50px;
}

p.txt {
	padding: 0px 2px;
}

/* ページタイトル */

h2#main_ttl {
	display: block;
	width: 58px;
	height: 16px;
	margin-bottom: 40px;
	background-image: url(../img/access_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* googleマップの埋め込み */

p#map {
	display: block;
	text-align: right;
	float: right;
}

iframe {
	border: 1px solid #999;
	_border: none;
	margin-bottom: 5px;
}

/* プリントボタン */

p#print_btn {
	display: block;
	width: 90px;
	height: 18px;
	background-image: url(../img/map_print_btn_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p#print_btn a {
	display: block;
	width: 90px;
	height: 18px;
}

p#print_btn a:hover {
	display: block;
	width: 90px;
	height: 18px;
	background-image: url(../img/map_print_btn_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


