@charset "utf-8";

body {
	background:#F9BA00;
	color: #000;
	font-size:12px;
	line-height: 1.5;
	font-family:"メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

a { text-decoration: none;cursor:pointer;}
a:link { color: #CC3300; text-decoration:none;}
a:visited { color: #CC3300; text-decoration:none;}
a:hover { color: #CC3300; text-decoration:underline;}
a:active { color: #CC3300; text-decoration:underline;}


.bold {
	font-weight:bold;
}
.fs20 {
	font-size:20px;
}
.fs16 {
	font-size:16px;
}
.fs15 {
	font-size:15px;
}
.fs14 {
	font-size:14px;
}
.fs13 {
	font-size:13px;
}
.fs11 {
	font-size:11px;
}
.fs10 {
	font-size:10px;
}
.fs9 {
	font-size:9px;
}
.fs8 {
	font-size:8px;
}