@charset 'utf-8';

/* body
-------------------------------------------------- */

body {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	line-height: 1.3;
	color: #444444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #ffffff;
}

/* link
-------------------------------------------------- */

a {
	outline-style: none;
}

a:link {
	color: #2968e6;
	text-decoration: none;
}

a:visited {
	color: #2968e6;
	text-decoration: none;
}

a:hover {
	color: #429ed9;
	text-decoration: underline;
}

a:active {
	color: #429ed9;
	text-decoration: underline;
}
