@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;
	background: url( '../image/bg-body.png' ) repeat 0 0;
}

h2 {
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	font-weight:bold;
	margin: auto 0px;
	padding-top: 40px;
	margin-bottom: 0px;
}

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

a:hover,
a:active {
	color: #9090fb;
	text-decoration: none;
}

span.comment {
	color: #0461b1;
	font-size: 13px;
}

span.comment02 {
	color: #cc0000;
	font-size: 15px;
}

h4 {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin: auto 0px;
	padding: 10px 10px 10px 10px;
	margin-bottom: -15px;
}

.thanks-mail {
	font-size: 20px;
  font-weight: bold;
	line-height: 28px;
	margin-bottom: 20px;
}
.ip-address {
	font-size: 16px;
	margin: auto 0px;
	text-align: center;
	line-height: 22px;
	margin-bottom: -40px;
}

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

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

body {
	font-size: 100%;
}

}
/* 1000pixel end */
