@charset "utf-8";
#search {
	background-color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
}
#Left {
	float: left;
	width: 770px;
	margin-right: 20px;
}
#Right {
	float: left;
	width: 190px;
}
#Right ol {
	margin: 0px;
	padding: 0px;
}
#Right li {
	list-style: none;
	margin-bottom: 10px;
}
.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;
	margin-bottom: 10px;
}
#total img {
	vertical-align: middle;
}
#category img {
	vertical-align: middle;
	margin-right: 10px;
}
.list {
	margin-bottom: 30px;
	padding: 0px;
}
.list h3 {
	font-size: 14px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-left: 5px solid #39F;
}
.list .cm1 {
	font-size: 14px;
	color: #FFF;
	background: #39F;
	padding: 5px;
	margin-bottom: 5px;
}
.list .cm1 strong {
	color: #FFF;
}
.list .name {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.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 {
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.list .comment {
	margin-bottom: 5px;
}
.list .keyword {
	color: #669966;
	line-height: 15px;
	background-image: url(/_data/images/search/keyword_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
}
.list .keyword span {/*左余白はspanで設定*/
	padding-left: 60px;
}
.list .photo {
	margin: 3px;
	padding: 5px;
	float: right;
	border: 1px solid #666666;
}
.list .photo img {
	height: 120px;
	width: 160px;
}
/*#op table {
	border: 1px solid #999999;
}
#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;
}
#op td {
	font-size: 11px;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 0.2em;
}*/
#op strong {
	font-weight: lighter;
}
#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;
}

