
/*ページの大枠に関するCSS*/
body {
   font-size: 14px;
   font-family: "Times New Roman",Osaka,"MS Pゴシック",sans-serif;
   color: darkslategray;
   background-image: url(../img/blueback.gif);
   background-repeat: repeat;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

#wrapper {
   background-color: white;
   margin-left:auto;
   margin-right:auto;
   padding: 10px;
   width: 800px;
   text-align: left;
}

/*ヘッダー*/
#header img{
   margin-right: 12px;
}


/*ナビに関するＣＳＳ*/

#nav {
    float: left;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 25px;
}

#nav a{
    display: block;
    width: 80px;
    height: 20px;
}

#nav a:hover{
    color: white;
    background-color: #669999;
    text-decoration: none;
}


#nav li{     
     float:left;
     margin-left: 0 px;
     margin-right:10px;
     margin-top: 3 px;
     background-color: #f0f0f0;
     border:0.5px solid #c0c0c0;
     text-align: center;
     width: 80px;
     height:18px;
     padding: 3px;
}


/*コンテンツに関するＣＳＳ*/
#content {
   clear: left;
   margin-top: 10px;
   padding: 0px;
  text-align: left;
}


#col1{
  width:130px;
  height: auto;
  float:left;
  margin-left: 0px;
  margin-right: 5px;
  padding: 0px;
  text-align: left;
}

#col1 ul{
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   padding-left: 0px;
   list-style-type: none;
   width: 125px;
}

#col2{
   width: 480px;
   float: left;
   margin-top: 0px
   margin-left: 0px;
   padding: 0 px;
}



#col2 li{
   list-style-position: inside;
   list-style-image: url(../img/dot.gif);
   background-color:peachpuff;
   width: auto;
   height: auto;
   margin-left: 0px;
   padding: 3px;
}

#col2 img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


#col3{
   width: 130px;
   float: left;
   margin-left: 5px;
   padding: 0px;
}
#col3 ul{
   margin-left: 0px;
   padding-left: 0px;
}

#col3 li{
   list-style-position: inside;
   list-style-image: url(../img/dot.gif);
   width: auto;
   height: auto;
   margin-left: 0px;
   padding: 3px;

}

#autopage{
   margin-left: 50px;

}


/*フッター*/
#footer {
   clear:left;
   text-align:right;
   margin-top:15px;
   border-top: solid 1px darkolivegreen;
}

/*フォントに関するＣＳＳ*/
h1{
  font-size: 90%;
  margin: 0px;
  padding: 0px;
}

h2{
  font-size: 120%;
  margin-top: 0px;
}

h3{
  font-size: 130%;
  background-image: url(img/bar.gif);
  color:#669999;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px;
}
h4{
  background-color:#336699;
  color:white;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px;
}
h5{
  background-color:#336699;
  color:white;
  font-size: 90%;
  text-align: center;
  padding: 3px;

}

/*リンク*/

a img{
   border-style: none;
}

a:link {
    text-decoration: none;
    color: darkslategray;
}

a:visited{
    text-decoration: none;
    color: darkslategray;
}
a:active, a:hover{
    color: darkorange;
    text-decoration: none;
}

/*テーブルの特例*/
#tabletop table{
   margin-top: 0px;
   margin-right : auto;
   margin-left : auto;
}

#tabletop td{
     background-color: #dcdcdc;
     border: solid 7px white;
     text-align:center;
     padding: 5px;
     width: 120px;
     height:auto;
      }

#exceptiontable {
    text-align: left;
}

#exceptiontable table{
  border: solid 1px darkslategray;   
}

#exceptiontable td{
  border: solid 1px darkslategray;  
}
