/*　bodyマージン　*/

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

H1   {
	font-size: 16pt;
	line-height: 20pt;
	color: #666699;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 0.2em;
}
	

H2   {font-size: 14pt; line-height: 18pt;}
H3   {font-size: 12pt; line-height: 16pt;}


.f1   {font-size: 14pt; line-height: 16pt;  font-weight: bold; color="#ffffff"}

.f2   {font-size: 14pt ;line-height: 16pt; color:#1a4d80; font-style:italic }

.f3   {font-size: 9pt; line-height: 11pt; color:#e6b31a; }

A:link,A:visited {color:#003366; text-decoration:none;}
A:hover,A:active {color:#ff6666; text-decoration:underline;}

.line-blue {
	font-size: 135%;
	line-height: 160%;
	font-weight: normal;
	color: #666699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
	}

.line-blue2 {
	font-size: 125%;
	line-height: 130%;
	font-weight: normal;
	color: #666699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
	padding-bottom: 4px;
	}

/*　20090514追加　*/
.text-red {
	font-weight: bold;
	color: #FF0000;
}
/*　2010-11-09 add　*/
.text-red-line1 {
	width:150px;
	text-align:center;
	font-size:x-small;
	font-weight: bold;
	color: #FF0000;
	border:1px solid #CC0000;
	padding:5px;
}
.text-red-line2 {
	width:500px;
	/*text-align:center;*/
	font-size:x-small;
	/*font-weight: bold;*/
	color: #FF0000;
	border:1px solid #CC0000;
	padding:5px;
}
