@charset "utf-8";
/* CSS Document */
@import url("common.css");

/*----------------------------------------------
body
------------------------------------------------*/
body {
background:none;
}

div#incense_list {
margin:50px 0 0 0;
}

h3 {
margin:0 0 30px 0;
clear:both;
}

/*baner
------------------------------------------------*/
ul#incense_side {
width:154px;
margin:10px 0 20px 0;
}

ul#incense_side li{
clear:both;
margin:0 0 5px 0;
float:left;
}

img{
border:0;
}

#new_prodacts {
margin:0 0 10px 0;
clear:both;
}

caption {
text-align:left;
margin:0 0 10px 0;
}

table.inc_table {
border:0;
padding:0;
margin:0 0 40px 0;
}

.inc_table .cate_title img{
border:0px;
margin-bottom:10px;
}

.inc_table thead th{
padding:0.3em 0.3em 0.3em 0;
font-weight:normal;
color:#000000;
text-align:left;
}
.cate_1 thead th{
border-bottom:solid 1px #ef889f;	
}
.cate_2 thead th{       
border-bottom:solid 1px #a98b81;       
}       
.cate_3 thead th{       
border-bottom:solid 1px #75a293;       
}       
.cate_4 thead th{       
border-bottom:solid 1px #e6a762;       
}       
.cate_5 thead th{       
border-bottom:solid 1px #dcc716;       
}
.cate_6 thead th{       
border-bottom:solid 1px #a481a8;       
}       
.cate_7 thead th{       
border-bottom:solid 1px #a2a3a5;       
}       
.cate_8 thead th{       
border-bottom:solid 1px #758db2;       
}       

table.inc_table td {
padding:0.1em 0.1em 0.1em 0;
text-align:left;
vertical-align: middle;
border-bottom:solid 1px #ededed;
border-left:solid 2px #FFFFFF;
font-size:12px;
}

table.inc_table th {
font-size:12px;
}



table.inc_table th.no {
width:56px;
padding:0 0 0 4px;
}

table.inc_table td.no {
width:60px;
}



table.inc_table .name {
width:275px;
}

table.inc_table .fragrance {
width:250px;
}

table.inc_table .name_jp {
font-size:0.8em;
}

table.inc_table .fragrance_jp {
font-size:0.8em;
}


table.inc_table .price {
width:60px;
text-align: right;
}

table.inc_table th.color {
text-align:center;
width:45px;
}
table.inc_table .color_cate {
display:none;
}

.inc_table td.color {
text-align:center;
width:35px;
padding:0.1em 0;
border-bottom:solid 1px #ededed;
}

.button{
cursor:pointer;
}

#searchmove {
width:672px;
height:70px;
padding-top: 26px;
padding-right:3px;
text-align:right;
background-image: url("../incense_list/img/search_box.png");
}


#inc_search {
height:23px;
margin:0;
vertical-align: bottom;
}

ul#col_kate {
height:13px;
margin:0 71px 0 0;
}

ul#col_kate li{
display: inline;
margin-right:4px;
}

#guide_box{
display:none;
position:absolute;
z-index:10000;
left:430px;
top:100px;
background:url(../incense_list/img/guide.png) no-repeat;
width:207px;
height:348px;
}
#guide_box a{
display:block;
width:68px;
height:28px;
margin:308px 0 0 127px;
background:url(../incense_list/img/btn_close.jpg) no-repeat;
text-indent:-9998px;
}
#guide_box a:hover{
background:url(../incense_list/img/btn_close_o.jpg) no-repeat;
}

