/* CSS BaseSetting */

/* WEB全体共通 */

img   {
      border : none;
}
a {
   font-weight : bold;
}
/* ヘッダーリンク部分 */
table.header{
   border : 0;
   border-collapse : collapse;
   color : #FFFFFF;
}
.header-td {
    height : 45px;
    width : 100px;
    background-color : #6699CC;
    text-align : center;
}
.header-td-bar {
    height : 45px;
    background-color : #6699CC;
}
.header-td-under {
    height : 15px;
    background-color : #6699CC;
}
.navi-list-link {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 0;
}
.navi-list-link:hover {
    background: #3333cc;
}



/* ページ下部　コピーライト部分 */ 
.space{
      white-space: pre;
}
hr    {
      color : #808080;
      height: 2px;
}
.copyright {
      font-size  :    100%;
      font-weight:    bold;
      color      : #808080;
      text-align :  center;
      white-space:     pre;
}        
