*{
   line-height : 20px;
   letter-spacing : 1px;
   
}
body{
	SCROLLBAR-FACE-color: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-color: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-color: #ffffff; 
	SCROLLBAR-DARKSHADOW-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #000000;
	margin-left: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:fixed url(img/bg1.jpg) #ffffff no-repeat top left;
}

tr,td,th {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #000000;
}


a: {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a:link {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a:visited {
  	color: #000000;
  	font-size: 9pt;
	text-decoration: none;
}
a:active {
  	color: #FF96A0;
  	font-size: 9pt;
	text-decoration: none;
}
a:hover {
  	color: #FF96A0;
 	font-size: 9pt;
	text-decoration: none;
}


/**四辺外枠**/
.tb1 {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/**上枠**/
.tb2 {
	border-top: 1px solid #000000;
	}

/**下枠**/
.tb3 {
	border-bottom: 1px solid #000000;
}

/**タイトル文字**/
.title1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 300px;
	padding-left: 10px;
	border-bottom: 1px solid #000000;
	border-left: 3px solid #000000;
	line-height:20px;
}

/**点線付き文字**/
.text1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #000000;
	border-bottom: 1px dashed #000000;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.text1  a, 
.text1  a:link,
.text1  a:visited,
.text1  a:active{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #FF96A0;
	text-decoration : none;
}
.text1  a:hover{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #FF96A0;
	text-decoration : none;
}


/**点線なし文字**/	
.text2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #000000;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.text2  a, 
.text2  a:link,
.text2  a:visited,
.text2  a:active{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #FF96A0;
	text-decoration : none;
}
.text2  a:hover{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	color: #FF96A0;
	text-decoration : none;
}


/**著作権文字**/	
.text3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	color: #666666;
	margin-left: 10px;
    line-height : 120%;
}
.text3  a, 
.text3  a:link,
.text3  a:visited,
.text3  a:active{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	color: #FF96A0;
	text-decoration : none;
	margin-left: 10px;
    line-height : 120%
}
.text3  a:hover{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 8pt;
	color: #FF96A0;
	text-decoration : none;
	margin-left: 10px;
    line-height : 120%;
}

/**赤色文字**/	
.red {
	color: #CC0000
}
