@charset "utf-8";

@font-face {
	font-family: 'Uniqlo Regular';
	src: url("../fonts/UniqloRegular.eot?") format('eot'),
		 url("../fonts/UniqloRegular.woff") format('woff'),
		 url("../fonts/UniqloRegular.ttf") format('truetype');
}

@font-face {
	font-family: 'Uniqlo Bold';
	src: url("../fonts/UniqloBold.eot?") format('eot'),
		 url("../fonts/UniqloBold.woff") format('woff'),
		 url("../fonts/UniqloBold.ttf") format('truetype');
}



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	color: #fff;
	line-height: 1;
	letter-spacing: 0.01em;
	word-spacing: -0.1em;
	text-transform: uppercase;
	
	background: #0d0d0d;
	position: relative;
	font-family: 'Uniqlo Bold';
	height: 100%;
	
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	
	color: #ffffff;
	background-color: #0d0d0d;
}

table {
    font-size:inherit;
    font:100%;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix {
	min-height:1px;
}

* html .clearfix {
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

a:link	{ color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:active  { color: #ffffff; text-decoration: none; }
a:hover   { color: #ffffff; text-decoration: none; }

/************ container start ************/
#wrapper {
	min-width: 960px;
	max-width: 1184px;
	_height: 100%;
	min-height: 100%;
	padding: 0px auto;
	margin: 0 auto;
	background-color: #000000;
	
	/* IE6 */  
	width: expression(document.documentElement.clientWidth <961? "960px " : document.documentElement.clientWidth > 1185? "1184px" : "auto");   
}

#container {
	min-width: 960px;
	max-width: 1184px;
	padding: 0px auto;
	margin: 0 auto;
	text-align: center;
	position: relative;

	/* IE6 */  
	width: expression(document.documentElement.clientWidth < 961? "960px " : document.documentElement.clientWidth > 1185? "1184px" : "auto");  
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/************ container end ************/

/************ menu start ************/

#menu {
	float: left;
	width: 240px;
	margin: 0 0 0 0;
	text-align: left;
	height: 640px;
}

#menu #logoArea {
	height: 154px;
}

#menu #logoArea .menuTitle {
	padding: 8px 0 0 7px;
}

#menu #logoArea .menuTitle span {
	color: #ff0000;
	padding: 8px 0 0 0;
}

#menu #logoArea .countdown {
	font-size: 32px;
	letter-spacing: 0.05em;
	margin: -2px 0 2px 0;
	line-height: 26px;
	padding: 0 0 0 7px;
}

#menu #logoArea .countdown .msec {
	margin: 0 0 45px 2px;
	/*font-size: 10px;*/
	vertical-align: top;
	/*line-height: 10px;*/
}
#menu #logoArea .countdown .date {
	letter-spacing: -0.02em;
}

#menu .menuArea {
	padding: 0 0 0 7px;
}

#menu dl dt {
	margin: 0 0 4px 0;
}

#menu dl dd a:hover {
	color: #ff0000;
}

#menu dl.uniqloAd {
	padding: 0 0 13px 0;
}

#menu dl.uniqloAd dd {
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0.03em;
}

#menu dl.uniqloStore {
	padding: 0 0 13px 0;
}

#menu dl.uniqloStore dd {
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0.03em;
}

#menu dl.menuInfo {
	padding: 0 0 12px 0;
}

#menu dl.menuInfo dd {
	margin: 0 0 3px 0;
	font-size: 11px;
}

#menu dl.relatedLink {
	padding: 0 0 17px 0;
}

#menu dl.relatedLink dd {
	margin: 0 0 3px 0;
	font-size: 12px;
}

#menu dl.relatedLink dd .u {
	letter-spacing: 0.04em;
}

#menu dl.relatedLink dd .f {
	letter-spacing: 0.03em;
}

#menu dl.relatedLink dd img {
	padding: 5px 0 0 5px;
	vertical-align: top;
}

#menu .social li {
	margin: 0 0 6px 7px;
}

/************ menu end ************/

/************ main start ************/

#main {
	float: right;
	width: 674px;
	padding: 5px 35px 0 8px;
	text-align: left;
}


#main .titleArea {
	font-size: 17px;
	padding: 0 0 63px 0;
	margin: 0 0 46px -1px;
	background: url(../images/line_01.gif) left bottom repeat-x;
	letter-spacing: 0.07em;
	word-spacing: -0.1em;
	line-height: 19px;
}

#main .titleArea h1 {
	color: #ff0000;
}

#main .titleArea p {
}

#main .titleArea h2 {
	width: 499px;
	letter-spacing: 0.1em;
	padding: 0 0 11px 0;
	background: url(../images/arrow_title.gif) 2px bottom no-repeat;
}

