@charset "utf-8";
/* CSS Document */



#con_01 {
	width: 400px;
	float: left;
}

#con_01 dl {
	margin: 10px 0px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

#con_01 dd {
	font-size: 116%;
	padding-top: 5px;
}

#con_01 img {
           margin-bottom: 5px;
}

h2.shop {
	width: 400px;
	height: 27px;
	background: url(../img/h2_shoplist.gif) no-repeat top left;
	text-indent: -9999px;
}


h2.ginfo {
	width: 400px;
	height: 27px;
	background: url(../img/h2_info.gif) no-repeat top left;
	text-indent: -9999px;
	margin-top: 10px;
}


#con_02 {
	width: 175px;
	float: right;
	font-size: 100%;
}

#con_02 div.side_contents {
	width: 175px;
	background: url(../img/side_bg.gif) repeat-y top left;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	text-align: center;
}

#con_02 p {
	text-indent: -9999px;
	height: 23px;
	margin: 0px;
	padding: 0px;
}

#con_02 p.rental {
	background: url(../img/side_rental.gif) no-repeat top left;
}

#con_02 p.trial {
	background: url(../img/side_trial.gif) no-repeat top left;
}

#con_02 p.plaza {
	background: url(../img/side_plaza.gif) no-repeat top left;
}

#con_02 p.service {
	background: url(../img/side_service.gif) no-repeat top left;
}

#con_02 p.wash {
	background: url(../img/side_wash.gif) no-repeat top left;
}

#con_02 div.side_contents_inner {
	background-color: #FFF;
	padding: 8px 0px;
	margin: 2px 10px 0px 10px;
	color: #333;
	font-weight: bold;
	font-size: 91%;
}

