@charset "euc-jp";

@import "../css/style.css";

a img{
	border:none;
}

#wrapper{
	width: 880px;
	height: auto;
	padding: 0px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#main{
	width: 880px;
	height: 317px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contents {
	width: 880px;
	margin: 0px auto;
	overflow: hidden;
}

#search_bt{
	width: 214px;
	height: 30px;
	margin-left: 75px;
	padding-top: 240px;
}

	
#search_bt ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#search_bt li{
	float: left;
}

.search_bt_link{
	border: none;
	height: 30px;
	width: 214px;
	display:block;
	background-image: url(../images/search_bt.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}


*html body #left_container {
	width: 200px;
	height: 955px;
	margin-top: 0px;
	padding-left: 10px;
	float: left;
	clear:both
}


#left_container{
	width: 200px;
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
	float: left;
	clear:both
}

*html body #right_container {
	width: 660px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}


#right_container{
	width: 660px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}

#special_select_title{
	width: 660px;
	height: 34px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#special_select{
	width: 660px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.select_category {
	width: 48%;
}

.select_category_text {
	width: 40%;
	padding: 5px;
	border-bottom: 1px dotted #333333;
}

.object{
	width: 180px;
	height: 300px;
	float: left;
}

.object_image{
	width: 137px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.object_coment{
	width: 140px;
	height: 100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;

}

.coment{
	width: 140px;
	height: 33px;
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: dotted #999999 1px;
}

.station{
	width: 140px;
	height: 33px;
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: dotted #999999 1px;
}

.distance{
	width: 140px;
	height: 17px;
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: dotted #999999 1px;
}

.rent{
	width: 140px;
	height: 17px;
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
}

#category_select_title{
	width: 540px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.banner1{
	width: 266px;
	height: 45px;
	float: left;
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.banner2{
	width: 266px;
	height: 45px;
	float: left;
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.banner3{
	width: 266px;
	height: 45px;
	float: left;
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	border:none;
}

.banner4{
	width: 266px;
	height: 45px;
	float: left;
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.banner5{
	width: 266px;
	height: 45px;
	float: left;
	margin-top: 8px;
	padding-left: 2px;
	padding-right: 3px;
}

.banner6{
	width: 266px;
	height: 45px;
	float: left;
	margin-top: 8px;
	padding-left: 2px;
	padding-right: 3px;
}

.card_banner { 
	width: 538px;
	height: 60px;
	margin: 10px 3px 0px;
	padding-top: 10px;
	clear: both;
}

h1{
	display:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2{
	display:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h3{
	display:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
table{
 	border-top:1px solid #000000;  
    	border-left:1px solid #000000;
    	border-collapse:collapse;
    	border-spacing:0;
    	background-color:#ffffff;
    	empty-cells:show;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
}


th{
    	border-right:1px solid #000000;
    	border-bottom:1px solid #000000;
    	background-color:#FFFFFF;
    	background-position:left top;
    	padding:0.3em 1em;
    	text-align:center;
}

td{
    	border-right:1px solid #000000;
    	border-bottom:1px solid #000000;
    	padding:0.3em 1em;
}

td.detail_title{
	background-color:#1A178A;
}
td.detail_option{
	background-color:#EEFAFD;
}


