@CHARSET "UTF-8";
/*ベース*/
body {
    font-size: 80%;
    margin: 0px auto;
    padding: 0px;
    text-align:left;
    background: #E8E8E8;
    height:97%;
}

/* 段組み */
#wrap {
    width:750px;
    padding: 0 10px;
    background: url(../image/wrap.gif) repeat-y;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

#header {
    width:750px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

#menu {
    width:750px;    
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: ; 0;
}

#main {
    width:750px;    
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    width:97%;  
    clear: both;
    font-size: 75%;
    background: url(../image/footer_bg.gif) repeat;
    padding: 5px 10px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

/*初期設定*/
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form {
    color: #333;
    font-family: arial, sans-serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form {
    margin: 0;
}
img {
    border: 0;
    margin: 0;
}

/*ヘッダー*/
#header img {
    color: #000;
    float: left;
    margin: 10px 0 5px;
}
#header ul {
    float: right;
    padding-top: 40px;
    margin: 0;
    list-style: none;
    }
#header ul li {
    font-size: 75%;
    color: #666;
    float: left;
    padding: 0 5px;
    }
#header ul li.line {
    border-left: 1px solid #666;
}   
#header ul li a:link, 
#header ul li a:visited {
    color: #666;
    text-decoration: none;
    }
#header ul li a:active,
#header ul li a:hover {
    color: #00F;
    text-decoration: none;
    }
        
/*メニュー*/
#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 0px;
}

#menu ul li.menu01 a:hover,
#menu ul li.menu02 a:hover,
#menu ul li.menu03 a:hover,
#menu ul li.menu04 a:hover,
#menu ul li.menu05 a:hover {
  background-position: 0 -45px ;
}

#menu ul li.menu01 a {
    background: url(../image/menu_01.jpg) no-repeat;
    text-indent: -9999px;
    height: 45px;
    width: 20%;
    float:left;
}
#menu ul li.menu02 a {
    background: url(../image/menu_02.jpg) no-repeat;
    text-indent: -9999px;
    height: 45px;
    width: 20%;
    float:left;
}
#menu ul li.menu03 a {
    background: url(../image/menu_03.jpg) no-repeat;
    text-indent: -9999px;
    height: 45px;
    width: 20%;
    float:left;
}
#menu ul li.menu04 a {
    background: url(../image/menu_04.jpg) no-repeat;
    text-indent: -9999px;
    height: 45px;
    width: 20%;
    float:left;
}
#menu ul li.menu05 a {
    background: url(../image/menu_05.jpg) no-repeat;
    text-indent: -9999px;
    height: 45px;
    width: 20%;
    float:left;
    margin-right: 0px
}

/*メイン*/
#main p,
#main dl {
    margin: 0 0 10px 0px;
    }
#main h1 {
    font-size: 140%;
    margin: 0 15px 30px 0;
    padding: 20px 0 0 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 3px solid #000;
    height: 35px;   
}
#main h2 {
    font-size: 100%;
    color: #000;
    margin: 0px 15px 10px 0;
    padding: 5px 5px 5px 15px;
    background-color: #F5F5F5;
    border-left: 5px solid #000066;
    border-bottom: 1px solid #CCCCCC;

    }
#main h3 {
    font-size: 90%;
    color: #333;
    margin: 0 25px 10px 10px;
    padding: 5px 5px 5px 15px;
    background-color: #FBFBFB;
    border-left: 5px solid #999;
    border-bottom: 1px solid #CCC;
    }

/*フッター*/
.gt_top {
    font-size: 75%;
    padding: 0 15px 0 0;
    text-align: right;
}

#footer p.copy {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    }
#footer a:link,
#footer a:visited {
    color: #666;
    text-decoration: none;
    }
#footer a:active,
#footer a:hover {
    color: #C00;
    text-decoration: none;
    }
/*リンク*/
a:link,a:visited {
    color: #00F;
    text-decoration: none;
    }
a:active,a:hover {
    color: #00F;
    text-decoration: underline;
    }
        
/*フォントカラー*/
.notes {
    color: #FF6600;
}