@charset "utf-8";

/*****************************************/
/*** Home ***/
/*****************************************/

/* PAGE:home
---------------------------------------------------------*/

#section_slogan {
    width: 650px;
    height: 325px;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

/*##### トップ・コンテンツメニュー上段 #####*/

.home #content_menu_back1 {
    width: 600px;
    height: 155px;
    padding: 200px 0px 0px 51px;
    margin: 6px 3px 10px -5px;
    background-image: url(../img/menu_content_back1.png);
    background-repeat: no-repeat;
}

* html .home #content_menu_back1 {
    width: 650px;
    padding: 200px 0px 0px 0px;
    height: 353px;
}

.home .content_menu1 {
    width: 250px;
    height: 145px;
    padding: 0;
    margin: 0;
    float: left;
}

* html .home #content_menu_back1 .content_menu1 {
    margin: 0 0 0 25px;
}

.home .content_menu1 p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 5px 0px 10px 13px;
}

.content_menu2 {
    width: 250px;
    height: 145px;
    padding: 0;
    margin: 0px 50px 0px 0px;
    float: right;
}

* html .home #content_menu_back1 .content_menu2 {
    margin: 0 25px 0 0px;
}

.home .content_menu2 p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 5px 0px 10px 13px;
}

/*##### トップ・コンテンツメニュー下段 #####*/

.home #content_menu_back2 {
    width: 600px;
    height: 155px;
    padding: 207px 3px 0px 51px;
    margin: 10px 3px 5px -5px;
    background-image: url(../img/menu_content_back2.png);
    background-repeat: no-repeat;
}

* html .home #content_menu_back2 {
    width: 650px;
    padding: 200px 0px 0px 0px;
    height: 353px;
    margin: 6px 3px 10px -5px;
}

.home .content_menu3 {
    width: 250px;
    height: 130px;
    padding: 0;
    margin: 0px 50px 0px 0px;
    float: left;
}

* html .home #content_menu_back2 .content_menu3 {
    margin: 0 0 0 25px;
}

.home .content_menu3 p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0px 0px 5px 13px;
}

.home .content_menu4 {
    width: 250px;
    height: 130px;
    padding: 0;
    margin: 0px 50px 0px 0px;
    float: right;
}

* html .home #content_menu_back2 .content_menu4 {
    margin: 0 25px 0 0px;
}

.home .content_menu4 p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0px 0px 5px 13px;
}

/*##### トップ・サイト更新情報 #####*/

.home div.section {
    margin-left: -5px;
}

.home div.section_bottom {
    background: url(../common/img/bg_section_bottom.png) no-repeat bottom left;
    width: 655px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

* html .home div.section_bottom {
    background: url(../common/img/bg_section_bottom.png) no-repeat bottom left;
    width: 655px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


.home div.section_top {
    background: url(../common/img/bg_section_top.png) no-repeat top left;
    padding-top: 10px;
    overflow: hidden;
}

.home div.section_middle {
    background: url(../common/img/bg_section_mid.png) repeat-y top left;
    padding: 10px 24px;
    overflow: hidden;
}


.home div.section_middle p {
    margin-bottom: 10px;
}

.home div.section div.section_middle dl {
    padding: 0;
    margin: 0;
}

.home div.section div.section_middle dt {
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    color: #0000aa;
    padding: 0;
    margin: 10px 0px 0px 10px;
}

.home div.section div.section_middle dd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0;
    margin: 0px 0px 10px 20px;
}

.home div.section div.section_middle th {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    color: #0000aa;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
}

.home div.section div.section_middle td {
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.p16b_red {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}
