@charset "UTF-8";
/* ------------------------------------------------------
	block element centering style.
------------------------------------------------------ */
html {
	display: table;
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFF;
	font-family: "Helvetica Neue", "小塚ゴシック Pro EL", Helvetica, "ヒラギノ角ゴ Pro W3", "Hragino KakuGothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif", "ＭＳ Ｐゴシック" ;
	font-size: xx-small;
	font-weight: lighter;
	color: #999;
	text-align: center;
	letter-spacing: 0.5ex;
	margin:0;
	width:100%;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
/* for IE6 */
* html body {
	text-align: center;
	height: 100%;
}
* html #blockCentering {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}
* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/* for IE7 */
*:first-child+html body {
	text-align: center;
	height: 100%;
}
*:first-child+html #blockCentering {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}
*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/* over here */

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #FCF;
}
a:active {
	text-decoration: none;
	color: #F3F;
}
h1 {
	font-family: "Helvetica Neue", "小塚ゴシック Pro EL", Helvetica, "ヒラギノ角ゴ Pro W3", "Hragino KakuGothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif", "ＭＳ Ｐゴシック" ;
	font-size: xx-small;
	font-weight: lighter;
	letter-spacing: 1em;
	text-align: center;
	vertical-align: middle;
}
h2 {
	font-family: "Helvetica Neue", "小塚ゴシック Pro EL", Helvetica, "ヒラギノ角ゴ Pro W3", "Hragino KakuGothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif", "ＭＳ Ｐゴシック" ;
	font-size: xx-small;
	font-weight: lighter;
	background-color: #FFF;
	letter-spacing: 0.5ex;
	text-align: center;
	vertical-align: middle;
}
h3 {
	font-family: "Helvetica Neue", "小塚ゴシック Pro EL", Helvetica, "ヒラギノ角ゴ Pro W3", "Hragino KakuGothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif", "ＭＳ Ｐゴシック" ;
	font-size: xx-small;
	font-weight: lighter;
	color: #999;
	letter-spacing: 1ex;
	text-align: center;
	vertical-align: middle;
}
hr {
	display: none;
}
#container {
	background: left top no-repeat;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	text-align: center;
	width: 100%;
	clear: both;
	padding-bottom: 30px;
	padding-top: 42px;
}
#contents {
	position:relative;
	overflow:hidden;
	width: 100%;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents ul li {
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: auto;
	position:relative;
	left:-50%;
}
#contents ul {
	position:relative;
	left:50%;
	float:left;
}
#contents .highslide-gallery {
}

#brandtitle {
	font-size: large;
	font-weight: lighter;
}
#brandtitle:hover {
}
#brandtitle:active {
}
#shopcell {
	line-height: 2ex;
	font-size: x-small;
}
#shoptitle {
	color: #FFF;
	font-size: small;
	white-space: nowrap;
}
#shoptitle:hover {
	color: #FCF;
}
#shoptitle:active {
	color: #F3F;
}
#shop {
	font-family: "Helvetica Neue", "小塚ゴシック Pro EL", Helvetica, "ヒラギノ角ゴ Pro W3", "Hragino KakuGothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif", "ＭＳ Ｐゴシック" ;
	font-size: xx-small;
	font-weight: lighter;
	background-color: none;
	letter-spacing: 0.5ex;
	text-align: center;
	vertical-align: middle;
}
#shopad {
	font-size: x-small;
	text-align: left;
}
#presscontents {
	background-color: #FFF;
	font-family: "Helvetica Neue", "小塚ゴシック Pro EL", Helvetica, "ヒラギノ角ゴ Pro W3", "Hragino KakuGothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif", "ＭＳ Ｐゴシック" ;
	font-size: xx-small;
	font-weight: lighter;
	color: #999;
	text-align: center;
	letter-spacing: 0.5ex;
	margin:0;
	width:100%;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
