<!--
body
 {
  background-color: blue;   
  width: 750px;
  background-repeat: repeat y,x;
  background-position: 40% 60%;   
  background-attachment: fixed; 
  color: white; 
}

a:link { color: white; }
a:visited { color: white; }
a:hover { color: white; }
a:active { color: white; }

 #container {
 margin: 0 20px;
}

 #header {
 backgroung-position: left top;
 background-attachiment: fixed;
 width: 780px;
 height: 400px;
 color: white;
 font-style: normal;
 font-family: Times New Roman;
 letter-spacing: 0.1em;
}

 #content {
 background-color: #ffffff;

}

 
#menu2{
 width: 200px;
}

#menu2 DIV{
 float: left;
 width: 70%;
 }

 #menu2 A{
 display: block;
 border-width: 2px; 
 border-style: outset;
 border-color: white; /* 枠線の色（上・右・下・左）*/

 padding: 5px; /* リンク部分の余白 */
 text-align: center; /* リンク文字の位置 */
 text-decoration: none; /* リンク文字の下線 */
 font-size: 12pt; /* リンク文字のサイズ */
 font-weight: normal; /* リンク文字の太さ */
 }

 #menu2 A:hover{
 color: silver; /* ポイント時の文字色 */
 } 

 
#footer {
    
}

 -->


