@charset "Shift_JIS";

/*アッパータイトル*/
#Upper{
	width: 940px;
	padding-top: 10px;
}
#Upper h1{
	float: left;
	width: 235px;
	font-size: 130%;
	font-weight: bold;
	background-image: url(images/result_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 30px;
	padding-left: 10px;
	display: block;
	padding-bottom: 5px;
}
#Upper p{
	float: left;
	width: 200px;
	display: block;
	padding-top: 5px;
}
#Upper ul{
	float: right;
	display: block;
	padding-top: 5px;
	margin-right: 10px;
	margin-top: 5px;
}
#Upper ul li{
	border: 1px solid #ECECEC;
	height: 1em;
	width: 1em;
	text-align: center;
	display: inline;
	background-color: #FAFAFA;
	margin-left: 5px;
	padding: 0px;
}
#Upper ul li a{
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #ECECEC;
}
#Upper ul li a:hover{
	color: #FFF;
	background-color: #666;
}
#Upper ul li em{
	font-weight: bold;
	text-decoration: none;
}
#Upper strong{
	font-size: 160%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #F30;
	line-height: 1.6em;
}
.view{
	width: 940px;
	font-size: 12px;
	text-align: right;
	color: #666;
	line-height: 12px;
}
.view a img{
	margin-left:8px;
	padding: 0px;
}

/*パネル*/
#Panel{
	width: 910px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../search/images/panel_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 160px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Panel input,
#Panel select{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
}
#Panel p{
	font-size: 90%;
	margin-bottom: 5px;
	color: #060;
}
#Panel table{
	font-size: 12px;
}
#Panel table td{
	height: 20px;
	padding-top: 0px;
	padding-bottom: 2px;
}
#Panel div.areas{
	float: left;
	padding: 1px;
}

#Panel div.types{
	float: left;
	margin-left: 20px;
	padding: 1px;
	width: 200px;
}
#Panel div.styles{
	float: left;
	padding: 1px;
	margin-left: 20px;
}

/*検索結果*　サムネイル*/
#ResultPanel{
	width: 920px;
	margin-bottom: 10px;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
#ResultPanel h2{
	clear: both;
	padding-top: 9px;
	margin-bottom: 5px;
	font-size: 110%;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#ResultPanel .panelbox{
	width: 208px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;
	background-color: #FFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #E8E8E8;
}

#ResultPanel .panelbox .imgbox{
	float: left;
	height: 80px;
	width: 70px;
	padding: 0px;
	margin-right: 8px;
}
#ResultPanel .panelbox .imgbox img{
	height: 52px;
	width: 70px;
}
#ResultPanel .panelbox .infoarea{
	float: right;
	width: 130px;
	padding-top: 0px;
}
#ResultPanel .panelbox .chk{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
	width: 130px;
}
#ResultPanel .panelbox .area{
	display: block;
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#ResultPanel .panelbox .type{
	margin-bottom: 4px;
	font-size: 95%;
	float: left;
}
#ResultPanel .panelbox .plan{
	float: right;
	text-align: right;
}
#ResultPanel .panelbox .fee{
	color: #F30;
	font-size: 110%;
	float: right;
	margin: 0px;
	text-align: right;
	font-weight: bold;
}
#ResultPanel .panelbox p{
	display: block;
	font-size: 90%;
	color: #444;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
	width: 205px;
}
#ResultPanel .panelbox ul{
	list-style-type: none;
	width: 205px;
	height: 14px;
	clear: both;
}
#ResultPanel .panelbox ul li{
	height: 1em;
	width: 1em;
	margin-right: 5px;
	margin-bottom: 0px;
	text-indent: -9999px;
	line-height: 1em;
	float: left;
	display: block;
}

/*IE6FIX*/
#ResultPanel .listend{
	line-height: 0px;
	float: left;
	width: 1px;
	font-size: 1px;
	height: 1px;
}
/**/
/*検索結果*　リスト*/
#ResultList{
	width: 910px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F6F6F6;
}
#ResultList h2{
	clear: both;
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 110%;
	color: #333;
}
#ResultList table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-left-color: #E8E8E8;
	width: 910px;
	background-color: #FFF;
}
#ResultList table th{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #060;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	color: #FFF;
	font-size: 90%;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.4em;
}
#ResultList table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 95%;
	line-height: 1.5em;
}
#ResultList table td strong{
	font-size: 110%;
	color: #F30;
	font-weight: bold;
}
#ResultList table td img{}
#ResultList table td ul{}
#ResultList table td ul li{
	display: block;
	float: left;
	height: 14px;
	width: 14px;
	margin-right: 10px;
	text-indent: -9999px;
}
.Btnarea{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
