/* CSS Document */


@import url("base.css");
@import url("contents.css");

/*
div#goodsSearch
	_div#pankuzu[contents.css]
	div#pagetitle
	_div#categoryMenu[contents.css]
	_div#search[contents.css]
	_div#configMenu[contents.css]
	div#goodsSearchList
		div.kyoto
		div.cloth
		div.eat
		div.life
		div.cloth
		div.community
		div.helth
		div.present
	_div#pageTop[contents.css]
*/





/*-----------------------------------------------------
ĄĄĄGOODS SEARCH
-----------------------------------------------------*/
div#goodsSearch{
width:800px;
padding:10px 0 20px 0;
}

div#pageTitle h1{
background-image:url("../images/goods_search_title.gif");
background-repeat:no-repeat;
width:800px;
height:27px;
text-indent:-9999px;
padding:0 0 15px 0;
}


/*-----------------------
GOODS SEARCH LIST
-----------------------*/
div#goodsSearchList{
clear:both;
}

div#goodsSearchList div.kyoto{
background-image:url("../images/goods_search_md01.gif");
background-repeat:no-repeat;
padding:0 0 0 63px;
margin:0 0 10px 0;
}
div#goodsSearchList div.cloth{
background-image:url("../images/goods_search_md02.gif");
background-repeat:no-repeat;
padding:0 0 0 63px;
margin:0 0 10px 0;
}
div#goodsSearchList div.eat{
background-image:url("../images/goods_search_md03.gif");
background-repeat:no-repeat;
padding:0 0 0 63px;
margin:0 0 10px 0;
}
div#goodsSearchList div.life{
background-image:url("../images/goods_search_md04.gif");
background-repeat:no-repeat;
padding:0 0 0 63px;
margin:0 0 10px 0;
}
div#goodsSearchList div.community{
background-image:url("../images/goods_search_md05.gif");
background-repeat:no-repeat;
padding:0 0 0 63px;
margin:0 0 10px 0;
}
div#goodsSearchList div.helth{
background-image:url("../images/goods_search_md06.gif");
background-repeat:no-repeat;
padding:0 0 0 63px;
margin:0 0 10px 0;
}
div#goodsSearchList div.present{
background-image:url("../images/goods_search_md07.gif");
background-repeat:no-repeat;
padding:0 0 0 63px;
margin:0 0 10px 0;
}

/**/
div#goodsSearchList table{
border-collapse:collapse;
background-image:url("../images/goods_search_tdbg.gif");
background-repeat:repeat-y;
}
div#goodsSearchList th{
width:95px;
padding:8px 5px 8px 5px;
text-align:left;
vertical-align:top;
background-image:url("../images/dotline01.gif");
background-repeat:repeat-x;
background-position:bottom;
color:#4f1f1f;
font-size:90%;
font-weight:bold;
line-height:120%;
border-left:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}
div#goodsSearchList td{
width:618px;
padding:8px 5px 8px 5px;
background-image:url("../images/dotline01.gif");
background-repeat:repeat-x;
background-position:bottom;
background-color:#f6f6f6;
border-left:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}
div#goodsSearchList td dl{
clear:both;
}
div#goodsSearchList td dt{
width:206px;
float:left;
}
div#goodsSearchList td dd{
width:206px;
float:left;
}
div#goodsSearchList td dt a,
div#goodsSearchList td dd a{
display:block;
background-image:url("../images/ind01.gif");
background-repeat:no-repeat;
background-position:0 5px;
padding:0 0 0 10px;
font-size:90%;
}
