@charset "UTF-8";
/* CSS Document */

/*-------------------------*/
/* Page                    */
/*-------------------------*/

#page{
	width:758px;
	height:558px;
	background-image: url(../img/ricrut_page.png);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}




/*-------------------------*/
/* Map                     */
/*-------------------------*/
#map{
width:758px;
height:558px;
background:url(../img/map.jpg);	
position:relative;
}
#address{
position:absolute;
left:500px;
top:157px;
font-size:12px;
line-height:1.5em;
}
#access{
position:absolute;
left:500px;
top:248px;
font-size:12px;
line-height:1.5em;
}
#googlemap{
position:absolute;
left:500px;
top:458px;
font-size:12px;
line-height:1.5em;
}
#googlemap a{
background:url(../img/ic_1.png) no-repeat 0 40% ;	
padding-left:15px;
color:#00a0e9;
}
#googlemap a:hover{
text-decoration:none;
}



/*-------------------------*/
/* Coming                  */
/*-------------------------*/
#comingsoon{
width:758px;
height:558px;
background:url(../img/coming_soon.jpg);	
}
