@import url("text_style.css");
body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "Times New Roman", "serif";
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #51382f;
	font-size: 12px;
	line-height: 22px;
	font-weight: lighter;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

/* テキストリンク指定 ------------- */

a{
	color:#51382f;
	text-decoration:underline;
	}
	a:hover{
		text-decoration:none;
		}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
#enter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
