
/* -------------------- 店舗情報・フロアガイド --------------------*/

@charset "EUC-JP";
/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td,img {
margin: 0;
padding: 0;
}

/* IE6（画像下に隙間）*/
img{
vertical-align: top;
}
/* IE6　end*/

body {
	color: 333;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	background-color:#fff;
}

a:link{
	color:#996600;
	text-decoration:none;
	}
a:visited{
	color:#996699;
	text-decoration:none;
	}
a:hover{
	color:#996600;
	text-decoration:underline;
	}
a:active{
	color:#Cc0000;
	text-decoration:underline;
	}

/* --- header ---*/
#header {
	width: 980px;
	margin: 0 auto;
	text-align:left;
}
#header #title {
	width: 843px;
	float: left;
}
#header #logo {
	width:137px;
	float: left;
}

/* --- main ---*/
#main {
	width: 980px;
	margin: 0 auto;
	border: 1px solid #996633;
	clear: both;
}
#main #contents {
	margin: 25px auto;
	text-align :center;
}
#main #contents img#mark {
	margin-top: 20px;
}

/* --- footer ---*/
#footer {
	width: 980px;
	margin: 0 auto;
	text-align:left;
}
#footer #link {
	width: 905px;
	margin-top: 8px;
	float: left;
	vertical-align: baseline;	
}
#footer #button {
	width:75px;
	float: left;
}