/***********************************************/
/* style.css                           */
/***********************************************/

/***********************************************/
/* HTML styles                                 */
/***********************************************/
body
{
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka|“™•, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  font-size:12px;
  color: #333333;
  line-height: 1.166;
  margin-top: 0px;  	
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image:url(images/background.gif);
  background-position:center;
  background-color:#FFFFFF;
}

.style1 {color: #FFFFFF}
.style2 {font-size: 14px;
	     font-weight: bold;}
.style3 {font-size: 16px;}
.style4 {font-size: 14px; font-weight: bold; color: #66CC33; }
.style5 {color: #FF0000}
.style6 {color: #FF0000; font-weight: bold; }
.style7 {color: #FFCC33}
.style8 {	color: #FF0000;	font-weight: bold; font-size: 14px;}
.style9 {color: #0000FF; font-weight: bold; font-size: 14px; }
.style10 {color: #FF0000; font-weight: bold; font-size: 16px; }
.style11 {font-size: 12px;}
.style12 {font-size: 14px; font-weight: bold; color: #FF9900; }
.style13 {font-size: 10px;}

#f1{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka|“™•, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #CC6699;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	border-bottom:thin dotted #cc99cc;
	border-left:thin dotted #cc99cc;
	border-right:thin dotted #cc99cc;
	border-top:thin dotted #cc99cc;
	padding: 2px 2px 2px 2px;
}


/*ƒtƒHƒ“ƒgŽw’è*/
table
{
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka|“™•, "ƒqƒ‰ƒMƒmŠpƒS Pro W3" ;
  font-size:12px;@line-height: 1.5;
 } 
 
#tdstyle {
	color: #9F434A;
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka|“™•, "ƒqƒ‰ƒMƒmŠpƒS Pro W3" ;
	font-size: 18px;
	font-weight: bold;
	  border-style:dotted;
}

 
 /*ƒŠƒ“ƒNŽw’è*/ 
A:link,A:visited    { color: #1187E2; 
                          text-decoration: underline;
		  						  
				  
						  }
A:active,A:hover { color: #FF9900;
text-decoration:underline;
}


