body{margin:0px;/*外側の余白*/
     }

h1{margin:0px;/*外側の余白*/
   background-image:url(img/back.jpg);/*背景画像*/
   text-indent:30px; /*テキスト開始位置*/
   border-bottom-style:solid; /*罫線のスタイル*/
   border-width:2px; /*罫線の太さ*/
   border-color:#333366; /*罫線の色*/
   }

div.breadcrumbs{margin:1px; /*外側の余白*/
                padding:1px; /*内側の余白*/
                background-color:#dddddd; /*背景色*/
                font-size:80%; /*文字サイズ*/
                text-indent:10px; /*テキスト開始位置*/
                }

h2{margin:1px; /*外側の余白*/
   background-color:#9999cc; /*背景色*/
   border-style:solid; /*罫線のスタイル*/
   border-width:1px; /*罫線の太さ*/
   border-color:#333366; /*罫線の色*/
   }

div.main{margin-top:20px; /*上の余白*/
         margin-left:45px; /*左の余白*/
         margin-right:45px; /*右の余白*/
         margin-bottom:20px; /*下の余白*/
         }

h3{background-color:#dddddd; /*背景色*/
   font-size:100%; /*文字の大きさ*/
   text-align:center; /*配置*/
   padding:3px; /*内側の余白*/
   border-style:double; /*罫線のスタイル*/
   border-width:4px; /*罫線の太さ*/
   border-color:#333366; /*罫線の色*/
   }

div.main2{margin-left:30px; /*左の余白*/
          margin-right:30px; /*右の余白*/
          }

div.guide{background-color:#333366; /*背景色*/
          color:#dddddd; /*文字色*/
          font-size:80%; /*文字サイズ*/
          text-indent:10px; /*テキスト開始位置*/
          padding:2px; /*文字周りの余白*/
          }


a.:link{text-decoration: none;}  /*アンダーライン*/
a:visited{text-decoration: none;}  /*アンダーライン*/
a:hover{color:#ff0000; /*リンクにカーソルを合わせたときの文字の色*/
              text-decoration: underline; /*アンダーライン*/
              }

a.guide:link{color:#ffffff; /*リンクの文字の色*/
            text-decoration: none; /*アンダーライン*/
            }
a.guide:visited{color:#cccccc; /*リンク先に訪れた後の文字の色*/
　　　　　　　　text-decoration: none; /*アンダーライン*/
                } 
a.guide:hover{color:#ff0000; /*リンクにカーソルを合わせたときの文字の色*/
              text-decoration: underline; 
              }

.stext{font-size:85%; /*文字サイズ*/
       text-align:right; /*文字の位置*/
       }

.cen{text-align:center;
     margin-top:0px; /*上の余白*/
     margin-bottom:10px; /*下の余白*/}/*配置*/

.st{text-indent:10%; /*テキスト開始位置*/
    margin-top:0px; /*上の余白*/
    margin-bottom:5px; /*下の余白*/
     }

.news {  line-height: 135%}
