/* CSS Document */

@charaset "UTF-8";

/* font setting */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-size: 11px;
	text-align: left;
	color:#000;
}

body a:link {
	color: #000000;
	text-decoration:none;
}

body a:visited {
	color: #000000;
	text-decoration:none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
	color: #F39;
}

body a:focus {
	color: #000000;
	text-decoration:none;
}

body a:active {
	color: #000000;
	text-decoration:none;
}

.fbold {
	font-weight: bold;
}

.fnormal {
	font-weight: normal;
}

.fita {
	font-style:italic;
}