﻿@charset "UTF-8";

/*タイトル*/

#title{
	width:984px;
	overflow : hidden;
	margin-top:15px;
	padding-top:15px;
	background: url("../images/title_gold_top.jpg") no-repeat;	
}

#title .titleinner{
	width:984px;
	overflow : hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	background: url("../images/title_gold_bottom.jpg") no-repeat bottom;
}

#title .titleinner h1{
	width:984px;
	line-height:1.5em;
	font-weight: normal;
	font-size:20px;
	text-align:center;
}
/*ショップリスト*/

#shoplist {
	text-align:left;
	margin-bottom:20px;

}

#shoplist a {
	color:#fff;
}

#shoplist h2 {
	font-size:85%;
	color:#970F00;
	margin-top:15px;
	margin-bottom:10px;
}

#shoplist table {
	width:450px;
	font-size:70%;
	border-collapse:collapse;
	border-spacing:0;
	color:#fff;
}

#shoplist table tr td {
	padding:5px 3px;
}

#shoplist table .hei {
	width:180px;
	padding-right:15px;

}

#shoplist table .shop {
	width:155px;
	margin-right:30px;
}

#shoplist table .bg {
	background-color:#260609;
}

#shoplist #left {
	display:inline;
	float:left;
	width:450px;
	margin-top:10px;
	margin-left:25px;
}

#container p{
	text-align:left;
	font-size:70%;
	margin:10px 0 0 25px;
	color:#fff;
}

#shoplist #right {
	float:left;
	width:450px;
	margin-top:10px;
	margin-left:25px;
}

