/* 基本設定 ST */

/* 基本背景色はここで変更する */
html,body{
    background:url(http://filebank.biz/nextbuilders/top_backcolor.gif) repeat-x top left #FFFFFF; 
    margin:0px;
}

body {
    font-family:  "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a:link              { text-decoration:none; color:#000000; }
a:visited           { text-decoration:none; color:#000000; }
a:hover             { text-decoration:underline; color:#c40026;}
a:active            { text-decoration:none; color:#000000; }


h2 {
    color: #536B31;
    font-weight: bold;
}

h3 {
    color: #949262;
    font-size: 160%;
    line-height: 3em;
}

p {
    line-height: 2em;
    padding: 10px 0 15px;
}

/* コンテンツコンテナーのスタイル コンテンツの背景色 */
#container {
    margin: 0 auto;
}

#HEADER_CONTENTS {
    width: 1000px;/*727px;*/
    margin-bottom:3px; 
}

#SIDE_MENU {
    /*padding-left:60px;*/
}

#bd {
    /*margin:5px 0px 5px 0px;*/
}

#Copyright {
    margin:0 0 20px 0;
    padding: 0;
    text-align:center;
}

#footerLink a {
    border: 1px solid #444;
    display: block;
    float: right;
    margin: -35px 0 10px 10px;
    padding: 5px;
}

table.hyou01 {
    margin: 0 0 15px 0;
}
table.hyou01 th,
table.hyou01 td {
    border-bottom: 3px solid #fff;
    line-height: 2em;
    padding: 10px 15px;
}
table.hyou01 th {
    background-color: #f4f4f4;
}
#nbLinkList {
    margin: 0 0 15px 5px;
}
#nbLinkList h2 {
    border-top: 1px solid #536B31;
    border-left: 1px solid #536B31;
    margin:15px 0; 
    padding: 5px 0 0 10px;
}
#nbLinkList a {
    background: url(http://filebank.biz/nextbuilders/yajirushi.gif) no-repeat top left;
    color: #669900;
    font-size: 130%;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 20px;
}
#nbLinkList p {
    text-indent: 3em;
}