/* CSS Document - SAMURAI JEANS */

*{
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	background: #000;
}

strong{font-weight: normal;}
img{border: none;}

.clear_lf{clear: left;}
.clear_bt{clear: both;}
.space_10{height:10px;}
.space_20{height:20px;}
.space_30{height:30px;}


#wrap{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/*--HEAD-----------------------------------------------------------------------------*/
#head{
	width: 900px;
	background: url(../img/common/head_bg.gif) no-repeat top;
}

#logo{
	float: left;
	width: 450px;
}

#logo h1{
	text-indent: -9999px;
	/*background: url(../img/common/logo.gif) no-repeat;*/
}

#logo a{
	display: block;
	margin: 5px 0 5px 2px;
	width: 425px;
	height: 90px;
}

#logo p{
	display: none;
}

#h_link{
	float: right;
	width: 390px;
}

#h_link ul{
	padding: 12px 0 18px;
	list-style-type: none;
}

#h_link ul li{
	float: left;
	text-indent: -9999px;
}

#h_link ul li a{
	display: block;
	height: 11px;
}

#h_home{
	width: 44px;
	background: url(../img/common/h_home.gif) no-repeat;
}

#h_concept{
	width: 60px;
	background: url(../img/common/h_concept.gif) no-repeat;
}

#h_about{
	width: 64px;
	background: url(../img/common/h_about.gif) no-repeat;
}

#h_support{
	width: 60px;
	background: url(../img/common/h_support.gif) no-repeat;
}

#h_privacy{
	width: 91px;
	background: url(../img/common/h_privacy.gif) no-repeat;
}

#h_contact{
	width: 71px;
	background: url(../img/common/h_contact.gif) no-repeat;
}

#h_link p{
	padding: 5px 1px 0;
	text-align: right;
}

/*--CONTENTS-------------------------------------------------------------------------*/
#contents{
	width: 900px;
	background: url(../img/common/contents_bg.gif) repeat-y;
	color: #ECECEC;
	line-height: 140%;
	border-top: 1px solid #727272;
	border-bottom: 1px solid #727272;
}

/*--GLOBAL---------------------------------------------------------------------------*/
#global{
	margin: 0 auto;
	width: 900px;
}

#global ul{
	list-style-type: none;
	padding: 0 1px;
}

#global li{
	float:left;
	text-indent: -9999px;
}

#global li a{
	height: 87px;
	display: block;
}

a#g_shopping{
	width: 85px;
	background: url(../img/common/g_shopping.gif) no-repeat;
}

a:hover#g_shopping{
	background: url(../img/common/g_shopping_o.gif) no-repeat;
}

a#g_shop{
	width: 70px;
	background: url(../img/common/g_shop.gif) no-repeat;
}

a:hover#g_shop{
	background: url(../img/common/g_shop_o.gif) no-repeat;
}

a#g_blog{
	width: 59px;
	background: url(../img/common/g_blog.gif) no-repeat;
}

a:hover#g_blog{
	background: url(../img/common/g_blog_o.gif) no-repeat;
}

a#g_qa{
	width: 104px;
	background: url(../img/common/g_qa.gif) no-repeat;
}

a:hover#g_qa{
	background: url(../img/common/g_qa_o.gif) no-repeat;
}

a#g_special{
	width: 103px;
	background: url(../img/common/g_special.gif) no-repeat;
}

a:hover#g_special{
	background: url(../img/common/g_special_o.gif) no-repeat;
}

a#g_collection{
	width: 97px;
	background: url(../img/common/g_collection.gif) no-repeat;
}

a:hover#g_collection{
	background: url(../img/common/g_collection_o.gif) no-repeat;
}

a#g_jeans{
	width: 135px;
	background: url(../img/common/g_jeans.gif) no-repeat;
}

a:hover#g_jeans{
	background: url(../img/common/g_jeans_o.gif) no-repeat;
}

a#g_standard{
	width: 116px;
	background: url(../img/common/g_standard.gif) no-repeat;
}

a:hover#g_standard{
	background: url(../img/common/g_standard_o.gif) no-repeat;
}

a#g_square{
	width: 129px;
	background: url(../img/common/g_square.gif) no-repeat;
}

a:hover#g_square{
	background: url(../img/common/g_square_o.gif) no-repeat;
}


/*--BANNER---------------------------------------------------------------------------*/
#banner{
	width: 900px;
	padding: 15px 0 10px;
}

#banner ul {
	margin: 0 0 0 145px;
}

#banner li{
	list-style: none;
	float: left;
	padding: 0 6px 0 0;
}

#banner li.end{
	padding-right: 0;
}


/*--FOOT-----------------------------------------------------------------------------*/
#foot{
	padding: 0 0 5px;
	width: 900px;
	background: url(../img/common/foot_bg.gif) no-repeat top;
}

#foot p{
	padding: 10px 0 3px;
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	color: #BCBCBC;
}

#foot p#copy_right{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



/*--PAGE TOP------------------------------------------------------------------------*/
.page_top{
	padding: 5px 0 10px;
	text-align: right;
}