@charset "utf-8";
/* 
サブメニューマーカー
------------------------------*/
div#sub_menu li.hoken_dairishi a.index{background-color:#ccc;color:#AD3142;}
div#sub_menu li.hoken_dairishi a.index:hover{
    text-decoration: none;
}


/* dairishi list
jsで偶数trにtrColor
------------------------------*/
p.txt_page{padding-bottom:25px;}
.edit_contents table{
    font-size:1em;
    line-height:1.61;
    width:600px;
    margin-left:25px;
    border:solid 1px #888;
    border-right-width:0px;
    border-bottom-width:0px;
    margin-top: 0px;
}

.edit_contents th,
.edit_contents td{
    border:solid 0px #888;
    border-right-width:1px;
    border-bottom-width:1px;
}
.edit_contents table caption{
    text-align:left;
    font-size:1.4em;
    background-image: url(../../images/ico_nintei.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 45px;
    padding: 0 50px;
    line-height: 45px;
    margin: 0;
}

.edit_contents th{text-align:center;font-weight:normal;}
.edit_contents th.num{width:2em;}

.edit_contents td{padding:2px 8px;}

.edit_contents .trColor th,
.edit_contents .trColor td{background-color:#f1f1f1;}
#main_container .edit_contents tr.top_komoku th{
    background-color:#9D2D3B;
    color:white;
    padding:4px 0 2px 0;
}

