/***********************************************/
/* style.css                           */
/***********************************************/

/***********************************************/
/* HTML styles                                 */
/***********************************************/
body
{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:12px;
  color: #666666;
  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 {color: #FFCC00;
	     font-weight: bold;}
.style4 {font-size: 14px; font-weight: bold; color: #333399; }
.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: 16px; }
.style10 {color: #FF0000; font-weight: bold; font-size: 16px; }
.style11 {color: #FFFF00; font-weight: bold; font-size: 12px;}

#f1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ 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;
}


/*フォント指定*/
table
{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:12px;　line-height: 1.5;
 } 
 
#tdstyle {
	color: #9F434A;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
}

 
 /*リンク指定*/ 
A:link,A:visited    { color: #1EB3CE; 
                          text-decoration: underline;
		  						  
				  
						  }
A:active,A:hover { color: #1ECE3F;
text-decoration:underline;
}


