@charset "UTF-8";

/* //// 共通設定 //// */
#header {
	float: left;
	position: relative;
	height: auto;
}

#header #headerLeft {
	width: auto;
	height: auto;
}

#header #logo a span {
	position: relative;
	float: left;
	overflow: visible;
	width: 740px;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

#header #logo a {
	text-decoration: none;
}

object {
	display: none;
}

#header #pr,
#header #banner,
#sidebar,
#toTop,
#footer {
    display: none;
}

#main {
	width: 740px;
    float: left;
}

body,
#bg,
#container {
 	width: 740px;
   background:none #ffffff;
}

/* //// 店舗案内ページ //// */
#shopInfo #main #mainPic,
#shopInfo #main #pankuzu,
#shopInfo #header,
#shopInfo h1,
#shopInfo #main #btnBottom,
#shopInfo #main #footer  {
	display: none;
}

#shopInfo h2 {
	font-size: 140%;
	color: #000000;
}


