﻿@charset "UTF-8";

/* CSS Information ========================================
File name: access.css
Date 2012.01.07 new
======================================================= */
#main {
	position:relative;
	line-height:2.2em;
}

#map {
	position:absolute;
	top:36px;
}

p#address_ja {
	position:absolute;
	top:68px;
//	left:621px;
}

p#address_en {
	position:absolute;
	top:190px;
//	left:621px;

}

#google_map {
	position:absolute;
	top:328px;
//	left:621px;
	width:65px;
	height:17px;
	text-indent:-9999px;
	background:url('../image/access/btn_google_map_on.jpg') no-repeat;
}
#google_map a{
	display:block;
	background:url('../image/access/btn_google_map.jpg') no-repeat;
	width:65px;
	height:17px;
}

#main #google_map a:hover {
	background-image: none !important; /* ロールオーバー時に背景画像を隠す */
}

#main p {
	width:400px;
}