/*スクロールバーの設定*/
body
{
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-3dlight-color: white;
scrollbar-arrow-color:  white;
scrollbar-track-color: white;
scrollbar-darkshadow-color: white;

}

/*全体の設定*/
td,tr,body
{
color:#000;
font-size:12px;
font-weight:normal;
font-family:Verdana,Osaka;
line-height:20px;
letter-spacing:2pt;
}

/*リンクの設定*/

a:link{color: #96463e;text-decoration:underline;}
a:visited{color: #96463e;text-decoration:underline;}
a:active{color: #20a6ff;text-decoration:none;}
a:hover{ color: #20a6ff;text-decoration:none;}

/*サブタイトルの設定*/
h1{
color:#000;
font-size:15px;
font-weight:bold;
line-height:20px;
font-family:Georgia,Arial Black,Verdana,Osaka;
margin:20px 0px 10px 0px;
padding:0px 0px 0px 0px;}
h1:first-letter{color:#20a6ff;}

/*タイトルの設定*/
h2{
color:#000;
font-size:40px;
font-weight:bold;
line-height:45px;
border-bottom:solid 1px black;
font-family:Georgia,Arial Black,Verdana,Osaka;
margin:70px 0px 0px 30px;
padding:0px 0px 0px 20px;}

h2 a:link{color: #004409;text-decoration:none;}
h2 a:visited{color: #004409;text-decoration:none;}
h2 a:active{color: #000000;text-decoration:none;}
h2 a:hover{ color: #000000;text-decoration:none;}

/*メニューの設定*/
h3{
color:black;
font-size:15px;
font-weight:bold;
line-height:25px;
font-family:Georgia,Arial Black,Verdana,Osaka;
width:104;
text-align:center;
border-left:solid 1px black;
border-right:solid 1px black;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;}
a.m{display:block;width:100%;height:100%;font-size:12px;}
a:link.m{color: #000;}
a:visited.m{color: #000;}
a:active.m{color: #000;}
a:hover.m{ color: white; background-color:#000;}

/*文の設定*/
.txt
{
color:#000;
width:480;
border-left:solid #000 2px;
margin:0px 0px 50px 0px;
padding:2px 0px 4px 10px;
}

.text
{
margin:0px 0px 0px 30px;
padding:0px 0px 0px 0px;
}