/* shop_search/index.html
____________________________________________________ */

/* shop serch */
div#top_shop{
background:url(../images/top_shop_bg.jpg) no-repeat top;
width:650px;
min-height:238px;
padding:0 0 10px 0;
}

div#top_shop div#top_shopflash{
float:left;
width:448px;
height:238px;
}

div#top_shop div#top_shop_txtarea{
float:left;
background:url(../images/top_shop_rbg.gif) right no-repeat;
width:190px;
height:238px;
padding:0 12px 0 0;
}

* html div#top_shop div#top_shop_txtarea{
float:left;
background:url(../images/top_shop_rbg.gif) right no-repeat;
width:185px;
height:238px;
padding:0 12px 0 0;
}

div#top_shop div#top_shop_txtarea ul{
width:170px;
padding:45px 0 0 15px;
}

div#top_shop div#top_shop_txtarea ul li{
background: url(../images/top_shop_listimg.gif) left no-repeat;
width:150px;
padding:2px 0 2px 15px;
}

/* shop serch result*/
div#ssearch_box{
width:650px;
margin:20px 0 10px 0;
}

div#ssearch_box h1{
width:620px;
padding:15px;
border:#0066b2 1px solid;
background:#f5f5f5;
color:#0066b2;
font-weight:bold;
}

div#ssearch_resultlist{
width:630px;
/*overflow:auto;*/	/* add ishikawa@8 */
overflow:hidden;	/* add ishikawa@8 */
padding:10px;
border-bottom:#0066b2 1px solid;
}

div#ssearch_resultlist p{
float:left;
background:url(../shop_search/images/ssearch_arrow.gif) no-repeat left;
padding-left:18px;
margin:0 15px 0 0;
}



/* shop serch result*/

div.ssearch_re_shopbox{
clear:both;
width:650px;
height:98px;	/* add ishikawa@8 */
}

div.ssearch_shopp{
float:left;
width:112px;
margin:0 10px 10px 0;
}

div.ssearch_specbox{
float:left;
width:528px;
margin:0 0 10px 0;
}

div.ssearch_specbox div.ssearch_specbox01{
width:528px;
height:27px;
padding-bottom:4px;
border-bottom:dotted 1px #999;
}

div.ssearch_specbox div.ssearch_specbox01 p.ssearch_shoplogo{
float:left;
width:73px;
height:27px;
}

div.ssearch_specbox div.ssearch_specbox01 p.ssearch_shopname{
float:left;
width:409px;
margin:0 0 0 10px;
padding:2px 0 2px 18px;
background:url(../shop_search/images/ssearch_arrow2.gif) no-repeat left;
}

div.ssearch_specbox div.ssearch_specbox02{
width:528px;
padding:4px 0;
}

div.ssearch_specbox div.ssearch_specbox02 p.ssearch_specbox_ltxt{
float:left;
width:300px;
}

div.ssearch_specbox div.ssearch_specbox02 p.ssearch_specbox_rtxt{
float:left;
width:200px;
padding-left:10px;
}




/* shop_search/detail.html
____________________________________________________ */
/* result*/
div#ssearchr_theme{
width:650px;
height:140px;
margin-bottom:20px;
}

div#ssearchr_photo{
width:650px;
height:240px;
margin-bottom:20px;
}

div#ssearchr_photo p.left{
float:left;
}

div#ssearchr_photo p.right{
float:right;
}

div#ssearchr_specbox{
width:650px;
}

div#ssearchr_specbox div#ssearchr_spec{
float:left;
width:320px;
}

div#ssearchr_specbox div#ssearchr_spec div#ssearchr_spectitle{
width:320px;
height:33px;
padding-bottom:5px;
border-bottom:dotted 1px #999;
}

div#ssearchr_specbox div#ssearchr_spec div#ssearchr_spectitle p.ssearchr_spectxt{
padding:8px 0 0 10px;
}

div#ssearchr_specbox div#ssearchr_spec div#ssearchr_spectitle p{
float:left;
}

div#ssearchr_specbox div#ssearchr_spec table{
clear:both;
}

div#ssearchr_specbox div#ssearchr_spec table th{
padding:4px 0 5px 0;
border-bottom:dotted 1px #999;
}

div#ssearchr_specbox div#ssearchr_spec table td{
padding:4px 0 5px 0;
border-bottom:dotted 1px #999;
}

div#ssearchr_comment{
clear:both;
width:650px;
padding:15px 0;
}

div#ssearchr_specbox div#ssearchr_map{
float:left;
width:320px;
height:200px;
margin-left:10px;
}

div#ssearchr_btnlink{
width:585px;
height:30px;
margin:10px 35px 20px 30px;
}

div#ssearchr_btnlink p{
float:left;
width:185px;
height:30px;
padding-left:10px;
}


/* 091116 ADD */
p#ssearchr_price{
margin-bottom:10px;
}

table#ssearchr_price-hyo{
width:650px;
margin-bottom:20px;
border-top:1px dotted #999;
}

table#ssearchr_price-hyo th{
width:160px;
padding:3px 10px;
border-bottom:1px dotted #999;
background:#f0f0f0;
}

table#ssearchr_price-hyo td{
width:75px;
padding:3px 10px 3px 10px;
text-align:right;
border-bottom:1px dotted #999;
}




































