BODY {
	font-size: small;
	line-height: 130%;
	color: #1C1C1C;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	background-attachment: scroll;
	background-color: transparent;
}
.f10{
	font-size: x-small;
	line-height: 150%;
}
.f13{
	font-size: x-small;
	line-height: 150%;
}
.f15{
	font-size: small;
	line-height: 140%;
}

/* 通常リンク */


a:link {color:#0000FF; text-decoration:underline;}
a:visited {color:#0000FF; text-decoration:underline;}
a:active {color:#4876FF; text-decoration:none;}
a:hover {color:#4876FF; text-decoration:none;}


a.normal:link {color:#0000FF; text-decoration:underline;}
a.normal:visited {color:#0000FF; text-decoration:underline;}
a.normal:active {color:#4876FF; text-decoration:none;}
a.normal:hover {color:#4876FF; text-decoration:none;}


