body {
	width: 780px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	font-size: 1em;
}

#wrapper {
	width: 780px;
	height: auto;
	margin-top: 12px;
}
#contents {
	width: 540px;
	height: auto;
	float: left;
}
#side {
	width: 220px;
	height: auto;
	float: right;
}
.title_bar {
	width: 514px;
	height: 30px;
	background-image: url(/img/title_bar.gif);
	padding-top: 5px;
	padding-left: 24px;
	color: #fff;
}

#area_select {
	width: 540px;
	height: auto;
	margin-bottom: 0.4em;
}

#area_select a:link{
	text-decoration: none;
}
#area_select a:visited{
	text-decoration: none;
}
#area_select a:hover{
	text-decoration: underline;
}

#area_select li{
	width: 220px;
	height: 20px;
	background-color: #EFEFEF;
	background-image: url(/img/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	margin-bottom: 1px;
	padding-top: 6px;
	padding-left: 20px;
}

#ren-car {
	margin-top: 3px;
	margin-bottom: 1em;
}

#ren-car li {
	height: 49px;
	margin-bottom: 2px;
	clear: both;
}
.car-l {
	float: left;
	width: 49px;
	margin-right: 3px;
}
.car-r {
	float: left;
	width: 166px;
	padding-top: 3px;
}

#search_select {
	width: 540px;
	height: auto;
	margin-bottom: 1em;
}


#saiyasune {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 1em;
}

#saiyasune p{
	margin-bottom: 3px;
}

#saiyasune li{
	font-size: 1.1em;
	font-weight: bold;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	text-align: left;
}

#saiyasune li tt {
	font-family:Tahoma,verdana;
}

#saiyasune a:link{
	color: #CC0000;
	text-decoration: none;
}
#saiyasune a:visited{
	color: #CC0000;
	text-decoration: none;
}
#keyblock {
	padding: 6px;
	border: 1px solid #cccccc;
	line-height: 1.4em;
	margin-top: 1em;
}
#keyblock a{
	margin: 2px;
}

#yoyaku-box {
	width: 194px;
	margin: 6px;
	margin-bottom: 4px;
	text-align: left;
	line-height: 1.2em;
}
#yoyaku-list {
	margin-left: 6px;
	*margin-left: 1px;
	margin-bottom: 0.6em;
}
#yoyaku-list li{
	width: 197px;
	height: 23px;
	background-image: url(/img/list-box.gif);
	background-repeat: no-repeat;
	margin-bottom: 0.2em;
	text-align: left;
	padding-top: 7px;
}
#yoyaku-list a{
	margin-left: 28px;
}
#new p{
	float: left;
	margin: 0px;
	margin-right: 5px;
}
#new li{
	clear: both;
	margin-top: 2px;
	margin-bottom: 6px;
}

/*reset*/

ul {
	list-style: none;
}
.m1 {
	margin-bottom: 1em;
}

.m2 {
	margin-bottom: 2em;
}

.m3 {
	margin-bottom: 3em;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clear {
	clear: both;
}

/*reset*/
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote {  
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility:
	hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


