@charset "utf-8";

/* default
----------------------------------------------------------------------*/
* { margin:0; padding:0; }
img, input { border:0; vertical-align:bottom; }

/* structure
----------------------------------------------------------------------*/
body {
	margin: 0px;
	height:100%;
	font-size:12px;
	line-height:15px;
	letter-spacing:0.005em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
}
body h1 {
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

#flashcontents {
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
}

/* ショップインフォメーション
----------------------------------------------------------------------*/
div#mainColumn {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
div#shopinfo {
	position:absolute;
	top:-223px;
	left:50px;
}
div#shopinfo_txt {
	width:563px;
	height:208px;
	background:url(../img/shop_info/information.png) left top no-repeat;
	padding:15px 20px 0 20px;
}
@media screen {
/*\*/
* html div#shopinfo_txt {
	width:603px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/shop_info/information.png", sizingMethod="image");
}
/**/
}

div.shop_column {
	position:relative;
	float:left;
	width:284px;
}
div.shopinfo_photo {
	position:relative;
	float:right;
	width:279px;
}
div.shop_column .map {
	position:absolute;
	top:155px;
	left:225px;
}
div#shopinfo_txt h2 {
	width:220px;
	height:15px;
	background:url(../img/shop_info/splash_serena.gif) no-repeat;
	margin-bottom:10px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
div#shopinfo_txt h3 {
	width:223px;
	height:27px;
	background:url(../img/shop_info/comment.gif) no-repeat;
	margin-bottom:10px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
div#shopinfo_txt p {
	font-size:12px;
	margin:0.8em 0;
	padding:0;
}
div#shopinfo_txt p.item {
	font-size:13px;
}

div.shopinfo_photo ul {
	width:279px;
	margin:0;
	padding:0;
	clear:both;
}
div.shopinfo_photo ul li {
	float:left;
	width:86px;
	margin:0 0 7px 7px;
	padding:0;
	display:inline;
}

div#shopinfo_btn {
	width:243px;
	height:53px;
	text-align:left;
}
@media screen {
/*\*/
* html div#shopinfo_btn a#bt1 {
	width:243px;
	height:53px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/shop_info/btn_information.png", sizingMethod="image");
	cursor:pointer;
}
* html div#shopinfo_btn a#bt1 img {
	display:none;
}
/**/
}
/*--------------------------------------------------------------------*/

