@charset "utf-8";

@import url("../../../common/style/element.css");
@import url("../../../common/style/layout.css");
@import url("../../style/localnavi.css");

/*
--------------------------------------------------------------
	CSS for Praking System
--------------------------------------------------------------
*/


/*
-------------------------------------
	OverRide
-------------------------------------
*/

#GlobalNavi .Wrapper ul li.NaviParkingSystem a {
	background-position: 0px -54px;
}

#Contents .Wrapper .PageTitle {
	padding: 0px 0px 10px;
}

.LocalNavi {
	background: url(../img/bg_localnavi.gif) no-repeat;
}

.LocalNavi ul li.LocalNaviResult a {
	background-position: 0px -68px;
}

.LocalNavi ul li.LocalNaviResult a:hover {
	background-position: 0px -68px;
}



/*
-------------------------------------
	ParkingSystem
-------------------------------------
*/

.ParkingSystem {}

.ParkingSystem .PageTitle {
}

.ParkingSystem .PageTitle h2 {
	background: url(../../img/ttl_pagetitle_h2.gif) no-repeat;
	height: 80px;
	font-size: 1px;
	text-indent: -9999px;
}


/*
-------------------------------------
	ResultData
-------------------------------------
*/

.ResultData {
}

.ResultData .Left h3 {
	background: url(../img/ttl_resultdata_h3.gif) no-repeat;
	height: 52px;
	font-size: 1px;
	text-indent: -9999px;
}

.ResultData .Right table {
	width: 100%;
}

.ResultData .Right table th {
	width: 150px;
	font-size:14px;
	color: #09C;
	text-align: left;
	font-weight: normal;
	padding: 5px 0px;
	border-bottom: 1px solid #DDD;
}

.ResultData .Right table td {
	font-size: 14px;
	color: #666;
	padding: 5px 0px;
	border-bottom: 1px solid #DDD;
}

.ResultData .Right p {
	font-size: 11px;
	color: #09C;
	text-align: right;
	margin: 5px 0px 0px;
}
