@charset "utf-8";
/* CSS Document */
	
.nav-bar {
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
	text-decoration: none;
}
.nav-bar-sp {
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
.body-title {
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
}
.body-text {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #F1FCFF;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}
.body-text-main {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
