@charset "utf-8";

/* Location */
    .location {background-color:#877784;}

    .location h1{
    	margin:0 0 50px 0; 
    	padding:0px 0 0px;
    	background-color:blue;
    }
    .location .map{
    	background:url(../img/image/location/location_bg.png) no-repeat;
    	height:406px; 
    	margin:10px 0 0 80px; 
    	position:relative; 
    	width:872px;
    }
    .location .map .cloud_left{ 
    	background:url(../img/image/location/location_cloud_left.png) no-repeat; 
    	display:block; 
    	height:105px; 
    	position:absolute; 
    	top:15px;left:-65px; 
    	width:163px;z-index:2000; 
    }
    .location .map .cloud_right{ 
    	background:url(../img/image/location/location_cloud_right.png) no-repeat;  
    	display:block; 
    	height:102px; 
    	position:absolute; 
    	top:270px; right:-60px; 
    	width:163px; 
    	z-index:2000;
    }