body {	font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px}

/* ================================================================ */
/* ----- FONT設定 ----- */
.font-10px { font-size: 10px ; line-height: 14px }
.font-12px { font-size: 12px ; line-height: 16px }
.font-14px { font-size: 14px ; line-height: 18px }


/* ================================================================ */
/* ----- FONT設定 ----- */
.text-10px { font-size: 10px ; line-height: 14px }
.text-11px { font-size: 11px ; line-height: 16px }
.text-12px { font-size: 12px ; line-height: 16px }
.text-14px { font-size: 14px ; line-height: 18px }
.text-16px { font-size: 16px ; line-height: 20px }
.text-18px { font-size: 18px ; line-height: 22px }

.text-nm10px { font-size: 10px }
.text-nm11px { font-size: 11px }
.text-nm12px { font-size: 12px }
.text-nm14px { font-size: 14px }
.text-nm16px { font-size: 16px }
.text-nm18px { font-size: 18px }

/* ================================================================ */
/* ----- MARGIN設定 ----- */
.mgn-10px { width: 100% ; padding-left: 10px }
.mgn-20px { width: 100% ; padding-left: 20px }
.mgn-30px { width: 100% ; padding-left: 30px }
.mgn-40px { width: 100% ; padding-left: 40px }
.mgn-50px { width: 100% ; padding-left: 50px }

/* ================================================================ */
/* ----- TABLE ----- */
table {
	color:#333333 ;
	font-size: 12px ;

}

/* ================================================================ */
/* ----- LINK ----- */
a { 
	color: #142CAF;
	text-decoration: none
}

a:visited { 
	color: #660066;
	text-decoration: none
}

a:hover { 
	color: #FF9900;
	text-decoration: underline
}

a.white { 
	color: #FFFFFF;
	text-decoration: none
}

a.white:hover { 
	color: #FF9900; 
	text-decoration: underline
}
