a:link    {font-size: 95%; color: #008000; text-decoration:none; }
a:visited {font-size: 95%; color: #90EE90; text-decoration:none; }
a:active  {font-size: 95%; color: #008000; text-decoration:none; }
a:hover   {font-size: 95%; color: #666666; text-decoration:none; background-color: #90EE90;}

/*全体の文字*/
body      {
 font-size: 95%; 
 margin-left: 80px;
 margin-right: 20%; 
 line-height: 140%; 
 background-image : url("luva1_w.gif");
 background-repeat : repeat-y;
 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 #008000;
 background-color: #FFFFFF;
}
/*サブタイトル*/
h2 { 
 font-size: 100%;
 font-weight: bold;
 border-left: solid 15px #008000;
 border-bottom: solid 1px #008000;
 padding: 5px;
 margin-bottom: 1.2em;
 margin-top: 2em;
 background-color: #FFFFFF;}
/*サブタイトル*/
h3 { 
 font-size: 100%;
 font-weight: normal;
 border-left: solid 10px #008000;
 border-bottom: solid 1px #008000;
 padding: 5px;
 margin-bottom: 1em;
 margin-top: 2em;
 margin-right: 30%; 
 background-color: #FFFFFF;}
