@charset "Shift_JIS";

div.list{
	clear: both;
	width: 568px;
	border: 1px solid #CFCFCF;
	margin: 0 auto 10px;
	background-image: url(../../images/bg_list.gif);
	background-repeat: repeat-y;
}

div#sort{
	clear: both;
	width: 568px;
	display: block;
	margin: 0 auto 10px;
	background-image: url(../../images/bg_sort.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #009900;
}

div#sort:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

div#sort {
  min-height: 1px;
}

* html div#sort {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

div.sort_1{
	display: inline;
	float: left;
	margin: 0;
	padding: 6px;
	width: 120px;
	margin: 0 6px;
}

div.sort_2{
	display: inline;
	float: left;
	margin: 0;
	padding: 6px;
	width: 78px;
	margin: 0 6px;
}

div.sort_3{
	display: inline;
	float: left;
	margin: 0;
	padding: 6px;
	width: 66px;
	margin: 0 6px;
}

div.sort_4{
	display: inline;
	float: left;
	margin: 0;
	padding: 6px;
	width: 66px;
	margin: 0 6px;
}

div.sort_5{
	display: inline;
	float: left;
	margin: 0;
	padding: 6px;
	width: 60px;
	margin: 0 6px;
}

div.sort_6{
	display: inline;
	float: left;
	margin: 0;
	padding: 6px;
	width: 60px;
	margin: 0 6px;
}

div.sort_6 input{
	width: 60px;
	display: inline;
	float: left;
	margin: 6px 0 0 0;
}

.sort p{
	font-weight: bold;
	margin: 0 0 6px;
}

.sort select{
	border: 1px solid #CFCFCF;
	padding: 0 0 0 2px;
}

div.images{
	display: inline;
	float: left;
	width: 150px;
}

.images img{
	text-align: center;
	display: block;
	margin: 0 auto 6px;
}

table.list{
	float: right;
	width: 418px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CFCFCF;
	border-collapse: collapse;
	margin: 0 0 12px 0;
	display: inline;
}

.list th{
	text-align: center;
	padding: 4px;
	color: #FFFFFF;
	background-color: #fdad32;
	width: 60px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
}

.list td{
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
}

td.long{
	width: 358px;
}

td.icon{
}

td.half{
	width: 147px;
}

#search-box dd{
	font-weight: bold;
	display: block;!important
}
