@charset "utf-8";


/*-------------------------------------
indexElementsSetting
-------------------------------------*/

body {
	background-color: #e0d2af;
	font-size: small;
	color: #663300;
}
hr {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.nowrap{
	white-space: nowrap;
}
.center {
	text-align: center;
}

div#contents {
	position: absolute;
	top: 50%;
	width: 300px;
	height: 120px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -140px;
	/*overflow:auto;*/
	left: 50%;
	margin-top: -150px;
}

div#contents h1 {
	text-indent: -9999px;
	font-size: 0;	/* forWinIE */
	line-height: 0;	/* forWinIE */
	display: inline;
}

div#contents h1 a {
	height: 120px;
	background-image: url(../img/index_img.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}

div#contents h1 a{
	width: 100%;
	text-decoration: none;
	display: block;
}

/*-------------------------------------
indexEnterbuttonSetting
-------------------------------------*/
div#contents .enterbutton {
	margin-top: 30px;
	margin-bottom: 10px;

}
div#contents .enterbutton a {
	font-size: medium;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #663333;
	display: block;
	width: 148px;
	text-align: center;
	border: 1px solid #330000;
}

/*-------------------------------------
footerSetting
-------------------------------------*/

div#footer {
	clear: both;
	position: absolute;
	bottom: 16px;
	right: 23px;
	font-family: Arial, Helvetica, sans-serif;
}

