@charset "UTF-8";
/* CSS Document */

/*common */
div.header{
    text-align:center;
	}
	
div.menu{
    text-align:center;
	}	
	
div.footer{
	text-align:center;
	}
	
/*index-main-img */	
div.index-img{
    text-align:center;
    }	
	
/*news-main-contents */	
div.news{
    text-align:center;
    }		
		
	
/* Topics */
p.pageDescription{
    margin-bottom: 10px;
    padding: 5px 5px 25px;
    font-size: 0.7em;
    background: url(../images/tp_line1.gif) no-repeat bottom;
}
div.entryBox h2{
    margin: 10px 0 0 15px;
    /*padding: 8px 0 0 35px;*/
	padding: 8px 0 0 0;
    height: 42px;
    font-size: 0.8em;
    /*background: url(../common/tp_icon01.gif) no-repeat;*/
}
p.enDate{
    margin-left: 15px;
    padding-left: 50px;
    font-size: 0.7em;
    background: url(../images/tp_date.gif) no-repeat;
}
p.tpArchive{
    text-align: right;
}
div.entryBox a{
    text-decoration: none;
}
div.entryIn{
    margin-bottom: 15px;
    padding-bottom: 35px;
    font-size: 0.8em;
    background: url(../images/tp_line2.gif) no-repeat bottom;
}
li.entryNext{
    float: right;
    text-indent: -9999px;
}
li.entryNext a{
    width: 97px;
    height: 25px;
    display: block;
    background: url(../images/cc_next.gif) no-repeat right;
}
li.entryPrev{
    float: left;
    text-indent: -9999px;
}
li.entryPrev a{
    width: 97px;
    height: 25px;
    display: block;
    background: url(../images/cc_prev.gif) no-repeat;
}
div.tp_calendar{
    font-size: 0.7em;
}
div.tp_calendar h4{
    margin-top: 1em;
    width: 190px;
    text-align: center;
}
div.tp_calendar table{
    margin: 1em 0 35px;
    width: 190px;
}
div.tp_calendar th,
div.tp_calendar td{
    padding: 1px 5px;
    text-align: center;
}
/* Collection */
h1.collection{
    margin-bottom: 20px;
}
ul.ccTopThumb{
    margin-top: 60px;
}
ul.ccTopThumb li{
    margin: 0 25px 0 12px;
    display: inline;
}
ul.ccTopThumb li img{
    margin-bottom: 30px;
    vertical-align: top;
}
div.ccLatest{
    padding: 0 120px 0 80px;
}
div.ccLatest div{
    padding: 28px 20px 20px 5px;
    width: 255px;
    text-align: center;
    float: right;
    background: url(../images/cc_latest_bg.gif) no-repeat top;
}
div.ccLatest h2{
    margin: 50px 0 0 0;
    float: left;
}
div.ccLatest h2 span{
    margin-top: 1em;
    text-align: center;
    color: #ab1902;
    display: block;
    font-size: 1.2em;
    width: 161px;
    font-family: Arial;
}

ul.ccCatalogThumb li{
    margin: 0 5px 0 10px;
    float: left;
    width: 149px;
    background: url(../images/cc_clphoto_bg.gif) no-repeat;
}
* html ul.ccCatalogThumb li{
    margin: 0 4px 0 10px;
    width: 140px;
}
ul.ccCatalogThumb li img{
    margin: 10px 15px 25px 10px;
    vertical-align: top;
}
div.ccCatalog{
    margin-left: 20px;
}
div.ccCatalog p{
    margin: 0 10px 3px 0;
    padding-bottom: 3px;
    float: left;
    background: url(../images/cc_catalog_bgbottom.gif) no-repeat bottom right;
}
div.ccCatalog p span{
    padding-right: 3px;
    display: block;
    background: url(../images/cc_catalog_bg.gif) repeat-y right;
}
div.ccCatalog h2{
    padding-top: 40px;
}
div.ccCatalog h2 span{
    margin-top: 1em;
    color: #ab1902;
    display: block;
    font-family: Arial;
}
div.ccSelect{
    margin-bottom: 25px;
}
div.ccSelect img{
    float: left;
}
div.ccSelect select{
    margin: 10px 20px 0 0;
    float: right;
}
div.goodsBox{
    padding: 10px;
    font-size: 0.7em;
    border: #000 solid 1px;
    background: #fff url(../images/cc_goodsbox_bg.jpg) repeat-x;
}
div.goodsBox p{
    margin-bottom: 1em;
}
div.goodsBox img{
    margin-right: 10px;
    float: left;
}
ul.ccPage{
    width: 654px;
}
ul.ccPage li{
    margin-top: 5px;
    padding-bottom: 30px;
    width: 217px;
    float: left;
}
ul.ccPage li.next,
ul.ccPage li.prev{
    text-indent: -9999px;
}
ul.ccPage li.next a{
    margin-left: 140px;
    height: 84px;
    width: 100px;
    display: block;
    background: url(../images/cc_next.gif) no-repeat;
}
* html ul.ccPage li.next a{
    margin-left: 120px;
}
ul.ccPage li.backtop{
    text-align: center;
}
ul.ccPage li.prev a{
    height: 84px;
    width: 100px;
    display: block;
    background: url(../images/cc_prev.gif) no-repeat;
}
* html ul.ccPage li.prev a{
    margin-left: 13px;
}
ul.ccCatalogThumb li a{
    margin-bottom: 25px;
    display: block;
    height: 172px;
    overflow: hidden;
}
/* About Us */
dl.abAbout{
    margin-left: 30px;
    /*font-size: 0.7em;*/
    font-size: 0.8em;
}
dl.abAbout dt{
    padding-left: 13px;
    width: 100px;
    float: left;
    font-weight: bold;
    background: url(../common/tp_icon02.gif) no-repeat 0 4px;
}
dl.abAbout dd{
    margin: 0 0 15px 125px;
}
* html dl.abAbout dd.ddtop{
    text-indent: -3px;
}
ul.abShop li{
    margin-bottom: 1.5em;
}
body#AboutUs div#leftcolumn,
body#Recruit div#leftcolumn{
    text-align: center;
} 
body#AboutUs div#leftcolumn img{
    margin-bottom: 20px;
} 
/* Recturit */
h1.rrTitle{
    margin: 0 0 1em 30px;
}

