@charset "Shift_JIS";

/* _____________________________________________________FONT */

.l{
	font-size:13px;
	line-height:18px;
}

.m{
	font-size:12px;
	line-height:17px;
}

.mm{
	font-size:11px;
	line-height:16px;
}

.s{
	font-size:10px;
	line-height:15px;
}

.ss{
	font-size:9px;
	line-height:14px;
}

em{
	font-style:normal;
	font-weight:800;
}

/* _____________________________________________________TEXT COLOR */

.tex_gray{
	color:#cccccc;
}


/* _____________________________________________________LINK */

a:link{
	text-decoration:underline;
	color:#eeeedd;
}

a:visited{
	text-decoration:underline;
	color:#ddddcc;
}

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

a:active{
	text-decoration:underline;
	color:#ffffff;
}

