@charset "UTF-8";
/* CSS Document */
img {
    border:0px;
}

p{
    padding: 5px 0;
}

ul,ol{
    padding: 5px;
    list-style-position: inside;
}
.clear{
    clear: both;
}
.align_center{
    text-align: center;
}

.red{
    color: #F00;
}
.bold{
    font-weight:bold;
}

/*全体テーブル*/
div#wrapper{
    width: 780px;
    margin: 0 auto;
    padding: 9px;
    color: #000000;
    background: #FFFFFF;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
}

/*パンくずメニュー*/
div.navi_menu{
    text-align: left;
    padding: 10px;
}

/*左ブロック*/
div#left_block{
    float: left;
    width: 170px;
}
div#left_block div.title{
    margin: 0 0 5px 0;
    padding: 2px 0 2px 5px;
    font-weight: bold;
    border-left: solid 15px #015096;
}

div#left_block div.content{
    margin: 0 0 20px 0;
    padding: 5px 0;
}

/*カテゴリーメニュー*/
div#left_block ul.cate{
    list-style: none;
    list-style-position: outside;
    padding: 0;
}
div#left_block ul.cate li{
    padding: 2px;
    border-bottom: dotted 1px #666;
}
div#left_block ul.cate strong{
    background: #e5ecf9;
    padding: 2px 0 2px 0;
}

/*右ブロック*/
div#right_block{
    float: right;
    width: 600px;
}
div#right_block div.title{
    margin: 0;
    padding: 5px 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #FFF;
    background-image: url(../img/bg_right_title.gif);
    background-repeat: repeat-x;
}
div#right_block div.content{
    margin: 0 0 15px 0;
    padding: 5px 10px;
    background: #e5ecf9;
}

div#right_block div.paging{
   margin: 5px 10px;
}


/*登録サイトリスト*/
table.link_site{
    width: 580px;
    margin: 10px auto;
    table-layout: fixed;
    border-collapse: collapse;
}
table.link_site th{
    border: 1px solid #eeeeee;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    background-image: url(../img/ty.gif);
}
table.link_site td{
    border: 1px solid #eeeeee;
    padding: 5px;
    height: 50px;
}

/*繰り返し*/
.even{
    background: #fefefe;
}
.odd{
    background: #ffffff;
}

/*中央ブロック*/
div#mid_block{
    width: 700px;
    margin: 0 auto;
}
div#mid_block div.title{
    margin: 0;
    padding: 5px 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #FFF;
    background-image: url(../img/bg_right_title.gif);
    background-repeat: repeat-x;
}

div#mid_block div.content{
    margin: 0 0 15px 0;
    padding: 5px 10px;
    background: #e5ecf9;
}

/*登録フォーム*/
table.regist_form{
    width: 660px;
    margin: 10px auto;
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #666666;
}
table.regist_form td{
    padding: 5px;
    border: 1px solid #666666;
}
table.regist_form td.title{
    font-weight:bold;
}

/*修正フォーム*/
table.edit_form{
    width: 660px;
    margin: 10px auto;
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #666666;
}
table.edit_form th{
    padding: 10px 5px;
    border: 1px solid #666666;
}
table.edit_form td{
    padding: 10px 5px;
    border: 1px solid #666666;
}
table.edit_form td.title{
    font-weight:bold;
}

/*著作*/
div#copyright{
    clear: both;
    width: 800px;
    height: 45px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
div#copyright a{
    text-decoration: underline;
}

/*管理画面*/
.admin{
    clear: both;
    font-size:12px;
    text-align: right;
}

#contents #fnc_bottom
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width:800px;
    height: 28px;
    background-image: url(../img/bottom_line.gif);
}
