



a         { text-decoration: none;} 
a:link    { color: #cc6600 text-decoration:none; } /* リンク：文字色 */
a:hover   { color: #cc6699 text-decoration:none; } /* リンクマウスオーバー中：文字色 */
a:active  { color: #FF9933 text-decoration:none; } /* リンククリック中：文字色 */
a:visited { color: #cc6699 text-decoration:none; } /* 既訪リンク：文字色 */


body	{					    /* ドキュメント全体 */
	
	background-color:white;		                /* 背景色：白 */
	background-image:url(gazou/dot01_3.gif);	/* 背景画像：url() */
	background-attachment:fixed;		　　　　/* 背景固定：固定 */

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-style:normal;			/* フォントスタイル：標準 */
	line-height:150%; 
	font-weight:normal;			/* 文字太さ：標準 */
	font-size:10px;				/* フォントサイズ：12px */
	text-indent:0pt;			/* インデント：0pt */
	color:#666666;				/* 文字色：黒 */
	

	}


table    { 
   
   background-color:white;
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-style:normal;	    
   line-height:150%; 
   font-weight:normal;		
   font-size:10px;			
   text-align:left;			
   text-indent:0pt;			
   color:#666666;
   letter-spacing: normal; 
   
   border-style:dashed;
   border-color:#666666;
   border-width:1px;
   

   }

.box1      {

   background-color:white;
   font-family: "ＭＳ Ｐゴシック", "Osaka";
   font-style:normal;	    
   line-height:120%; 
   font-weight:normal;		
   font-size:10px;			
   text-align:left;			
   text-indent:0pt;			
   color:#666666;
   letter-spacing: normal; 
   
   }



