@charset "utf-8";
/* CSS Document */

body {
	font-size:100%; 
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color:#555;
}
a:link,
a:visited {
	color:#005f8a;
}
a:hover,
a:active {
	color:#58b4dd;
}

.font-print {
	font-size:140%;
}
.font-message {
	font-size:100%;
	background:#eeeeee;	/*site color*/
	color:#ff6347;		/*site color*/
}
.font-largest {
	font-size:110%;/*約18px*/
}

.font-large {
	font-size:100%;/*16px*/
}

.font-medium {
	font-size:88%;/*約14px*/
}

.font-small {
	font-size:75%;/*12px*/
}

.font-smallest {
	font-size:63%;/*約10px*/
}
