@charset "shift_jis";

/* =====基本タグの再定義===== */
body,img,div,p,a,ul,li,dl,dt,dd,table,tbody,tr,td,th{
	margin:0;
	padding:0;
}
html{
	min-width:520px;
	margin-bottom:1px;
	height:100%;
}
img{
	border:none;
}
a img{
	border:none;
}
ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* =====フォント===== */
body{
	font-family:"Verdana","Helvetica",sans-serif;
	font-size:100%;
	line-height:100%;
	color:#666;
}
a {
	text-decoration:underline;
}
a:link {
	color:#39c;
}
a:visited {
	color:#39c;
}
a:hover {
}
a:active {
	text-decoration:none;
}

/* =====本体===== */
body{
	background:#fffff6;
	text-align:center;
}
div#allWrap{
	text-align:left;
	margin:0 auto;
	width:483px;
}
h1,h3{
	display:block;
	font-size:100%;
	margin:0;
	padding:0;
}
h1{
	text-align:right;
	padding-bottom:8px;
}
dl#main dt img{
	vertical-align:bottom;
	padding:0 6px 0 0;
	margin-top:-8px;
}
dl#main dt{
	background: url(/shop_img/ebisugawa/hr.png) no-repeat 100% 100%;
	padding-bottom:5px;
	font-size:94%;
	font-weight:700;
}
dd{
	clear:both;
	width:483px;
}
p.shopImg{
	text-align:center;
	padding:15px 0 ;
}
h3{
	padding:15px 0 4px 0;
	border-bottom:1px solid #999;
	margin-left:7px;
	font-size:82%;
	font-weight:700;
}
div.text{
	line-height:140%;
	font-size:82%;
	margin:13px 11px 0 16px;
}
dd#footer{
	text-align:center;
	padding:39px 0 16px;
	font-size:75%;
}
dd#footer p a{
	background: url(/shop_img/ebisugawa/close.png) no-repeat 0 50%;
	padding-left:19px;
}
dd#footer ul {
	padding-top:24px;
}
dd#footer li {
	display:inline;
	padding:0pt 12px;
}
dd#footer li a:link ,
dd#footer li a:visited {
	color:#666;
	text-decoration:none;
}
dd#footer li a:hover {
	color:#666;
	text-decoration:underline;
}
dd#footer li a:active {
	color:#666;
	text-decoration:none;
}

