@charset "utf-8";
/* CSS Document */

/* ------------------------------------
 * 標準スタイルのリセット
 * ------------------------------------ */
@import "reset.css";


/* ------------------------------------
 * 背景フェイドイン
 * ------------------------------------ */

#splash {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 4;
}


/* ------------------------------------
 * 共通設定・デフォルト値の再定義
 * ------------------------------------ */

* html ,* html body {
	margin: 0;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) center bottom repeat;
	background-color: #000;
	font:12px/1.5 Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: center;
}
body#news {
	background: url(../img/news_bg.jpg) center bottom repeat;
}
body#concept {
	background: url(../img/concept_bg.jpg) center bottom repeat;
}
body#collection {
	background: url(../img/collection_bg.jpg) center bottom repeat;
}
body#blog {
	background: url(../img/blog_bg.jpg) center bottom repeat;
}
body#shoplist {
	background: url(../img/shoplist_bg.jpg) center bottom repeat;
}
body#mailmagazine {
	background: url(../img/mailmagazine_bg.jpg) center bottom repeat;
}
body#recruit {
	background: url(../img/recruit_bg.jpg) center bottom repeat;
}
body#contact {
	background: url(../img/contact_bg.jpg) center bottom repeat;
}

h1 {
	margin: 110px auto 0 auto;
	width: 940px;
	text-align: left;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* ------------------------------------
 * レイアウト
 * ------------------------------------ */

* html #container {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}

#header,#footer {
	display: none;
	position: fixed !important;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

#header {
	top: 0;
}

#content {
	margin: 0 auto;
	position: relative;
	top: 250px;
	bottom: 160px;
	width: 940px;
	line-height: 3;
	color: #fff;
	text-align: left;
	z-index: 1;
}

#footer {
	bottom: 0;
	height: 120px;
}


/* ------------------------------------
 * コンテンツ
 * ------------------------------------ */
 
/* スクロール */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 10px;
	background: url(../img/scrollbar.gif) right top repeat-y;
}

.vscrollerbar {
	width: 10px;
	background-color: #fff;
}

#mycustomscroll,#mycustomscroll2,#mycustomscroll3 {
	position: absolute;
	top: 0;
	left: 440px;
	overflow: auto;
	width: 500px;
}
#non_scroll {
	position: relative;
	overflow: hidden;
	width: 940px;
}
#non_scroll p {
	padding: 20px;
}
.center {
	text-align:center;
}
/* メニュー */
#footer .footerwrap {
	width: 940px;
	margin: 0 auto;
}
#footer .footerwrap ul {
	float:right;
	width: 693px;
	margin-right:-20px;
	margin-top:18px;
	overflow: hidden;
	_zoom: 1;
}
#footer .footerwrap ul li {
	float:left;
}
#footer .footerwrap h2.logo {
	float:left;
}
#footer .footerwrap ul li.menu {
	text-align:left;
	margin-right:20px;
}

