@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
  Common Class - Font
------------------------------------------------------------*/

/* Size */

.s {
	font-size:85%;
	line-height:1.2em;
}

.m {
	font-size:93%;
	line-height:1.2em;
}

.l {
	font-size:116%;
	line-height:1.2em;
}

.stx {
	font-size:85%;
	line-height:1.6em;
}

.mtx {
	font-size:93%;
	line-height:1.6em;
}

.ltx {
	font-size:116%;
	line-height:1.6em;
}

/* Position */

.al {
	text-align:left;
}

.ac {
	text-align:center;
}

.ar {
	text-align:right;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

/* Color */

.black {
	color:#000000;
}

.blue,
.blue a,
.blue a:visited
 {
	color:#0066CC;
}

.brown {
	color:#9F9F3F;
}

.gray {
	color:#999999;
}

.green,
.green a,
.green a:visited
 {
	color:#8CB265;
}

.pink {
	color:#FDEEEE;
}

.red {
	color:#FF3300;
}

.white {
	color:#FFFFFF;
}

.yellow {
	color:#FFCC00;
}


