@charset "UTF-8";
/*
	##### UNIQLO T-shirt #####
	Copyright (C) UNIQLO All Rights Reserved.
*/

/* --------------------------------------------------
    overwite style
-------------------------------------------------- */
div#header div.siteName {
    position: relative;
    left: -1px;
}
div#header {
    background-image: url(../../img/bg-gnav-line-01.gif);
    width: 950px;
}

/* --------------------------------------------------
container style. (for all covered)
-------------------------------------------------- */
div#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: url(../../img/bg_grid_ut_01.gif) right top repeat-y;
}

/* --------------------------------------------------
key-visual style.
-------------------------------------------------- */
div#keyVisual {
	position: relative;
	margin-left: -1px;
	margin-right: -1px;
	width: 951px;
	z-index: 1000;
	zoom: 1;
}
div#keyVisual object {
	vertical-align: top;
}
div#keyVisual #toSiteTop {
    position: absolute;
    left: 0;
    top: 0;
}
div#keyVisual #toUTweet {
    position: absolute;
    right: 10px;
    top: 238px;
}


/* --------------------------------------------------
banner style.
-------------------------------------------------- */
div#blockBanner {
	padding: 10px 0;
	text-align: center;
}

div#blockBanner p {
	text-align: center;
}


/* --------------------------------------------------
global-navigation style.
-------------------------------------------------- */
div#globalNav {
	position: relative;
	width: 951px;
	height: 50px;
	margin-left: -1px;
	margin-right: -1px;
	z-index: 2000;
}

div#gobalNav ul {
	position: absolute;
	top: 0;
	left: 0;
	/zoom: 1; /* Hack for IE6-7 */
}

div#gobalNav ul:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}


div#globalNav ul li {
	float: left;
}



/* --------------------------------------------------
product style.
-------------------------------------------------- */
div.contProduct {
	margin: 0;
	z-index: 1;
}

* html div.contProduct {
	overflow: hidden;
}

div.contProduct:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

 


/* blockTitle
----------------------------------------------- */
div.blockTitle {
	position: relative;
	width: 951px;
	height: 70px;
	margin-left: -1px;
	margin-right: -1px;
	border-top: 10px #FF0000 solid;
}

div.blockTitle h1 {
	position: absolute;
	top: 23px;
	left: 10px;
}
	
div.blockTitle p.backPageTop {
	position: absolute;
	top: 30px;
	right: 10px;
}

div.keyBlock {
	width: 951px;
	/margin: 0 -4px 0 0; /* Hack for IE6-7 */
}

/* 
  leggings
-------------------------------- */
.clearfix{
	clear:both;
}
.ltClmn{
	position:relative;
	float:left;
	width:190px;
	overflow:hidden;
	margin-left: -1px;
}
.ltClmn p img{
	
}

.ltClmn div.backbtn{
	margin-left: -1px;
}
.ltClmn div.logo img{
	margin-left: 1px;
}
ul.subnavi{
	margin:16px 0 0 13px;
}
ul.subnavi li{
	height:20px;
}
ul.subnavi li a{
	font-size:12px;
	color:#000000;
	background:url(../../img/subnavi_arrow.gif) 0px 2px no-repeat;
	padding-left:10px;
}
ul.subnavi li a:hover{
	text-decoration:underline;
	background:url(../../img/subnavi_arrow.gif) 0px -14px no-repeat;

}








.rtClmn{
	position:relative;
	overflow:hidden;
	float:left;
	width:761px;
	background: url(../../img/bg-grid-1.gif) repeat-y;
}


* html div.rtClmn {
	
	
}

div.innerR{
	position:relative;
	width:759px;
	margin: 0 1px 0 1px;
}
div#h1Block{
	 height:209px;
}
h1{
	position:absolute;
	top:10px;
	left:10px;
}
div#h1Block img.thum{
	position:absolute;
	top:20px;
	right:20px;
}
div#h1Block p{
	position:absolute;
	width:530px;
	top:105px;
	left:10px;
}

div#collectionHeader{
	height:72px;
	background:url(../../img/bg_heading_collection.gif) left top repeat-x;
}
div#collectionHeader h2{
	position:absolute;
	top:25px;
	left:10px;
}

div#collectionHeader p.gopageTopRed{
	position:absolute;
	top:30px;
	right:10px;
}

div#collection{
	width:761px;
}
div#collection div.itemWrapper{
	min-height:250px;
	height: auto !important;
	height: 250px;
	background:url(../../img/bg_4grid.gif) left top repeat-y;
}
div.eachitem{
	position:relative;
	float:left;
	width:189px;
	min-height:250px;
	height: auto !important;
	height: 250px;
	margin-left:1px;
}
div.right{
}
div.eachitem img.itemimg{
	position:absolute;
	top:23px;
	left:2px;
}
* html div.eachitem img.itemimg{
	left:1px;	
}
div.eachitem p.productName{
	font-size:11px;
	position:absolute;
	display:block;
	width:169px;
	left:10px;
	top:200px;
}
div.eachitem p.price{
	position:absolute;
	display:block;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	bottom:10px;
	right:10px;
}
div.eachitem ul {
	position:absolute;
	top:10px;
	left:10px;
}
div.eachitem ul li{
	width:13px;
	height:13px;
	float:left;
	margin-right:3px;
}

.bdBottom{
	border-bottom: solid 1px #CCCCCC;
}




div.hSpacer {
	width:950px;
	height:150px;
}









/* blockProduct
----------------------------------------------- */
div.hDivider {
	position:relative;
	border-top: solid 1px #CCCCCC;
	
}


/* --------------------------------------------------
page top style.
-------------------------------------------------- */
div.contProduct p.goPageTop {
	margin: 10px 15px 75px;
	text-align: right;
}


