@charset "utf-8";
html {
	overflow-y:scroll;
}

body {
	background:#fff;
	font-family:Verdana, Geneva, sans-serif;
}

/*------------------------------------
	reset
------------------------------------*/
p {
	margin:0;
	font-size:76%;
}


#wrapper {
	width:659px;
	margin:0 auto;
	background: url(../win-img/vr-line.gif) repeat-y 440px 0;
}

#wrapper:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*-------------------------------
	店舗基本情報
--------------------------------*/
#shop_info {
	float:left;
	width:440px;
}


/*---------------------------------
	左側テキスト情報
-----------------------------------*/
#basic_info {
	float:left;
	width:190px;
}

#basic_info:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*-------------------------------
	店舗カテゴリー
-----------------------------------*/
p#category {
	margin-bottom:8px;
}

/*-------------------------------
	店舗小カテゴリー
-----------------------------------*/

p#sub_category {
	font-size:60%;
}


/*-------------------------------
	店舗名
-----------------------------------*/
h1 {
	font-size:76%;
	margin:5px 0 8px 0;
}

/*-------------------------------
	電話番号
-----------------------------------*/
p#tel {
	margin-bottom:3px;
}
/*-------------------------------
	営業時間
-----------------------------------*/
p#time {
	margin-bottom:3px;
}
/*-------------------------------
	オフィシャルサイトへのリンク
-----------------------------------*/
p#url {
	margin-bottom:10px;
}

p#url a img {
	border:none;
}

p#url a:hover {
	background-position: 0 -20px ;
}

/*-------------------------------
	リンク
-----------------------------------*/
ul#link {
	clear:both;
	width:440px;
	margin:0 0 10px 0;
	padding:0;
	font-size:80%;
	list-style:none;
}

ul#link:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


ul#link li {
	float:left;
	padding-right:1em;
	white-space: nowrap;
}

ul#link li a {
	padding-left:25px;
}


/*	E-mail会員募集中
-----------------------------------*/
ul#link li#e-mail {
	background:url(../win-img/ico-mail.gif) no-repeat 0% center;
}
/*	お客さま感謝デー
-----------------------------------*/
ul#link li#kansha-day {
	background:url(../win-img/ico-kansha_day.gif) no-repeat 0% center;
}
/*	キャンペーン
-----------------------------------*/
ul#link li#campaign {
	background:url(../win-img/ico-campaign.gif) no-repeat 0% center;
}
/*	採用情報
-----------------------------------*/
ul#link li#recruit {
	background:url(../win-img/ico-recruit.gif) no-repeat 0% center;
}
/*	Webクーポン
-----------------------------------*/
ul#link li#coupon {
	background:url(../win-img/ico-coupon.gif) no-repeat 0% center;
}

/*	ワオン
-----------------------------------*/
ul#link li#waon{
	background:url(../win-img/ico-waon.gif) no-repeat 0% center;
}


/*-------------------------------
	セールスポイント
-----------------------------------*/
div#sales_point {
	clear:both;
	width:440px;
	padding:8px 0;
	background:url(../win-img/hr-line.gif) repeat-x 0% 0%;
}

div#sales_point p {
	padding:5px;
}

/*-------------------------------
	専門店詳細ページ
-----------------------------------*/
p#detail_page a img {
	border:none;
	padding-top:10px;
}


/*-------------------------------
	店舗ロゴ
--------------------------------*/
p#logo {
	float:right;
	width:250px;
	padding-top:16px;
	text-align:center;
	margin-bottom:8px;
}

/*-------------------------------
	外観画像
--------------------------------*/
p#exteria {
	float:right;
	width:219px;
	text-align:center;
}





