﻿.header_bg 
{
    background:URL("../../NewImage/Header/HeaderBG.png") repeat-x;
    width:600px;
}


.lblTitle
{
    margin-left: 10px;
    margin-right: 10px;
    padding: 3px;
    /*border-left: solid 5px #FF6200;
    font-size: large;*/
    font-weight: bold;
    font-family: Verdana;
}
    
.shopHr
{
    background-image:URL("../../NewImage/bot_B_h.gif");
    width:840px;
    margin:8px auto 10px auto;
    height:1px;
    background-repeat:repeat;
    overflow:hidden;
}

/*五十音検索用*/
.gyoucaption
{
    margin-left:10px;
}

.lnkGyou
{
    font-size:large;
    font-weight: bold;
}

.lnkTop
{
    float:right;
    padding-right:20px;
    margin-bottom:10px;  
}

/*フリーワード検索用*/
.FreeSearch
{
    width:150px;
    margin-left:20px;
    padding-bottom:10px;
}

.lblFreeSearch
{
    font-family: Verdana;
    font-weight: bold;
    font-size:medium;
    padding:5px;
    border-left:solid 5px #FF6200;
    margin-bottom:5px;
}

.btnSearch
{
    padding: 3px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF4500;
    text-decoration: none;
    width:115px;
}

.txtFreeSearch
{
    font-size:12px;
	background:#fff;
	padding:3px;
	color:#777;
	border: 1px solid #666666;
	width:140px;
	margin-bottom:5px;
}

.SearchTitle
{
   font-family: Verdana;
   font-size:larger;
   font-weight:bold;  
}

.OnemoreSearch
{
    width:800;
    margin:0 auto;    
}

/*.searchword 
{
    background-color: yellow
}*/



/*ListView内の子要素に指定*/

.lblCount
{
     color:#006400;
     margin-left:10px;
     font-weight:bold;
}

.lvShopContent
{
    width:850px;
    margin:0px auto;
}

.Shopcell
{
    width: 402px;
    height: 140px;
    margin:0px;
    background-color:#F5FAE6;   
}

/*リスト中身*/
.shoptitle
{
    font-family: Verdana;
    font-weight: bold;
}

.shoptitle:hover
{
    font-family: Verdana;
    font-weight: bold;
}
    
.shopruby
{
    font-family: Verdana;
    font-size: xx-small;
     font-weight:lighter;
     color:#000099;
}

.shopcategory
{
    font-family: Verdana;
     font-weight:lighter;
}

.shopsubcategory
{  
    font-family: Verdana;
     font-weight:lighter;
}

.shoparea
{    
    font-family: Verdana;
}

.copy
{
    width:380px;
    float:left;   
}

.shopcopy
{
    color: #666666;    
    font-family: Verdana;
    font-weight: bolder;
    margin:5px 0px 0px 5px;
    float:left;
}

.shopimg
{
    width:80px;
    margin:3px 10px 0px 10px;
    float:left;
}
/*ここまで*/



