@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;

}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}

h1 {
	margin-top:1em;
	margin-bottom:0.5em;
	font-size:135%;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #454545;
}


div {
	margin-top:2em;
	margin-bottom:0.5em;
	padding: 0.5em;/*文字周りの余白*/
text-align:center;
}





/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}

}
/* 1000pixel end */




