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

body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #906;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: none;
}
.size16b {
	font-size: 16px;
	font-weight: bold;
}
.size16b-green {
	font-size: 16px;
	font-weight: bold;
	color: #090;
}
.size1216 {
	font-size: 12px;
	line-height: 16px;
}
.size16-white-bold {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.size1418 {
	font-size: 14px;
	line-height: 18px;
}
