@charset "UTF-8";
/* CSS Document */

body{
	font-size-adjust: 84%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4;
	max-width: 100%;
	margin: auto;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
}

a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a,ul li {
	color: #2C5DC9;
}

a:hover {
	text-decoration: none;
}

h1{
	background: #403b3b;
}

h1 span {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2% 0;
	border-bottom: solid 2px #ec2113;
	font-weight: bold;
	font-size: 200%;
	color: #fff;
	line-height: 1.2;
}

#contents {
	width: 100%;
	max-width: 1000px;
	margin: 2% auto 30%;
}

.comment {
	margin-top: 0.5%;
	font-size: 80%;
}

.link {
	margin: 2% 0;
}

footer{
	text-align: center;
	margin-bottom: 2%;
}
