@charset "utf-8";

/*
===== Wrap ==========================================
*/
#wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 850px;
    height: 526px;
	margin: -263px 0 0 -425px;
	min-width: 850px; 
	min-height: 526px;
}

/*
===== header ==========================================
*/

#header {
	height: 27px;
	background-image:url(../images/bg-top.gif);
	background-repeat: repeat-x;
}


/*
===== Main ==========================================
*/

#main {
	height: 422px;
	background-image:url(../images/topimg.jpg);
	text-indent: -2000px;
}

#concept {
	height: 422px;
	background-image:url(../images/conceptimg.jpg);
}

.concept-copy {
	position: absolute;
	top: 140px;
	left: 240px;
	width: 280px;
	font-size: 1.0em;
	line-height: 1.7em;
	color: #333333;
	text-align: left;
}

.concept-copy-season {
	font-size: 0.9em;
	line-height: 1.7em;
	color: #666666;
}

#collection {
	height: 422px;
}

/*
===== Sub ==========================================
*/

#sub {
	height: 56px;
	padding: 0 11px;
	background-color: #FFFFFF;
}

#sub .logo {
	float: right;
}

/*
===== Topics ==========================================
*/

.topics {
	width: 470px;
	float: left;
	font-size: 0.9em;
	margin-top: 29px;
}

.topics img {
	margin-right: 10px;
}

/*
===== Navi ==========================================
*/

.nav {
	float: left;
	width: 274px;
	margin-top: 27px;
}

.nav li {
	float: left;
}

.nav li a {
	display: block;
	height: 16px;
	text-indent: -2000px;
}

#top-btn,#topSet {
	width: 44px;
}

#concept-btn,#conceptSet {
	width: 78px;
}

#collection-btn,#collectionSet {
	width: 99px;
}

#shop-btn,#shopSet {
	width: 53px;
}

#top-btn { background-image:url(../images/top-off.gif);}
#top-btn a:hover { background-image:url(../images/top-on.gif);}
#topSet { background-image:url(../images/top-on.gif);}

#concept-btn { background-image:url(../images/concept-off.gif);}
#concept-btn a:hover { background-image:url(../images/concept-on.gif);}
#conceptSet { background-image:url(../images/concept-on.gif);}

#collection-btn { background-image:url(../images/collection-off.gif);}
#collection-btn a:hover { background-image:url(../images/collection-on.gif);}
#collectionSet { background-image:url(../images/collection-on.gif);}

#shop-btn { background-image:url(../images/shop-off.gif);}
#shop-btn a:hover { background-image:url(../images/shop-on.gif);}
#shopSet { background-image:url(../images/shop-on.gif);}

#topSet,#conceptSet,#collectionSet,#shopSet {
	display:block;
	cursor: default;
}

/*
===== Footer ==========================================
*/

#footer {
	background-image: url(../images/bg-bottom.gif);
	background-repeat: repeat-x;
	padding-left: 11px;
	height: 21px;
	font-size: 0.8em;
}

.copyright {
	padding-top: 6px;
}
