@charset "UTF-8";

/*STANDARD ________________________________________________ */

body{
	color:#555555;
	font-family:Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}


/*FONT SIZE ________________________________________________ */

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

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

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

/* TEXT COLOR_____________________________________________________________________*/

.text_black{color:#000000;}
.text_red{color:#ff0000;}
.text_gray{color:#42403e;}
.text_navy{color:#1c4c9d;}
.text_green{color:#186225;}

/*LINK ________________________________________________ */

a:link{
	text-decoration:none;
	color:#0000ff;
}

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

a:hover{
	text-decoration:none;
	color:#ff6600;
}

a:active{
	text-decoration:none;
	color:#993300;
}
