/*----------ページ全体-----------*/
body {
      margin: 0px;
      padding: 0px;
      color: #666666;
      text-align: center;
      background-color: #ffffff;
} 
H1 {
    font-family: "ＭＳ　Ｐゴシック",Osaka,sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    background-image: url(../image/header_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
}
h2 {
    font-family: "ＭＳ　Ｐゴシック",Osaka,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
h3 {
    font-family: "ＭＳ　Ｐゴシック",Osaka,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
p {
    font-family: "ＭＳ　Ｐゴシック",Osaka,sans-serif;
    font-size: 12px;
}
a {
   color: #666666;
　 text-decoration: none;
}
A:hover {
   color: #990000;
   border-bottom: dotted 1px #990000;
}
body { 
    scrollbar-base-color: #ffffff; 
    scrollbar-face-color: #ffffff; 
    scrollbar-arrow-color: #990000; 
    scrollbar-highlight-color: #990000; 
    scrollbar-3dlight-color: #990000; 
    scrollbar-shadow-color: #990000; 
    scrollbar-darkshadow-color: #990000; 
    scrollbar-track-color: #ffffff; 
}
/*----------ページデザイン-----------*/
#contents {
    width: 640px;
    position: relative;
    margin: 10px auto; 
    text-align: left; 
    background-color: #ffffff;
}
/*----------ヘッダーデザイン-----------*/
h1 {
   height: 50px;
}
/*----------ヘッダーナビゲーション-----------*/
#navbar {
    height: 30px;
}
#header ul {
    background-color: #ffffff;
    list-style: none;
    margin: 0;
    width: 640px;
    padding: 0px;
}
#header li {
    width: 100px;
    float: left;
    text-align: center;
    background-color: #ffffff;
    font-family: "ＭＳ　Ｐゴシック",Osaka,sans-serif;
    font-size: 10px;
    color: #666666;
}
/*----------footer-----------*/
#footer p {
    clear: both; 
    width: 640px;
    padding: 0px;
    height: 30px;
    margin-top: 50px;
    border-top: solid 1px #666666;
    text-align: right;
}
#footer li a {
    text-decoration: none;
    display: block;
    height: 19px;
}
#footer ul {
    background-color: #ffffff;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li {
    margin: 0;
    padding: 0;
    height : 19px;
    color: #666666;
    text-indent: -9999px;
}
#footer LI#info {
    float: right;
    width: 55px;
    background: url(../image/info1.gif) no-repeat;
    
}
#footer li#sitemap {
    float: right;
    width: 73px;
    background: url(../image/sitemap1.gif) no-repeat;
    
}
/*----------main-----------*/
#main {
    width: 640px;
    margin-top: 25px;
}
#image {
   width: 640px;
   margin-top: 25px;
}
#phot320_1 {
   width: 320px;
   height: 240px;
   float: left;
   margin: 0px;
   padding: 0px; 
}
#phot320_2 {
   width: 320px;
   height: 240px;
   float: right;
   margin: 0px;
   padding: 0px; 
}
