/* for Land.jsp */
@charset "shift-jis";

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div.contents_body {
	background-attachment: scroll;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	width: 970px;
	position: relative;
}

.text{
	padding:0 15px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:1.2em;
}
img.logo {
	vertical-align: baseline;
	margin-left:10px;
}
.indent_l17 {
	margin-left:17px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.indent_l32 {
	margin-left:32px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.center {
	position:absolute;
	left: -100%;
	right: -100%;
	margin: auto;
}
.rollover {
	height: 51px;
}
.rollover a {
	width: 271px;
	height: 51px;
	background: url("../images/btn_agree_off.gif") no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
.rollover a:hover {
	background-image: url("../images/btn_agree_on.gif");
}

div.pagetop {
	font-size: 11px;
	text-align: right;
	padding: 10px 5px 20px;
	clear: both;
}

