@charset "UTF-8";



/*----------------------
ページ別背景振り分け
----------------------*/
body#gaga {
	background: #dccbac url(../images/background_gaga.jpg) 0 0;
}



/*----------------------
メインコンテナ
----------------------*/
div#container {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto 10px;
	background: #fff;
}



/*----------------------
ヘッダ
----------------------*/
div#container div#header {
	width: 950px;
	height: 80px;
	background: url(../images/header_gaga.png);
}
div#container div#header h1 a {
	display: block;
	float: left;
	width: 250px;
	height: 80px;
	text-indent: -9999px;
}
div#container div#header div#chlang {
	float: left;
	width: 680px;
	margin-top: 50px;
	text-align: right;
	font-size: 0.7em;
	color: #fff;
}
div#container div#header div#chlang a {
	color: #fff;
}



/*----------------------
フッタ
----------------------*/
div#footer {
	width: 950px;
}
div#footer p#copy {
	font-size: 0.7em;
	color: #fff;
	font-family: 'Georgia' , serif;
	position: absolute;
	bottom: 5px;
	left: 20px;
}



/*----------------------
コンテンツ
----------------------*/
div#container div#contents {
	position: relative;
	width: 950px;
	height: 540px;
	background: url(../images/gagacontback1.jpg) 0 0 no-repeat;
}

div#container div#contents h2 {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
div#container div#contents p#gagacomment {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}


/*メンズレディースボタン*/
div#container div#contents div#mnsbtn a, div#container div#contents div#ldsbtn a {
	display: block;
	position: absolute;
	width: 156px;
	height: 161px;
	text-indent: -9999px;
}
div#container div#contents div#ldsbtn a {
	top: 325px;
	left: 29px;
	background: url(../images/gagacontback1.jpg) -29px -325px no-repeat;
}
div#container div#contents div#ldsbtn a:hover {
	background-position: -29px -540px;
}
div#container div#contents div#mnsbtn a {
	top: 325px;
	left: 204px;
	background: url(../images/gagacontback1.jpg) -204px -325px no-repeat;
}
div#container div#contents div#mnsbtn a:hover {
	background-position: -204px -540px;
}


div#container div#contents div#rightphoto {
	position: absolute;
	top: 56px;
	left: 405px;
	width: 502px;
	height: 411px;
}
div#container div#contents div#rightphoto img {
	display: block;
}




/*秋冬09メンズ*/
div#container div#contents_aw09_mns {
	position: relative;
	width: 950px;
	height: 540px;
	background: url(../images/gagacontback2.jpg) 0 0 no-repeat;
}
div#container div#contents_aw09_mns h2 {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
div#container div#contents_aw09_mns p#gagacomment {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

/*ボタン*/
div#container div#contents_aw09_mns div#mnsbtn a, div#container div#contents_aw09_mns div#ldsbtn a {
	display: block;
	position: absolute;
	width: 245px;
	height: 60px;
	text-indent: -9999px;
}
div#container div#contents_aw09_mns div#ldsbtn a {
	top: 350px;
	left: 45px;
	background: url(../images/gagacontback2.jpg) -45px -350px no-repeat;
}
div#container div#contents_aw09_mns div#ldsbtn a:hover {
	background-position: -45px -540px;
}
div#container div#contents_aw09_mns div#mnsbtn a {
	top: 423px;
	left: 45px;
	background: url(../images/gagacontback2.jpg) -45px -423px no-repeat;
}
div#container div#contents_aw09_mns div#mnsbtn a:hover {
	background-position: -45px -613px;
}




/*秋冬09レディース*/
div#container div#contents_aw09_lds {
	position: relative;
	width: 950px;
	height: 540px;
	background: url(../images/gagacontback3.jpg) 0 0 no-repeat;
}
div#container div#contents_aw09_lds h2 {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
div#container div#contents_aw09_lds p#gagacomment {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

/*ボタン*/
div#container div#contents_aw09_lds div#mnsbtn a, div#container div#contents_aw09_lds div#ldsbtn a {
	display: block;
	position: absolute;
	width: 245px;
	height: 60px;
	text-indent: -9999px;
}
div#container div#contents_aw09_lds div#ldsbtn a {
	top: 350px;
	left: 45px;
	background: url(../images/gagacontback3.jpg) -45px -350px no-repeat;
}
div#container div#contents_aw09_lds div#ldsbtn a:hover {
	background-position: -45px -540px;
}
div#container div#contents_aw09_lds div#mnsbtn a {
	top: 423px;
	left: 45px;
	background: url(../images/gagacontback3.jpg) -45px -423px no-repeat;
}
div#container div#contents_aw09_lds div#mnsbtn a:hover {
	background-position: -45px -613px;
}