@charset "UTF-8";
/* CSS Document */


/* 検索ページ用
............................................................... */
div#search_table{  
	overflow:hidden; 
	margin:0 auto;
	height:auto;  
	width:600px;  
}  
div#search_table div{
	float:left;  
/*	padding-bottom:32767px;  
	margin-bottom:-32767px;
*/
}
.list_table{
	margin:1px;
	padding:1px;
	display:block;
	width:290px;
	float:left;
	border-top:solid 1px #CCC;
}

/* サブカテゴリ一覧
............................................................... */
.header_category{
	margin-left:3px;
}
.header_category li{
	float:left;
	font-size:70%;
	width:139px;
	height:1.5em;
	border:1px solid #CCC;
	padding:3px;
	margin:0 1px 2px;
	overflow:hidden;
}
.header_category li a{
	width:139px;
	display:block;
}
.header_category li a:hover{
	width:139px;
	display:block;
}


/* IE6 css fixer v0.95: Fri, 01 Jul 2011 03:00:03 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html div#search_table div,
* html .list_table,
* html .header_category li {display:inline;}

/* fix negative margins */
* html div#search_table div {position:relative; zoom:1;}

/* add zoom:1 to overflow:hidden */
* html div#search_table div {zoom:1;}

/* add overflow:visible to (submit) buttons */
 * html input, * html button {overflow:visible;}