@CHARSET "utf-8";

/* 店舗固有CSS
----------------------------*/
body {
	background-color:#ffffff;
}

div#container {
	background-image:url(../../images/shop/1/sideshadow.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

/* センター背景画像 */
div#shopinfo {
	background-image:url(../../images/shop/1/backimg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* What's NEWタイトル用カラー */
div#newstitle div.titletext {
	color:#849c6c;
}

/* What's NEW日付バックカラー */
div#whatsnewlist div.newsdate {
	background-color:#849c6c;
}

/* 紹介文段落カラーと配置 */
div#introduce p {
	text-indent:-99999px;
}

/* 店舗基本情報の配置（左からの位置） */
div#shopinformation {
	margin-left:360px;
	padding-bottom:20px;
	width:200px;
	text-indent:-99999px;
}

div#shopinformation p {
	text-indent:-99999px;
}

div#brandlist p.brandlistname {
	background-color:#efefef;
}

div#brandlist p.brandlistname a{
	text-decoration:none;
}

div#brandlist p.brandlistname a:hover{
	text-decoration:underline;
}

div#shopinfo {
	margin-left:6px;
}
