/* CSS Document */



/*y[W*/

div#page     {width:780px;
              height:450px;
			  border:1px solid #666666;
			  background-color:black;
			  margin-top:10px;}
			  
div#contents {padding:10px;}
			    
a.01         {text-decoration:none;}
a.01:link    {color:#666666;}
a.01:active  {color:#FFFF00;}
a.01:visited {color:#666666;}
a.01:hover   {color:#FF0000;text-decoration:underline;}

a.03         {text-decoration:none;}
a.03:link    {color:#666666;}
a.03:active  {color:#3300cc;}
a.03:visited {color:#999999;}
a.03:hover   {color:#ff0000;}

a.         {text-decoration:none;}
a:link     {color:#666699;}
a:active   {color:#ffffff;}
a:visited  {color:#666699;}
a:hover    {color:#ffffff;
	    background-color:#666699;}


body         {scrollbar-face-color:white;
	      scrollbar-highlight-color:white;
	      scrollbar-track-color:white;
	      scrollbar-shadow-color:white;
	      scrollbar-3dlight-color:#696969;
	      scrollbar-arrow-color:#696969;
	      scrollbar-darkshadow-color:white;
		  background-color:white;
              background-image:url(image/f1-s.jpg);
              background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right top;
              }

hr{
	color:#666666;
	border-style:solid;
	width:100%;
	height:1px;
}

.menu         {background-image:url(top/my/top_image.jpg);
               width:200px;
			   height:450px;
			   border-right:1px solid #666666;}

			   
.text          {color:#333333;
                font-size:9pt;
                line-height:150%;}
				
p              {color:#333333;
                font-size:9pt;
                line-height:150%;}

td             {color:#333333;
                font-size:9pt;
                line-height:150%;}

.sitsu         {color:#333333;
                fonty-size:9pt;
                line-height:150%;}

.midashi      {background-color:#996666;
               font-size:11pt;
               font-weight:bold;
               color:#ffffff;
               letter-spacing:130%;
               }