@charset "Shift-JIS";

body {
	margin:0;
	padding:0;
	color: #333;
	background: #FFF;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	font-size: 62.5%; /* 10px */
	font-size: 80%; /* 10px */
	line-height: 1.7;
	text-align: center;
}

/* --- link --- */
 
a {
	color: #333;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
 
/* --- general --- */
 
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}
h3 {
	margin: 0 0 1em 0;
	color: #333;
	font-size: 1.2em;
	font-family: serif;
}
p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}