/***********************************************/
/*                                             */
/*       CSS file For 高円寺BLUE SKY           */
/*           FileName: access.css              */
/*             data:2012/03/09                 */
/*                                             */
/***********************************************/

#Main {
	width: 100%;
	background: -moz-linear-gradient(top, #5bcaff 50%, #00acff); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #5bcaff),color-stop(0, #00acff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff')";
}


.main_bg {
	width: 100%;
	background: url("../img/bg/main_bg.gif");
}


.main_image {
	width: 960px;
	height: 470px;
	margin: 0 auto;
	background: url("../img/bg/access_main_bg.png");
}


#Map {
	width: 600px;
	height: 410px;
	padding-top: 10px;
}



/*----------------- Contents ------------------*/

#contents {
	width: 960px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}


.mapLeft {
	width: 145px;
	height: 170px;
	margin-bottom: 20px;
	padding: 30px 0 0 325px;
	float: left;
	background: url("../img/map/map01.png");
}


.mapRight {
	width: 145px;
	height: 170px;
	margin-bottom: 20px;
	padding: 30px 0 0 325px;
	background: url("../img/map/map02.png");
	float: right;
}


.map2Left {
	width: 145px;
	height: 170px;
	padding: 30px 0 0 325px;
	float: left;
	background: url("../img/map/map03.png");
}


.mapTxt {
	width: 125px;
	height: 160px;
	font-weight: bold;
	font-size: 13px;
}