@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body, html, #wrapper {
	width : 900px;
	height: 100%;
	text-align : center;
	margin : 0 auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width : 900px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -100px;
}
#wrap {
	padding-bottom : 100px;
	font-size : 13px;
	margin: 80px 80px 0px 80px;
}
#mainnav {
	width: 900px;
	margin: 0 auto;
}
#mainnav ul {
	text-align: center;
}
#mainnav li {
	border-right : 2px solid;
	font-size : 13px;
	text-align : center;
	display : inline;
	padding: 0 24px;
	font-weight: bold;
	color: #000000;
}
#mainnav li:first-child {
	border-left: 2px solid;
}
a {
	text-decoration : none;
}
a:link {
	color : #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color : #000000;
}
.copyright {
	margin: 0 auto;
	width: 900px;
	font-size : 9px;
	font-weight: 700;
	border-top : #D2D2D2 solid 1px;
}
#footer {
	position: relative;
	margin-top: -100px;
	height: 50px;
	text-align: center;
	bottom: 0;
}
#ttl+p {
	padding-top : 10px;
}
#ttl {
	font-weight: bold;
	font-size : 16px;
	margin-top : 50px;
	margin-left : -10px;
}
.inner {
	/*font-size: 12px;*/
	margin-left: 20px;
}
.plan {
	list-style: none;
}
