@charset "Shift_JIS";
/**********************************************************************
TAMAJIMU : [ home.css ]

2011.07.12
**********************************************************************/
/*+++++ コンテンツメイン +++++*/
/* サブタイトル設定 */
#main h2 {
    background: url(../img/common/ico_rect_pink.gif) 2px 4px no-repeat;
    padding:4px 0 4px 18px;
    border-top:2px dotted #666666;
    border-bottom:2px dotted #666666;
    text-align:left;
}
#main span.en {
    font-family: Arial, century, serif;
    font-size: 16px;
    padding-right: 20px;
    font-weight: bold;
}
/*+++++ Topics +++++*/
#topics {width:600px;float:left;}
#topics dl {width:600px;clear:both;border-bottom:1px dotted #999999;}
#topics dt {float:left;width: 100px !important;text-align:center;}
#topics dd {padding: 0;text-align:left;margin-left:100px;}

* html #topics dd {
/*    height: 88px;*/ /* for ie6 */
}
*:first-child + html #topics dd {
/*    height: 88px;*/ /* for ie7 */
}
.news-comment {margin-top: 5px;line-height:1.5}

/* 店舗概観画像 */
#shopImg{width:260px; float:right}
#shopImg img{margin-top:15px;}

/*+++++ Sale +++++*/
#sale {padding-top:10px;}
/* セール商品画像 */
#sale .itemImage{border:1px solid #666666;width:300px;height:250px;}
#sale .itemImage img{margin:0 auto;}
/* セール商品詳細 */
#sale .itemDescription{width: 500px;}
#sale .itemDescription div.size{float:left;text-align:left;margin:10px 0 10px 30px;height:40px;}
#sale .itemDescription div.no{float:right;text-align:right;margin:10px 0;height:40px;}
#sale .itemDescription div.comment{clear:both;text-align:left;margin:20px 0;line-height:150%;font-weight: bold;}
#sale .itemDescription div.price{text-align:right;margin:30px 10px 0 0;}
/* 左右共通レイアウト */
#sale #saleLeft,
#sale #saleRight{ clear:both; height:250px;margin-top:10px;padding:20px;border-top:1px dotted #666666;}
/* 左に画像があるレイアウト */
#sale #saleLeft .itemImage{float:left;}
#sale #saleLeft .itemDescription{float:right;}
/* 右に画像があるレイアウト */
#sale #saleRight .itemDescription{float:left;}
#sale #saleRight .itemImage{float:right;}

