BODY {
 color : #000000;  /* 中央の文字色 */
 background-color : #FFFFFF;  /* 中央の背景色 */
 font-size : 12px; 
 font-family : Osaka,Verdana,serif;
 scrollbar-face-color:#FFFFFF;  scrollbar-highlight-color:#57450f;  scrollbar-shadow-color:#57450f;
 scrollbar-darkshadow-color: #57450f;  scrollbar-arrow-color:#57450f;  scrollbar-track-color:#FFFFFF;
/* 文字間・行間の設定 */
 letter-spacing : 3px;
 line-height : 20px;
}
#page {
 color : #FFFFFF; /* 全体の文字色 */
 background-color : #a3a328; /* 全体の背景色 一番下の背景色はここで変更*/
 font-size : 12px;
 margin : 0px;
 overflow: hidden; /* スクロールバー非表示 */
 text-align : center;
}
/* リンク */
#page A{
 color : #FFFFFF;
 font-size : 12px;
 text-decoration : none;
 font-weight : bold;
 font-family : Osaka,Verdana,serif;
 letter-spacing : 3px;
 line-height : 20px;
}
#mainta{
 width : 100%;
 height : 90%;
}
/* 中央のリンクの設定 */
A {
 color : #000000;
 font-size : 12px; 
 text-decoration : none;
}
A:HOVER {
 position : relative;
 top : 1pt;
}
/* サイト名の設定 */
H1{
 color : #FFFFFF; /* 文字色 */
 font-size : 20px;
 font-weight : bold;
 margin:0px 30px 0px 30px;
 text-align : right;
 line-height : 50px;
}
 /* サイト名のある部分 */
#td1{
 height : 50px; /* 高さ */
 background-color : #57450f; /* 背景色 */
 text-align : right; 
}
 /* メニューのある枠 */
#td2{
 width : 150px; /* 幅 */
 background-color : #e9967a; /* 背景色 */
 text-align : right; 
 border-right : 4px solid #57450f;
}
 /* インラインフレームのある枠 */
#td3{
 background-color : #FFFFFF;
 border-bottom : 4px solid #57450f;
}
 /* 右の枠 */
#td4{
 width : 150px; /* 幅 */
 background-color : #a3a328; /* 背景色 */
 border-left : 4px solid #57450f;
}

