/* ---- BaseFont ---- */
body,td,th {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "Gothic", "sans-serif";
	font-size: 12pt;
	line-height: 130%;
	}


/* ---- Function ---- */
.menu {
	font-size: 12px;
	}

.title {
	font-size: 18pt;
	font-weight: bold;
	}

.catch {
	font-size: 14pt;
	font-weight: bold;
	color: #333;
	}

.h2 {
	font-size: 12pt;
	font-weight: bold;
	}

.h3 {
	font-size: 10pt;
	font-weight: bold;
	}

.hint {
	font-size: 9pt;
	color: #333;
	}

b.red {
	color: #C00;
	}


/* ---- Size ---- */
.mini {
	font-size: 9pt;
	}

.regular {
	font-size: 10pt;
	}

.big {
	font-size: 12pt;
	}

.large {
	font-size: 14pt;
	}

.great {
	font-size: 16pt;
	}

.huge {
	font-size: 18pt;
	}


/* ---- Link ---- */
A:link {
	color: #00C;
	text-decoration: none;
	}

A:active {
	color: #000;
	text-decoration: none;
	}

A.under:active {
	color: #000;
	text-decoration: none;
	}

A:visited {
	color: #609;
	text-decoration: none;
	}

A.under:visited {
	color: #609;
	text-decoration: none;
	}

A:hover {
	color: #C00;
	text-decoration: underline;
	}

A.under:hover {
	color: #CC0;
	text-decoration: underline;
	}


/* ---- Link White ---- */
A.fff { 
	color: #FFF;
	text-decoration: none;
}

A.fff:link { 
	color: #FFF;
	text-decoration: none;
	}

A.fff:active {
	color: #000;
	text-decoration: none;
	}

A.fff:visited {
	color: #FFF;
	text-decoration: none;
	}

A.fff:hover {
	color: #FFF;
	text-decoration: Underline;
	}
