@charset "UTF-8";
/*
 * UNIQLO
 * 
 * 
 * layout.css
 * 
 * 01. GENERAL
 * 02. LAYOUT
 * 03. NAVI
 * 04. CONTENTS
 * 05. FOOTER
 * 
 * 
 */


/*
 ***************************************************************** 
 *****************************************************************
 01. GENERAL
 *****************************************************************
 *****************************************************************
 */
html {
	background: #FFFFFF;
}
body {
	font-family: helvetica,arial,sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.7;
}
a, a:link {
	color: #000000;
	outline: none;
}
a:hover {
	text-decoration: none;
}
div {
	position:relative;
}


/*
 ***************************************************************** 
 *****************************************************************
 02. LAYOUT
 *****************************************************************
 *****************************************************************
 */
#wrapper {
	width: 951px;
	margin: 0 auto;
	background:url(../img/bg-grid-2.gif) repeat-y;
}

div.spacer{
	height:70px;
}

p.btnToTop{
	width:939px;
	margin-top:10px;
	text-align:right;
}

.tester{
	background-color:#FFF000;
	height:500px;
}




/*
 ***************************************************************** 
 *****************************************************************
 03. NAVI
 *****************************************************************
 *****************************************************************
 */

#navi{
	width:950px;
	height:70px;
	background:url(../img/bg-gnav-line-01.gif) repeat-x left top ;
}

#navi ul li{
	float:left;
}
#navi ul li#logo{
	display:block;
	text-indent: -99999px;
	width:70px;
	height:70px;
	background:url(../img/logo-uq-01.gif) ;
}
#navi ul a{
	display:block;
	text-indent: -99999px;
	width:70px;
	height:70px;
	background:url(../img/spr-gnav-01.gif) ;
}
#navi ul a#navi1{		background-position: 0 0px;	}
#navi ul a#navi1:hover{	background-position: 0 -69px;	}
#navi ul a#navi2{		background-position: -70px 0px;	}
#navi ul a#navi2:hover{	background-position: -70px -69px;	}
#navi ul a#navi3{		background-position: -140px 0px;	}
#navi ul a#navi3:hover{	background-position: -140px -69px;	}
#navi ul a#navi4{		background-position: -210px 0px;	}
#navi ul a#navi4:hover{	background-position: -210px -69px;	}
#navi ul a#navi5{		background-position: -280px 0px;	}
#navi ul a#navi5:hover{	background-position: -280px -69px;	}



/*
 ***************************************************************** 
 *****************************************************************
 04. CONTENT
 *****************************************************************
 *****************************************************************
 */

div#content{
	width:950px;
	margin-left:1px;
}

div.categoryBlock{
	border-bottom:#DCDCDC solid 1px;
	background:url(../img/bg_3clm.gif) repeat-y left top;
}


div.categoryBlock div h2{
	display:block;
	float:left;
	border-bottom:#DCDCDC solid 1px;
}

div.categoryBlock div h3{
	display:block;
	float:left;
	border-left: 1px solid #dcdcdc;
	border-bottom:#DCDCDC solid 1px;
}

ul.list_left{
	float:left;
	display:block;
	width:645px;

	padding-bottom:100px;
}
ul.list_left li{	
	margin-left:342px;
	
	border-bottom: 1px solid #DCDCDC;
}
ul.list_right{
	display:block;
	float:left;
	width:303px;
	padding-bottom:100px;
}
ul.list_right li{
	margin-left:1px;
	border-bottom: 1px solid #DCDCDC;
}



/*
 ***************************************************************** 
 *****************************************************************
 05. FOOTER
 *****************************************************************
 *****************************************************************
 */


div#footer{
	width:951px;
	margin: 0 auto;
}

div#graybar{
	width:951px;
	height:40px;
	background-color:#333333;
}

p#footcopy{
	position:absolute;
	top:16px;
	right:50px;
	
	background-color:transparent;
}
p#footlogo{
	position:absolute;
	top:0;
	right:0;
}


div#gnavi{
	width:949px;
	height:50px;
}
ul#gfoot{
	
}

ul#gfoot li{
	margin:0;
	float:left;	
	display:inline;
	margin-left:1px;
	margin-top:13px;
	*margin-top:8px;
}
ul#gfoot li.gLeft{
	margin-left:13px;
	margin-right:10px;	
	
	_margin-left:13px;
		
}