#main .titleArea h2 a:hover {
	color: #ff0000;
}


/***  .contentsArea start  ***/

#main .contentsList {
	background: url(../images/line_01.gif) left bottom repeat-x;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}

#main .contentsArea {
	padding: 0 0 119px 0;
	background: url(../images/line_01.gif) left bottom repeat-x;
}

#main .contentsAreaIndex {
	padding: 0;
	background: none;
	clear: both;
}

#main .contentsArea h3 {
	width: 499px;
	font-size: 13px;
	line-height: 24px;
	word-spacing: 0.1em;
	margin: -9px 0 22px 0;
}

#main .contentsArea .img {
	margin: 0 0 34px 0;
}

#main .contentsArea .movie {
	margin: 0 0 34px 0;
}

#main .contentsArea .text {
	width: 499px;
	margin: -9px 0 30px 0;
	color: #999999;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Uniqlo Regular';
	text-transform: none;
}

/***  .contentsArea end  ***/


#main .permalink {
	padding: 0 0 215px 0;
	height: 100%;
}

#main .permalink:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#main .permalink li {
	float: left;
}

#main .permalink .permalinktext {
	font-size: 13px;
	line-height: 13px;
	padding: 2px 10px 0 0;
	/*text-transform: capitalize;*/
}

#main .permalink .permalinktext a:hover {
	color: #ff0000;
}

#main .pagingArea {
	padding: 22px 0;
	margin: 0 0 20px 0;
	background: url(../images/line_01.gif) left bottom repeat-x;
	height: 100%;
}

#main .pagingArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#main .pagingArea li {
	float: left;
	width: 43px;
	line-height: 11px;
}

#main .pagingArea li.pagingNext {
	float: right;
}


#main .pagingAreaTop {
	padding: 22px 0;
	margin: 0 0 20px 0;
	height: 100%;
}

#main .pagingAreaTop:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#main .pagingAreaTop li {
	float: left;
	width: 68px;
	line-height: 11px;
}


#main .pagingAreaTop li.pagingTop {
	float: right;
}


#main .archveArea {
	clear: both;
	margin: 0 0 46px 0;
	font-size: 14px;
	clear: both;
	zoom: 1;
	overflow: hidden;
}

#main .archveArea dt {
	float: left;
	width: 95px;
	line-height: 24px;
	margin: 0 -13em 0 0;
	clear:both;
}

#main .archveArea dt a {
	color: #666666;
}

#main .archveArea dd {
	width: 579px;
	margin: 0 0 0 95px;
	font-family: 'Uniqlo Regular';
	line-height: 24px;
}

#main .archveArea a:hover {
	color: #ff0000;
}




/************ main end ************/

/************ uniqlo.com popup start ************/

#uc_popup {
	text-align: left;
	width: 107px;
	height: 172px;
	padding: 23px 0 0 21px;
	background: url(../images/bg_uniqlo_com.png) left top no-repeat;
	position: absolute;
	left: 98px;
	top: 242px;
	
	display: none;
}

#uc_popup li {
	font-size: 11px;
	margin: 0 0 3px 0;
}

#uc_popup li a {
	color: #000000;
}

#uc_popup li a:hover {
	color: #ff0000;
}

/************ uniqlo.com popup end ************/

/************ facebook pages popup start ************/

#fb_popup {
	width: 268px;
	height: 334px;
	padding: 23px 0 0 21px;
	text-align: left;
	background: url(../images/bg_facebook_pages.png) left top no-repeat;
	position: absolute;
	left: 98px;
	top: 101px;	
	clear: both;
	zoom: 1;
	display: none;
}

#fb_popup dt {
	width: 137px;
	font-size: 11px;
	padding: 4px 0 0 0;
	letter-spacing: 0.05em;
	float: left;
}

#fb_popup dt a {
	color: #000000;
}

#fb_popup dt a:hover {
	color: #ff0000;
}

#fb_popup dd {
	margin: 0 0 0 137px;
	padding: 0 0 5px 0;
	width: 126px;
	overflow: hidden;
	vertical-align: top;
}

#fb_popup dd iframe {
	width: 126px;
	overflow: hidden;
}

/************ facebook pages popup end ************/

/************ logos start ************/

#logos {
	position: absolute;
	left: 9px;
	bottom: 44px;
}

#logos:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
}

#logos li {
	float: left;
	padding: 0 8px 0 0;
}

/************ logos end ************/




::selection { 
	background-color: #ff0000;
	color: #ffffff;
}

::-moz-selection { 
	background-color: #ff0000;
	color: #ffffff;
}