@charset "utf-8";

/* 
------------------------------------------------------------
base
------------------------------------------------------------ */

body,div,ol,ul,dl,form {
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6,dt,dd,input,textarea {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
img {
	vertical-align: bottom;
	border: 0;
}
	
body {
	margin: 0 auto;
	background-color: #F5F5F5;
	color: #333333;
	font-size: 75%;
	line-height: 180%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
	Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Helvetica,Arial,sans-serif;
	text-align: center;
}	
	
/* 
link
------------------------------------------------------------ */

a {
	text-decoration: none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}


/* additional0517 */

.capboxpnk { padding:12px 14px; background:#fcf1f7; }

.righttxt { text-align:right; }

.icon { margin:0 4px 6px 0; }
* html .icon { margin:2px 3px 0 0; } /* for IE6 */



/* 銀座店用追加151201 */
.clear {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.areaTitle {
	clear: both;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #efefef;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}

.navigation_2 .nav_3_nagoya {
	display: block;
	width: 200px;
	height: 30px;
	background:  url(../cmn_images/nav_area_nagoya.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

.navigation_2 .nav_3_tokyo {
	display: block;
	width: 200px;
	height: 30px;
	background:  url(../cmn_images/nav_area_tokyo.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}


.navigation_2 .nav_3_9:link,
.navigation_2 .nav_3_9:visited {
	background:  url(../cmn_images/nav_ginza.gif) no-repeat left top;
}

.navigation_2 .nav_3_9:hover,
.navigation_2 .nav_3_9:active {
	background:  url(../cmn_images/nav_ginza_over.gif) no-repeat left top;
}



