@charset "utf-8";
@import "layout.css";
@import "header.css";
@import "body.css";
@import "side.css";
@import "footer.css";

/*----------------------------------------------------------
    layout tools
----------------------------------------------------------*/
/* clearfix */
.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{ clear:both;}
.clearfix{zoom:1;}
/* clear */
.clear{ clear:both;}

/*----------------------------------------------------------
    add style
----------------------------------------------------------*/
/*見出し*/
#pagebody #main h3.category_tit{
    display: block;
    width: 650px;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 60px;
    color: #804F1B;
    background: url(../image/h3_icon_01.gif) no-repeat 6px center;
    border-bottom: 1px solid #dfd2b9;
    font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック";
    font-size: 22px;
    font-weight: bold;
    text-shadow:2px 2px 3px #e5b674;
}
#pagebody #main h4.area_tit{
    width: 636px;
    height: 44px;
    padding: 2px 0 0 42px;
    line-height: 47px;
    background: url(../image/h4_fill_style.png) no-repeat 0 0;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック";
}
#pagebody #main h3.category_tit .impText,
#pagebody #main h4.area_tit .impText{ color: #f20014; font-weight: bold;}
