@charset "UTF-8";

#courtwrapper {
	position: relative;
	background-color:#ffffff;
	height:400px;
}
#courtmenuwrapper {
	position: absolute;
	top:-5px;
	left:5%;
	width:90%;
	height:58px;
//	border:ridge 1px #BDE1E7;
}
.courtmenusubwrapper {
    position: relative;
	float:left;
	margin-top:5px;
	margin-left:3px;
	width:68px;
	height:26px;
	background-repeat: no-repeat;
	background-image: url("../images/base_01.jpg");
//	border:ridge 1px #BDE1E7;
}

.court_poss {
	position: relative;
	top:60px;
	left:5%;
	width:90%;
	border:ridge 1px #BDE1E7;
	height:300px;
}
.court_name {
	position: absolute;
	margin: 0 auto;
	top:5px;
	left:10px;
//	border:ridge 2px #BDE1E7;
}
.court_surface {
	position: absolute;
	top:25px;
	left:10px;
//	border:ridge 2px #BDE1E7;
}
.court_post {
	position: absolute;
	top:45px;
	left:10px;
//	border:ridge 2px #BDE1E7;
}
.court_adreess {
	position: absolute;
	top:45px;
	left:100px;
//	border:ridge 2px #BDE1E7;
}
.court_tel {
	position: absolute;
	top:65px;
	left:10px;
//	border:ridge 2px #BDE1E7;
}
.court_map {
	position: absolute;
	top:0px;
	right:0px;
	width:50%
	border:ridge 2px #BDE1E7;
//	height:300px;
}
