@charset "utf-8";

/*============================================
 2009.0827
 map.css
============================================*/
body{
background:url(/about/img/bg_map.gif) top left repeat;
}
#map{
width:806px;
margin:0 auto;
}
#map p{
line-height:1.4em;
}
.mapTokyo{
background:url(/about/img/img_mapTokyo_01.gif) top left no-repeat;
width:740px;
height:930px;
margin-left:33px;
position:relative;
}
.mapMorioka{
background:url(/lab/img/img_mapMorioka_01.gif) top left no-repeat;
width:740px;
height:964px;
margin-left:33px;
position:relative;
}
#map h1{
position:absolute;
top:18px;
left:24px;
}
#map .printBtn{
position:absolute;
top:19px;
left:602px;
}
.mapTokyo .train{
position:absolute;
top:692px;
left:16px;
}
.mapTokyo .car{
position:absolute;
top:772px;
left:16px;
}
.mapMorioka .busMorioka{
position:absolute;
top:647px;
left:18px;
}
.mapMorioka .taxiMorioka{
position:absolute;
top:779px;
left:18px;
}
.mapMorioka .carMorioka{
position:absolute;
top:861px;
left:18px;
}
#map h2{
margin-bottom:4px;
}
#mapFooter{
background:url(/about/img/bg_map_bottom.gif) top left no-repeat;
width:704px;
height:60px;
margin:0 auto;
padding:50px 52px 15px 50px;
}
#mapFooterMorioka{
background:url(/about/img/bg_map_bottom.gif) top left no-repeat;
width:704px;
height:75px;
margin:0 auto;
padding:35px 52px 15px 50px;
}
#map h3{
margin-bottom:2px;
}
#mapFooter .closeBtn{
margin-top:15px;
}
#mapFooterMorioka .closeBtn{
margin-top:30px;
}
#mapFooterBottom{
clear:both;
width:704px;
}
#mapFooter .copyright{
color:#333333;
font-weight:bold;
font-size:10px;
float:right;
padding:15px 0 0 0;
}
#mapFooterMorioka .copyright{
color:#333333;
font-weight:bold;
font-size:10px;
float:right;
padding:11px 0 0 0;
}
.print{
display:none;
}
