
body{
background:#ffffff;
display:block;
margin-top:0px;
margin-left:0px;
padding-top:0px;
}


.header{
width:460px;
height:100px;
padding-bottom:0px;
margin-bottom:0px;
}


.main{
width:800px;
background:#fff9f9;
}



/*  FONT  */

.smallt{
font-size:9pt;
font-family : HG丸ｺﾞｼｯｸM-PRO;
color:#946c45;
padding-bottom:0px;
margin-bottom:0px;
text-indent: 1em;
line-height: 280%;
}

.middlet{
font-size:11pt;
font-family:'ＭＳ 明朝';
color:#946c45;
padding-bottom:0px;
margin-bottom:0px;
font-weight:normal;
line-height: 180%
}


.larget{
font-size:18pt;
font-family:'ＭＳ 明朝';
color:#946c45;
padding-bottom:0px;
margin-bottom:0px;
text-indent: 1em;
}

.largef{
font-size:24pt;
font-family:'ＭＳ 明朝';
color:#946c45;
padding-bottom:0px;
margin-bottom:0px;
}


.smallf{
font-size:9pt;
font-family:'ＭＳ 明朝';
color:#946c45;
padding-bottom:0px;
margin-bottom:0px;
font-weight:normal;
}


.middlef{
font-size:12pt;
font-family:'ＭＳ 明朝';
color:#946c45;
padding-bottom:0px;
margin-bottom:0px;
}

.smallm{
font-size:11pt;
font-family:'ＭＳ 明朝';
color:#946c45;
padding-bottom:0px;
margin-bottom:0px;
font-weight:normal;
}




/*  menu  */


ul#menubar {
   margin: 0px; /* ul内部の左端余白を消す(IE) */
   padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
}
ul#menubar li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin:0px 14px; /* 各項目周囲の余白 */
   background-color:#fff9f9;
}

/* メニュー項目のリンクを装飾 */
ul#menubar li a {
   display: block; /* ブロックレベルに */
   padding: 3px; /* 内部の余白 */
   color:#ffbf7f;
}
ul#menubar li a:hover {
   background-color: #ffbf7f; /* 背景色 */
   color: #fff9f9; /* 文字色 */
}

a {
   text-decoration: none; /* 下線を消す */
}




