body{
line-height: 180%;
margin: 0px;
padding: 0px;
background-color: ffffff;

font-family : "MS UI Gothic";
font-size:12pt;

scrollbar-base-color : #FFFFFF;
scrollbar-face-color : #FFFFFF; 
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color : #372000; 
scrollbar-3dlight-color: #FFFFFF;
scrollbar-highlight-color : #FCF0B9; 
scrollbar-shadow-color : #FCF0B9;
scrollbar-darkshadow-color : #FFFFFF;
}

.sitemenu {
padding: 0px;
}

a.mn:link {　　/*未訪問のリンク*/
font-weight: solid;
color: #ffｆｆｆｆ;
background-color: #523314;
display: block;
margin-top: 6px;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;
width: 100%;
text-indent: 10px;
text-decoration: none;
}

a.mn:visited {　　/*訪問済みのリンク*/
font-weight: solid;
color: #ffffff;
background-color: #523314;
display: block;
margin-top: 6px;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;
text-decoration: none;
width: 100%;
text-indent: 10px;
}

a.mn:hover {　　/*マウスポインタが乗ったとき*/
font-weight: solid;
color: #372000;
background-color: #fddc9f;
display: block;
margin-top: 6px;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;
text-decoration: none;
width: 100%;
text-indent: 10px;
}

td{
color: #555555;
font-family : "MS UI Gothic";
font-size: 12px;
padding: 2px;
line-height: 1.5em;
}

.fs10 {font-size: 10px; line-height: 14px;}

h1 {
color: #FFFFFF;　/*カラーの指定*/
background-color: #669900;　/*背景色の指定*/
padding: 15px;　/*余白の指定*/
text-align: center;　/*中央揃えの指定*/
}

h2 {
color: #CC3300;
padding: 5px;
margin-left: 30px;　　/*左マージンの指定*/
margin-right: 30px;　　/*右マージンの指定*/
border-bottom-width: 2px;　　/*下ボーダー幅の指定*/
border-bottom-style: dotted;　　/*下ボーダースタイルの指定*/
border-bottom-color: #CC3300;　　/*下ボーダー色の指定*/
}

p {
padding-top: 0px;　　/*段落の上余白*/
padding-right: 0px;　　/*段落の右余白*/
padding-bottom: 0px;　　/*段落の下余白*/
padding-left: 10px;　　/*段落の左余白*/
}


ul {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
