@charset "utf-8";
/* CSS Document /osyaremap/css/index.css */




/*  salonlist  */

#salonlist {
	margin: 20px auto ;
	background-image: url(../images/logo_c_s.gif);
	background-position: center 58%;
	background-repeat: no-repeat;
}

#salonlist01,
#salonlist02,
#salonlist03 {
	width: 225px;
	margin: 0 10px 0 0;
	float: left;
}

#salonlist04 {
	width: 225px;
	margin: 0 0 0 0;
	float: left;
}


#salonlist li {
	color: #333;
	line-height: 1.4;
	font-size: 76%;
	text-align: left;
	margin-bottom: 12px;
	padding: 10px 5px 5px 10px;
	border: solid 4px #ccc;
	width: 200px;
	height: 55px;
}

#salonlist li a {
	color: #333;
	text-decoration: none;
	width: 200px;
	height: 55px;
	display: block;
}

#salonlist li a:hover {
	color: #ccc;
}




/*  mapArea  */


#mapArea {
	text-align: left;
}

#mapArea h2 {

}

#mapArea p {
	color: #333;
	line-height: 1.5;
	font-size: 84%;
	clear: both;
	margin: 30px 0 0 0;

}

#mapArea iframe {
	width: 932px;
	height: 400px;
	margin: 20px 0 80px;
	border: solid 4px #ccc;
}








