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

body {
	font-size: 80%;
	font-family:"ヒラギノ角ゴPro W3","MS Pゴシック", "sans-serif",
	color: #333;
	text-align: center;
	background-color: #DEDEDE;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}


a:link {
	text-decoration: none;
	color: #666;
	 
}
a:visited {
	text-decoration: none;
	color:#666;
}
a:hover {
	text-decoration: none;
	color: #F60;
}