@charset "UTF-8";
/* CSS Document */

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:active { text-decoration: none; }

a:hover { text-decoration: none; }

html {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #600f18;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #BF9A0E;
	font-family: verdana, helvetica, arial, sans-serif;
}

body {
	background: #600f18;;
	_text-align: center;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

h1 { display: none;}

h2 { display: none; }


/*�t�H���g*/

.italic { 
	font-style: italic;
}

.gold {
	color: #BF9A0E;
}

.bordeaux {
	color: #69262C;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}


/*���b�p�[*/

#wrapper {
	width: 100%;
	height: auto;
	text-align: left;
}


/*�w�b�_�[*/

#header {
	width: 100%;
	height: 10px;
	background: #600f18;
}


/*�R���e���c*/

#content {
	position: relative;
	width: 100%;
	height: 630px;
	text-align: left;
	margin: 0;
	background: #fff url(../images/bg_content.png) center top no-repeat;
	border-bottom: 2px solid #BF9A0E;
}

.enter {
	position: absolute;
	top: 560px;
	left: 43%;
	width: 200px;
	height: 20px;
}

.enter li{
	display: block;
	float: left;
	width: 100px;
	height: 20px;
}

.enter li a {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
}

.enter li a:hover {
	border-bottom: 2px solid #69262C;
}
	

/*�t�b�^�[*/

#footer {
	clear: both;
	width: 100%;
	height: 40px;
}

#footer p {
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	margin-top: 15px;
}