@charset "UTF-8";

#leftmenu {
	border-top: 2px solid #CCC;
	width: 140px;
}
#leftmenu ul {
	border-bottom: 2px solid #CCC;
	list-style-type: none;
	margin: 0;
	padding: 27px 0 23px 0;
}
* html #leftmenu li { height: 1%; }
#leftmenu li a {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 140px;
	height: 11px;
}
#leftmenu li.jp03 a { background: transparent url(../images/results_gotop03_jp.gif) no-repeat 0 0; }
#leftmenu li.jp02 a { background: transparent url(../images/results_gotop02_jp.gif) no-repeat 0 0; }
#leftmenu li.en03 a { background: transparent url(../images/results_gotop03_en.gif) no-repeat 0 0; }
#leftmenu li.en02 a { background: transparent url(../images/results_gotop02_en.gif) no-repeat 0 0; }
#leftmenu li a:active, #leftmenu li a:hover { background-position: 0 -11px; }

/* --------------------------------
	footer
-------------------------------- */
div#footWrap {
	width: 730px;
}
div#footer {
	clear: both;
	border-top: 1px solid #7A7A7A;
	margin: 0 0 0 30px;
	padding: 14px 10px 30px 10px;
}
* html div#footer {
	height: 1%;
}
/* footNav -------- */
ul#footNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#footNav li {
	float: left;
	padding-right: 20px;
}
ul#footNav li a {
	text-indent: -9999px;
	float: left; /* */
	display: block;
	overflow: hidden;
}
li#footNavMuji a {
	background: transparent url(../images/footer/footer_muji_bg.gif) no-repeat 0 0;
	width: 83px; height: 22px;
}
li#footNavStore a {
	background: transparent url(../images/footer/footer_store_bg.gif) no-repeat 0 0;
	width: 112px; height: 22px;
}
ul#footNav li a:active,
ul#footNav li a:hover {
	background-position: 0 -22px;
}
/* pageNav -------- */
div#pageNav {
	padding: 50px 10px 0 10px;
}
div#pageNav div {clear: both; }
div#pageNav a {
	float: right;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 22px;
}
div#pageNav .ja a { background: transparent url(../images/footer/footer_backtotop_jp_bg.gif) no-repeat 0 0; width: 117px; }
div#pageNav .en a { background: transparent url(../images/footer/footer_backtotop_en_bg.gif) no-repeat 0 0; width: 73px;}
div#pageNav a:hover, div#pageNav a:active { background-position: 0 -22px; }

/* Copyright -------- */
p#copyright {
	text-align: right;
	padding: 4px 0 7px;
	margin: 0;
}

