@charset "utf-8";

@import url("../packages/simplegreen/css/import.css");


/* テーブル書式再設定 */
.table_myset {
    margin: 0px;
    border: 0px;
    padding: 0px;
}


/* 商品詳細
----------------------------------------------- */
div.txt_subtitle{
    margin:0 0 1em;
    padding:0.4em 0 0.2em 1em;
    border:solid #999;
    border-width:1px 0 1px 0;
    background-color:#eee;
    font-size:1.0em;
    font-weight:bold;
    line-height:1.2em;
}

div.bluesub {
    color:#4BA7CC;
    font-weight:bold;
}

div.rightpos {
    text-align:right;
    margin-right:5px;
}

div.ig_subtitle {
    color:#4BA7CC;
    font-weight:bold;
    border:solid #3288C3;
    border-width:0 0 0 5px;
    padding:0.4em 0 0 1em;

}

div.txt_box{
    border:solid #999;
    border-width:1px;
    margin:1em;padding:0.5em 1em;
}

.detail_catch_comment {
    font-size:20pt;
    font-style:italic;
    color:#ff9900;
    line-height:30px;
}

div.pricearea {
    background-image:url("../packages/simplegreen/img/products/priceback.gif"); 
    background-repeat:no-repeat; 
    height:85px; 
    line-height:30px;
}

div.pricearea_s {
    background-image:url("../packages/simplegreen/img/products/priceback_s.gif"); 
    background-repeat:no-repeat; 
    height:85px; 
    line-height:30px;
}

div#detailrightblock dl {
    padding: 5px 0 0 0;
}

div#detailrightblock .btn {
    clear: both;
    margin: 8px 0 5px 0;
    padding: 8px 0 0 0;
    text-align: center;
    vertical-align: top;
	/*
    background: url("../packages/wide/img/common/line_280.gif") no-repeat;
	*/
	/*ADD START*/
	border-top:dotted 1px #666;
	/*ADD END*/
}

div#detailtitle h2 {
    padding: 10px 0 8px 40px;
    font-size: 160%;
    color: #000;
}

.strong_p {
    color:#CC66CC;
    font-weight:bold;
}

.strong_p_title {
    font-size:14pt;
    color:#CC66CC;
    font-weight:bold;
}

.soldout {
    font-size:14pt;
    color:#FF0000;
    font-weight:bold;
}

/* 2011/03　デザイン変更 → simplegreen
----------------------------------------------- */

div.prod_name {
    width:180px;
    height: 36px;
    overflow: hidden;
}

/* ヘッダー */
#header_menu {
/*    background: #5C7B00;*/
    background: #fff;
    text-align:right;
    padding:0;
    color:#003300;
}

#header #logo {
    width:350px;
    height:88px;
    padding: 0 0 10px;
}


#header h1 {
    font-size: 220%;
    font-weight: bold;
    color: #FFF;
    font-weight:bold;
    padding:0px 10px;
    line-height:1.2;
}
#header h1 a {
    float: left;
    display: block;
    height:88px;
    width:350px;
    background: url("../packages/simplegreen/img/header/logo.gif");
    background-repeat:no-repeat;
}

#header em {
    display: none;
}

#header #header_menu a:hover img {
    opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    background: #fff;
}


/* フッター */
#footer .footer_categories {
    margin:10px auto;
    text-align: center;
}

#footer .footer_categories a:hover img {
    opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    background: #fff;
}

/* オススメ
----------------------------------------------- */
div.recomend {
    width:178px;
    height:270px;
    margin-left:10px;
    border: #c0c0c0 1px solid;
}


#top_banner {
    width:620px;
    margin-bottom:5px;
    /*height:200px;*/
    text-align:center;
}


/* サイドブロック
----------------------------------------------- */
#categorytree {
    font-size:11pt;
}

#guidearea {
    font-size:11pt;
}

/* PHOTO
----------------------------------------------- */
.picture {
    border: 0;
}