div#recruitContent{
    margin: 30px auto;
    width: 530px;
    height: 397px;
    color: #fff;
    background: url(../images/rr_bg.jpg) no-repeat;
}
div#recruitContent h1{
    margin: 20px 0 0 255px;
    padding-top: 20px;
    font-weight: normal;
}
div#recruitContent p,
div#recruitContent ul{
    margin: 0 0 1em 255px;
    font-size: 0.75em;
}

/* Arts&News */
body#artsanews div#content{
    padding-bottom: 43px;
    margin-bottom: 1em;
}
body#artsanews div#contentin{
    padding: 0 25px;
}
div#aanEntry{
    margin: 20px 0 0 0;
}
div#aanEntryin{
    margin: 1em 50px 20px 0;
    padding-bottom: 60px;
    font-size: 0.8em;
    background: url(../images/aan_bg_bottom.gif) no-repeat bottom left;
}
div#aanEntryin img{
    border: #77483d solid 5px;
}
div#aanEntryin p{
    margin-bottom: 1em;
}
div#aanEntryin h2{
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #77483d;
}
div#aanEntryin h2 a{
    color: #77483d;
    text-decoration: none;
}
p.aanData{
    font-size: 0.7em;
    color: #77483d;
}
p.aanData img{
    margin-right: 0.5em;
    vertical-align: text-top;
}
h2.archiveTitle{
    margin: 15px 40px 0 0;
    text-align: right;
    font-weight: normal;
    color: #77483d;
}
div#rightcolumn a{
    color: #77483d;
}
/* Denim */
div#denimContent{
    padding: 100px 0 0;
    height: 750px;
    background: url(../images/denim_bg.jpg) no-repeat;
}
div#denimContent ul{
    margin: 0 0 30px 70px;
}

h1.denimMainImg{
    margin-bottom: 100px;
}
ul.denim1Thumb{
    margin: 30px 0 10px;
}
ul.denim1Thumb li{
    margin-right: 4px;
    display: inline;
}
ul.denim1Thumb li img{
    border: #aaa solid 2px;
}
p.denimBuy{
    margin: 50px 0 40px;
    width: 150px;
    float: right;
}
p.denimBack{
    margin: 50px 0 40px;
    width: 150px;
    float: left;
}
div.denimLeft div{
    margin: 5px 0 0 40px;
}
div.denimLeft div li a{
    text-decoration: none;
}
div.dedBox{
    padding: 10px;
    background: #000;
}
div.dedBox h1{
    padding: 10px 0 10px 10px;
}
div.dedBox dl{
    color: #fff;
    font-size: 0.75em;
}
div.dedPhotoin{
    float: left;
    width: 435px;
}
div.dedPhoto div p{
    float: left;
}
div.dedPhoto div img{
    margin: 0 10px 10px 0;
    border: #aaa solid 3px;
}
div.dedPhoto ul img{
    margin: 0 10px 10px 0;
    border: #aaa solid 2px;
}
div.dedPhoto dl{
    width: 200px;
    float: right;
}
div.dedPhoto dd{
    margin-bottom: 1.2em;
}
div.dedPhoto dd.dedbold{
    font-weight: bold;
}

div.no1indigocactus{background: #2b0e00;}
div.no1indigobrooklyn{background: #152118;}
div.no1indigostone{background: #1f0909;}
div.no2indigocisco{background: #0f1118;}
div.no2indigoshirasu{background: #081808;}
div.thzipang{background: #00173a;}
div.no4indigocisco,div.no4indigoshirasu{background: #294239;}
div.eggth,div.eggcisco{background: #c5c5be;}
div.kakishibuth,div.kakishibucisco{background: #431810;}

/* Shop */
div.shopMainIndex{
    margin: 20px 0;
    text-align: center;
}
div.shopContent h1{
    margin: 20px 0 20px 0;
}
div.shopPhoto img{
    border: #bcbcbb 3px solid;
}
div.shopMap{
    margin: 70px 0 20px;
    font-size: 0.8em;
}
div.shopMap h2{
    width: 175px;
    float: left;
}
div.shopMap p{
    margin-left: 175px;
}
div.shopMap img,
div.shopMap embed{
    margin-top: 20px;
}
div#leftcolumn ul.shopNavi{
    margin: 30px 10px 20px 40px;
    color: #000;
}
div#leftcolumn ul.shopNavi a{
    text-decoration: none;
}
div.shopMaps{
    margin: 30px 0 20px;
    font-size: 0.8em;
}
div.shopMaps div{
    width: 290px;
    float: right;
}
div.shopMaps img{
    float: left;
}


/*wax layout */
#container {width:1024px;}

#comn {width:1024px;}

#contents {float:left; width:609px;
}

#navi { float:left; width:415px;
}

.main {padding: 15px 15px; }

.copyr {padding :15px 15px;
font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size: 12px;
color: #bed588;
line-height: 16px;}

