@charset "utf-8";
html, body, div, h2, h3, p, ul, li {
	padding: 0;
	margin: 0;
}
h1, hr {
	display: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	background: url(/global/img/map-bg.png) repeat-x 0 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
.wrapper {
	position: relative;
	width: 992px;
	padding: 0;
	margin: 0 auto;
}
.header #lang {
	z-index: 10;
	list-style: none;
	position: absolute;
	top: 0;
	right: 15px;
	width: 237px;
	padding: 0 0 6px 4px;
	background: url(/global/img/lang.png) no-repeat 0 100%;
}
.header #lang li {
	overflow: hidden;
	float: left;
	width: 116px;
	height: 34px;
	margin: 0 1px 0 0;
}
.header #lang li a,
.header #lang li em {
	display: block;
	padding-top: 34px;
	background: #ffffff url(/global/img/lang.png) no-repeat;
}
.header #lang li#lang-ja a {
	background-position: -4px 0;
}
.header #lang li#lang-ja em {
	background-position: -4px -34px;
}
.header #lang li#lang-en a {
	background-position: -121px 0;
}
.header #lang li#lang-en em {
	background-position: -121px -34px;
}
.header #lang li a:hover {
	background-color: #245ba7;
}
.image-map {
	position: relative;
}
.image-map .image {/*
	display: none;*/
	position: absolute;
	z-index: 1;
}
.image-map .map {
  list-style: none;
  position: relative;
	z-index: 2;
	width: 100%;
	height: 572px;
	font-size: 1.0em;/*
	background: url(/global/img/map.png) no-repeat 0 0;*/
}
.image-map .map .area {
  position: absolute;
	text-align: center;
	width: 87px;
}
.image-map .map .site {
  position: absolute;
	overflow: hidden;
	width: 111px;
	height: 111px;
}
* html .image-map .map .site {
	height: 110px;
}

/* 配置 (地図の幅は 992px) */
.image-map .map .site#site-ja {
	top: 243px;
	left: 444px;
}
.image-map .map .site#site-en {
	top: 177px;
	left: 648px;
}
.image-map .map .area#area-japan {
	top: 210px;
	left: 390px;
}
.image-map .map .area#area-usa {
	top: 230px;
	left: 740px;
}
.image-map .map .area#area-europe {
	top: 175px;
	left: 60px;
}
.image-map .map .area#area-asia {
	top: 250px;
	left: 310px;
}
.image-map .map .area#area-mideast {
	top: 240px;
	left: 160px;
}

/* ロールオーバー (オレンジ) */
.image-map .map .area a {
  display: block;
	height: 19px;
	padding-bottom: 63px;
	background: url(/global/img/area.png) no-repeat 50% 19px;
}
.image-map .map .area a:hover {
	background-position: 50% -63px;
}
* html .image-map .map .area a:hover {
}

/* ロールオーバー (ブルー) */
.image-map .map .site a {
  display: block;
	padding-top: 112px;
	background: url(/global/img/site.png) no-repeat;
}
#ja .image-map .map .site#site-ja a { background-position:    0   0; }
#ja .image-map .map .site#site-en a { background-position: -111px 0; }
#en .image-map .map .site#site-ja a { background-position: -222px 0; }
#en .image-map .map .site#site-en a { background-position: -333px 0; }
#ja .image-map .map .site#site-ja a:hover { background-position:    0   -111px; }
#ja .image-map .map .site#site-en a:hover { background-position: -111px -111px; }
#en .image-map .map .site#site-ja a:hover { background-position: -222px -111px; }
#en .image-map .map .site#site-en a:hover { background-position: -333px -111px; }
* html #ja .image-map .map .site#site-ja a:hover { background-position:    0   -110px; }
* html #ja .image-map .map .site#site-en a:hover { background-position: -111px -110px; }
* html #en .image-map .map .site#site-ja a:hover { background-position: -222px -110px; }
* html #en .image-map .map .site#site-en a:hover { background-position: -333px -110px; }


.footer {
	position: relative;
}
.footer .inquiry {
	position: absolute;
	top: 16px;
	left: 28px;
}
.footer .inquiry a {
	float: left;
}
.footer .inquiry a:hover {
	background: #2456a7;
}
.footer .copy {
	text-align: center;
}

/* facebox */
#facebox .b {
  background:url(/common/img/facebox-b.png);
}
#facebox .tl {
  background:url(/common/img/facebox-tl.png);
}
#facebox .tr {
  background:url(/common/img/facebox-tr.png);
}
#facebox .bl {
  background:url(/common/img/facebox-bl.png);
}
#facebox .br {
  background:url(/common/img/facebox-br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background:url(/common/img/facebox-b.png);
	color: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {/*
  border-top: 1px solid #DDDDDD;*/
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html #facebox .b,
* html #facebox .tl,
* html #facebox .tr,
* html #facebox .bl,
* html #facebox .br,
* html #facebox .body {
  background:url(/common/img/facebox-b.gif);
}

/* facebox content */
#facebox .content {
	height: 400px;
	overflow: auto;
}
#facebox .content div {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #c0c0c0;
}
#facebox .content a {
	color: #ffffff;
}
#facebox .content a:hover {
	color: #e0e0e0;
}
#facebox .content .photo {
	float: left;
	margin: 0 10px 0 0;
}
#facebox .content .tel {
	clear: left;
}
#facebox .content h2 {
	font-size: 1.3em;
	margin: 0 0 0.4em;
	font-weight: bold;
}
#facebox .content p {
	font-size: 1.3em;
}
