@charset "utf-8";

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	height: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, 'Droid Sans', "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color: #333;
	background-color: #FFF;
	-webkit-text-size-adjust: none;
}

a { text-decoration: none; border-bottom: 1px solid #f00; color: #f00; }
a:hover { border: none; }


h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	border-bottom: 2px dotted #258c96;
/*
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
*/
}


#container {
	width: 100%;
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}


header { border-top: 5px solid #258c96; }
header #header-inner {
	max-width: 860px;
	margin: 0 auto 20px;
	text-align: left;
	padding: 30px 20px;
}
header h1 { 
	font-size: 14px;
	font-size: 1.4rem;
}
header h1 strong {
	margin-left: 10px;
	font-size: 26px;
	font-size: 2.6rem;
	color: #258c96;
}
header h1 a {
	font-weight: normal;
	color: #333;
	border: none;
}



#body { 
	max-width: 860px;
	margin: 0 auto;
	padding: 0 20px 50px;
	text-align: left;
}

footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
	z-index: 500;
	position: relative;
	border-bottom: 5px solid #258c96;
	background: #fff;
}
footer p {
	max-width: 860px;
	margin: 0 auto;
	padding: 10px 20px;
}
