@charset "Windows-31J";

/** 別画面用のCSS **/
/** 10_common.cssを読み込んだ後に、このCSSを読み込み、上書きする。 **/

body {
    width : 770px;
}

#container-for-function {
    width : 765px;
    text-align : center;
}

#header {
    background-image : url("../image/hd_inner_01.gif");
    background-repeat : no-repeat;
    border-bottom : 1px solid #444444;
    height : 40px;
}

ul#title-menu {
	display : none;
}

#contents {
    margin-left : auto;
    margin-right : auto;
    width : 750px;
    text-align : left;
}

h2 {
     background-image : url("../image/i_ti_a_2.gif");
     background-repeat : no-repeat;
     height : 32px;
     margin-top : 10px;
     width : 750px;
}

#gamen-meisho {
    float : right;
    font-size : 20px;
    font-weight : bold;
    height : 32px;
    line-height :32px;
    width : 550px;
}

#function-navi {
    text-align : right;
    width : 750px;
}

/* 処分の理由用の設定 */
#shobun-table {
    width : 100%;
}

#shobun-table th {
    border-bottom : 1px solid;
    border-left : 1px solid;
    border-right : 1px solid;
    border-top : 1px solid;
    font-size : 12px;
    font-weight : bold;
    text-align : center;

}


#shobun-table td {
    border-bottom : 1px solid;
    border-left : 1px solid;
    border-right : 1px solid;
    border-top : 1px solid;
    font-size : 12px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right: 5px;
    padding-top : 5px;
}

/** テーブルの行の高さを指定 */
.line-normal th {
    height : 39px;
    line-height : 19px;
}

.line-normal td {
    height : 39px;
    line-height : 19px;
}
