<!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -->
#search{
	background-color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
}

/*フォントサイズ設定*/

.font_lrg{
	font-size: 14px;
}
.font_sml{
	font-size: 11px;
}

/*total*/

#total{
	background-image: url(/_data/images/search/total.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 110px;
	height: 22px;
	line-height: 22px;
	clear: both;
}
#total img{
	vertical-align: middle;
}

#category img{
	vertical-align: middle;
	margin-right: 10px;
}

/*list*/

#search .list{
	/*background-image: url(/_data/images/list_bg.jpg);*/
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
#search .list p{
	margin: 0px;
	padding: 0px;
}
#search .list h3{
	background-image: url(/_data/images/home/div_ttl_bg.jpg);
	border: 1px solid #CCCCCC;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	clear: both;
}
#search .list h3 strong{
	font-weight: lighter;
}
#search .list .cm1{/*cm1*/
	font-weight: bold;
	color: #003399;
	margin-bottom: 5px;
}
#search .list .name{/*宿名*/
	font-weight: bold;
	margin-bottom: 5px;
}
#search .list a.toid {/*リンク*/
	background-image: url(/_data/images/search/to_id.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 130px;
	margin-right: 3px;
	height: 28px;
	line-height: 28px;
}
.list .address{/*住所*/
	color: green;
	margin-bottom: 10px;
}
.list .address img{
	vertical-align: middle;
}
#search .list .comment{/*コメント*/
	margin-bottom: 5px;
}
#search .list .keyword{
	color: #669966;
	line-height: 15px;
	background-image: url(/_data/images/search/keyword_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#search .list .keyword span{/*左余白はspanで設定*/
	padding-left: 60px;
}
#search .list .photo{
	margin: 3px;
	padding: 5px;
	float: right;
	border: 1px solid #666666;
}

/*op設定*/

#search #op table{
	border: 1px solid #999999;
}
#search #op th{
	font-size: 11px;
	padding: 7px;
	background-color: #EEEEEE;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 0.2em;
}
#search #op td{
	font-size: 11px;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 0.2em;
}
#search #op strong{
	font-weight: lighter;
}
#search #op_cnt{
	background-image: url(/_data/images/search/op.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 110px;
	height: 22px;
	line-height: 22px;
	clear: both;
}
