@charset "Shift_JIS";
/* --------------------------------------------------------------------------------- */
/* ジュエリー                                                                        */
/* --------------------------------------------------------------------------------- */
#jewelry_tit h1 {
margin:0px 0px 20px 0px;
}

/* ---------------------------------------------------------------------------------- */
/* ジュエリーテーブル                                                                 */
/* ---------------------------------------------------------------------------------- */
/* 親テーブルの指定 ----------------------------------------------------------------- */
.jewelry_tbl1{
clear:both;
width:690px;
border:none;
}

.jewelry_tbl1 .left {
width:340px;
}

.jewelry_tbl1 .center {
width:10px;
line-height:150%;
}

.jewelry_tbl1 .right {
width:340px;
}

/* 子テーブルの指定 ----------------------------------------------------------------- */
.jewelry_tbl2{
clear:both;
width:340px;
border:none;
}

/* 「ブランド名」行 */
.jewelry_tbl2 .title {
height:28px;
background:url(../../../jewelry/img/jewelry_back_title.gif) no-repeat top;
background-color:#EBBBCA;
}

.jewelry_tbl2 .title h2 {
font-size:1.2em;
padding-left:30px;
}

/* BOXの上部 行 */
.jewelry_tbl2 .top {
height:15px;
background:url(../../../jewelry/img/jewelry_back_top.gif) no-repeat;
}

/* BOXのボディ部 行 */
.jewelry_tbl2 .body {
background:url(../../../jewelry/img/jewelry_back.gif) repeat-y;
}

/* BOXの下部 行 */
.jewelry_tbl2 .bottom {
height:15px;
background:url(../../../jewelry/img/jewelry_back_bottom.gif) no-repeat;
}

/* 孫テーブルの指定 ----------------------------------------------------------------- */
.jewelry_tbl3{
clear:both;
width:100%;
border:none;
}

.jewelry_tbl3 .left {
width:10px;
}

.jewelry_tbl3 .center {
width:320px;
}

.jewelry_tbl3 .center_line {
width:320px;
height:21px;
background:url(../../line/img/line01.gif) repeat-x center;
}

.jewelry_tbl3 .right {
width:10px;
}


