a:link    {font-size: 95%; color: #400080; text-decoration:none; }
a:visited {font-size: 95%; color: #000099; text-decoration:none; }
a:active  {font-size: 95%; color: #400080; text-decoration:none; }
a:hover   {font-size: 95%; color: #3366FF; text-decoration:none; background-color: #FFB6C1;}

/*全体の文字*/
body      {
 font-size: 95%; 
 margin-left: 70px;
 width: 800px; 
 line-height: 140%; 
 background-image : url("bsbg1.gif");
/* background-repeat:no-repeat;
background-position: left top;
background-attachment:fixed;*/
 background-color: #ffffff;}

td,div      {
 line-height: 140%; 
 font-size: 95%; 
}

/*タイトル*/
h1 { 
 font-size: 120%;
 text-align: center;
 font-weight: bold;
 padding: 3px;
 border: solid 1px #FF6347;
 background-color: #FFFFFF;
}
/*サブタイトル*/
h2 { 
 font-size: 100%;
 font-weight: bold;
 border-left: solid 15px #FF6347;
 border-bottom: solid 1px #FF6347;
 padding: 5px;
 margin-bottom: 1.2em;
 margin-top: 2em;
 background-color: #FFFFFF;}
/*サブタイトル*/
h3 { 
 font-size: 100%;
 font-weight: normal;
 border-left: solid 10px #FF6347;
 border-bottom: solid 1px #FF6347;
 padding: 5px;
 margin-bottom: 1em;
 margin-top: 2em;
 background-color: #FFFFFF;}