@charset "utf-8";

a:link    { color: #003399; }
a:visited { color: #880088; }
a:hover   { color: darkblue; background-color: #ccffcc; }
a:active  { color: #ffff80; }
a.nd      { text-decoration: none; }

body {
   background-color: white;
   color: black;
   margin: 0 auto;
/*   margin-right: auto;
   margin-left;	 autl; */
   width: 800px;
   /* margin-left: 50px; */
   /* background-image: url("whitegreen.gif"); */
   /* background-repeat: repeat-y; */
}
p {
   line-height: 120%;
}

/* 見出し */
h1 {
   text-align: left;
   color: darkblue;
   margin-bottom: 3px;
}

h2 {
   text-align: left;
   color: darkblue;
   margin-bottom: 3px;
}

normal{
   font-size: normal;
   text-align: left;
   color: black;
}

DIV.TITLERIGHT {
   margin-right: 70px;
   margin-left:	 50px;
   float: left;
   width: 460px; 
}

DIV.TITLELEFT {
   float: left;
   width: 160px;
   margin-left: 20px;
}

DIV.LEFT {
   padding: 10px 0px 0px 10px; 
   margin-top: 10px;
   margin-right: auto;
   margin-left;	 10px;
   width: 370px;
   float: left;
   line-height: 1.4em;
}

DIV.RIGHT {
   padding: 10px 0px 0px 10px; 
   margin-top: 10px;
   margin-right: auto;
   margin-left;	 10px;
   float: left;
   width: 370px;
   line-height: 1.4em;
}

DIV.BOTTOM {
   padding: 10px 0px 0px 10px; 
   margin: 0 auto;
/*   margin-right: auto;
   margin-left;	 autl; */
   clear: both;
   width: 780px;
   text-align: right;
}
