﻿/* basic */
html, body {
	margin-top: 20px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	margin:0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana";
}

/* link */
a:link {
	color: #FD4A4A;
	text-decoration: none;
}

a:visited {
	color: #FD4A4A;
	text-decoration: none;
}

a:hover {
	color: #FD4A4A;
	text-decoration: underline;
}

h1 { font-size: 14px; }