@charset "utf-8";

/*********************************************************************/

#mainImg{
	background:url(../../images/mainImg.jpg) no-repeat;
	}

/***********************/
	
#contents ul{
	margin:0px;
	margin-top:20px;
	}

/***********************/
#contents ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#contents ul{display:inline-block;} 
* html #contents ul{height:1%;}
#contents ul{display:block;}
/***********************/

#contents ul li ul{
	margin:0;
	}

#contents ul li#higashi_osaka{
	float:left;
	width:300px;
	width:270px;
	margin-left:20px;
	}

#contents ul li#tennouji{
float:right;
	width:300px;
	width:270px;
	margin-right:20px;
	}

#contents h4{
	line-height:24px;
	background:#eee;
	font-size:14px;
	font-weight:bold;
	padding:0 6px;
	margin-bottom:20px;
	border-top:double 3px #FFCC00;
	border-bottom:double 3px #FFCC00;
	}

#contents h5,
#contents h6{
	font-weight:bold;
	margin-top:1em;
	}

#map{
	clear:both;
	width:620px;
	width:560px;
	height:620px;
	height:560px;
	margin:20px auto;
	border:solid 1px #999;
	}