@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	text-align: center;
}
.font_12 {
	font-size: 12px;
}
/*  Link Color   
----------------------------------------------------------- */  
a {
	text-decoration:none;
	color: #FFF;
}   
a:link {
	color:#FF0;
}   
a:visited {
	color:#FFF;
}   
a:hover {
	text-decoration:underline;
	color: #F00;
}   
a:active {
	color:#FFF;
}  

