@charset "UTF-8";


/*-------------------
	サイトトップへ
--------------------*/

#GotoSiteTop{
	text-align: center;
	margin: 0;
	width:960px;
	height:30px;
	line-height:30px;
	display: block;
	font-weight:bold;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

/*-------------------
	ショップロゴ
--------------------*/

#ShopLogo{
	text-indent:-9999px;
	margin: 0;
	width:960px;
	height:100px;
	background:#ded6c7;
	display: block;
}
#all #ShopLogo{
	background:url('../images/shoplogo_all.gif');
}
#tomorrowland #ShopLogo{
	background:url('../images/shoplogo_tml.gif');
}
#despres #ShopLogo{
	background:url('../images/shoplogo_dp.gif');
}
#galerievie #ShopLogo{
	background:url('../images/shoplogo_gv.gif');
}
#edition #ShopLogo{
	background:url('../images/shoplogo_ed.gif');
}
#landoftomorrow #ShopLogo{
	background:url('../images/shoplogo_lot.gif');
}

/*-------------------
	メイン
--------------------*/

#Main{
	margin: 0;
	padding:40px 0 0 0;
	width:960px;
	display: table;
}

/*-------------------
	左（ショップ情報）
--------------------*/

#Shopinfo{
	float: left;
	margin:0 0 20px 20px;
	width:250px;
	color:#000;
	line-height:1.8;
}

#Shopinfo .Shopname{
	margin:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:1.6;
}

#Shopinfo .ShopnameEn{
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
	line-height:1.6;
}


div.hoverLocator {
	position: 		relative;
	margin:		30px 0;
	background:	url(../images/shoplocator_off.gif) repeat-x 0 0 scroll;
}
div.hoverLocator a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 		110px;
	height:		30px;
	color:			#9b8a6e;
	background:	transparent none repeat-x 0 0 scroll;
}
div.hoverLocator div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:	url(../images/shoplocator_on.gif) repeat-x 0 0 scroll;
}
* html div.hoverLocator div {/*IE6*/
	background:	url(http://www.tomorrowland.jp/marunouchi/images/shoplocator_off.jpg) repeat-x 0 0 scroll;
}

/*-------------------
	右（エントリー）
--------------------*/

#Entry{
	color:#000;
	float: right;
	margin:0 20px 0 0;
	width:600px;
	line-height:1.8;
	font-size:12px;
}

#Entry a:link {color: #9b8a6e;text-decoration: none;}
#Entry a:visited {color: #9b8a6e;text-decoration: none;}
#Entry a:active {color: #9b8a6e;text-decoration: none;}
#Entry a:hover {color: #000;text-decoration: none;border-bottom:1px #000 dotted;}

#EntryTitle{
	margin:0 0 20px 0;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
}

#EntryFoot{
	border-top:1px dotted #ccc;
	margin:40px 0;
	padding:10px 0 0 0;
	font-size:10px;
	text-align:right;
}

/*-------------------
	トップへ
--------------------*/

#GotoToppage{
	clear:both;
	margin: 0;
	width:960px;
	height:30px;
	display: block;
	border-top:1px dotted #ccc;
	padding:0;
}

div.hoverGotoToppage {
	position: 		relative;
	margin-bottom:	30px;
	background:	url(../images/backtotop_off.gif) repeat-x 0 0 scroll;
}
* html div.hoverGotoToppage {/*IE6*/
	margin-bottom:	0px;
}
div.hoverGotoToppage a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 		960px;
	height:		30px;
	color:			#000;
	background:	transparent none;
}
div.hoverGotoToppage div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:	url(../images/backtotop_on.gif) repeat-x 0 0 scroll;
}
* html div.hoverGotoToppage div {/*IE6*/
	background:	url(http://www.tomorrowland.jp/marunouchi/images/backtotop_off.jpg) repeat-x 0 0 scroll;
}