
/*ページの大枠に関する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: 20px;
   padding: 0px;
}


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

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

#col2{
   width: 605px;
   float: left;
   margin-top: 0px
   margin-left: 0px;
   padding: 0 px;
}
#col2 table{
   margin-top: 0px;
   margin-right : auto;
   margin-left : auto;
   width: 90%;
}



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

/*テーブルの特例*/
#exceptiontable {
    text-align: left;
}

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

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


/*フッター*/
#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: 145%;
  background-image: url(img/bar2.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;
}
