@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	line-height: 120%;
}
a:link {
	color: #BA4131;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #BA4131;
}
a:hover {
	text-decoration: underline;
	color: #BA4131;
}
a:active {
	text-decoration: none;
	color: #BA4131;
}
.font1 {
	font-size:-2;
}
p.box {
	border-bottom: 1px solid #BA4131;
	font-size: 16px;
	color: #BA4131;
}
.font2 {
	font-size: 16px;
	color: #BA4131;
	font-weight: bold;

}

