.fs16 { 
	font-size:17px;
	font-weight:normal;
	line-height:19px;
	font-family:"Osaka", "MS PGOTHIC";
}
.fs14 { 
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	font-family:"Osaka", "MS PGOTHIC";
}
.fs12 { 
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	font-family:"Osaka", "MS PGOTHIC";
}
.fs10 {
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	font-family:"Osaka", "MS PGOTHIC";
}

.fs208B { 
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	font-family:"Osaka", "MS PGOTHIC";
}

.fs18B { 
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	font-family:"Osaka", "MS PGOTHIC";
}


.fs16B { 
	font-size:17px;
	font-weight:bold;
	line-height:19px;
	font-family:"Osaka", "MS PGOTHIC";
}
.fs14B { 
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	font-family:"Osaka", "MS PGOTHIC";
}
.fs12B { 
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	font-family:"Osaka", "MS PGOTHIC";
}
.fs10B {
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	font-family:"Osaka", "MS PGOTHIC";
}

.fsmincho {
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	font-weight:normal;
	line-height:20px;
}

.fsminchos {
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 10px;
	font-weight:normal;
	line-height:10px;
}


/* FOR ELEMENTS */
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
div {
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}


/* LINK */
a {
	text-decoration:underline;
	color:#0C38A3;
}

a:hover {
	color:#FF5F0B;
	text-decoration:underline;
}

a.header {
	text-decoration:underline;
	color:#3D3D3D;
}

