/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	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;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	FONT: 11px "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
	float: none;
}

a {
	color: #F51049;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: #F51049;
	text-decoration: underline;
}

/*--------------------------------------------------
	wrapper_back
--------------------------------------------------*/
#wrapper_back {
	background-image: url(images/bg_wrapper_back.jpg);
	background-repeat: no-repeat;
	height: 552px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	text-align: left;
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 48px;
}
* html #header .logo a { behavior: expression(IEPNGFIX.fix(this)); }
#header .logo a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 43px;
	width: 86px;
	float: left;
}
#header h1 {
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

/*--------------------------------------------------
	bg_main
--------------------------------------------------*/
* html #bg_main { behavior: expression(IEPNGFIX.fix(this)); }
#bg_main {
	background-image: url(images/bg_main.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 800px;
	padding: 10px;
}
#bg_main .main_image {
	background-image: url(images/main_image.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 800px;
}


/*--------------------------------------------------
	button
--------------------------------------------------*/
ul {
	margin-top: 30px;
	margin-left: 10px;
}
li {
	float: left;
}
.enter a {
	background-image: url(images/button_enter.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 168px;
	text-indent: -9999px;
	display: block;
	float: left;
}
.enter a:hover {
	background-image: url(images/button_enter.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	height: 30px;
	width: 168px;
}
.leave a {
	background-image: url(images/button_leave.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline;
	height: 24px;
	width: 140px;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}


/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	margin-top: 30px;
	margin-left: 5px;
}
#footer address {
	margin-top: 8px;
}
#footer .banner img {
	padding: 2px;
	border: 1px solid #DFDFDF;
	margin-top: 20px;
}


