/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/
html {   
    overflow-y:scroll;   
}
body {
	text-align: center;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 90px 0px 20px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
	float: none;
}

a {
	color: #BF1343;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: #BF1343;
	text-decoration: underline;
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	text-align: left;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	height: 28px;
}

/*--------------------------------------------------
	top_image
--------------------------------------------------*/
#top_image {
	background-image: url(images/bg_main_image.jpg);
	background-repeat: no-repeat;
	height: 245px;
	width: 780px;
}

/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 780px;
}
#main .enter a {
	height: 100px;
	width: 100px;
	background-image: url(images/button_enter.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline;
	float: left;
	margin-left: 296px;
}
#main .leave a {
	background-image: url(images/button_leave.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline;
	height: 78px;
	width: 78px;
	float: left;
	margin-top: 14px;
	margin-left: 19px;
}

/*--------------------------------------------------
	contents
--------------------------------------------------*/
#contents {
	background-image: url(images/bg_contents.jpg);
	background-repeat: repeat-x;
	height: 57px;
	width: 780px;
}
#contents p {
	padding-top: 15px;
	text-align: center;
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	text-align: center;
	line-height: 20px;
	padding-top: 20px;
}
#footer address {
	padding-top: 10px;
}
#footer .banner img {
	border: 4px solid #FFD0FF;
	margin-top: 10px;
}





#wrapper #footer .banner {
	text-align: left;
}
