/* Font Size 1 */
.text1{
	font-family: Osaka,"MS Gothic", sans-serif;
	font-size: 9px;
	line-height: 120%;
}

/* Font Size 2 */
.text2{
	font-family: Osaka,"MS Gothic", sans-serif;
	font-size: 10px;
	line-height: 120%;
}

/* Font Size 3 */
.text3{
	font-family: Osaka,"MS Gothic", sans-serif;
	font-size: 12px;
	line-height: 120%;
}

/* Font Size 4 */
.text4{
	font-family: Osaka,"MS Gothic", sans-serif;
	font-size: 14px;
	line-height: 120%;
}

/* Font Size 5 */
.text5{
	font-family: Osaka,"MS Gothic", sans-serif;
	font-size: 18px;
	line-height: 120%;
}

/* LINK */
A:link,A:visited{
	color: #0062A3;
	text-decoration: none
}
A:hover,A:active{
	color: #07CDFF;
	text-decoration: none
}

