body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family:Meiryo,Verdana,Osaka,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	background:url(../images/homebg.jpg) center top no-repeat #ffffff;
}
a:link {text-decoration: none; color: #7b283a;}
a:visited {text-decoration: none; color: #7b283a;}
a:hover {text-decoration: underline; color: #ff7cb4;}

/* ENTER */
#homeswf {
	height: 750px;
	margin: 0 auto;
	padding: 180px 0 0;
}
h1 {
	margin: 0 auto;
	padding: 0;
	width: 500px;
	height: 290px;
}
#homemenu {
	margin: 0 auto;
	padding: 0;
	width: 460px;
	height: 34px;
	overflow: hidden;
}
.topcampainimg {
	margin: 20px auto 0;
	width: 440px;
	height: auto;
	vertical-align: top;
}
#formen,#forlady {
	float: left;
	margin: 0 15px;
	display: block;
	width: 200px;
	height: 34px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#formen:link,#formen:visited {background: url(../images/hn.gif) 0px 0px;}
#forlady:link,#forlady:visited {background: url(../images/hn.gif) -200px 0px;}
#formen:hover {background: url(../images/hn.gif) 0px -34px;}
#forlady:hover {background: url(../images/hn.gif) -200px -34px;}

/* whiteCover */
#whiteCover {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 333;
}
.notFixed #whiteCover {
	position: absolute;
}

#dialog {
	padding: 40px 0 35px;
	background:url(../images/mw_top.png) center 2px no-repeat,url(../images/mw_bottom.png) center bottom no-repeat;
}
#dialogout {
	display: block;
	width: 348px;
	margin: 20px auto 0;
}
#dialogout:hover {
	opacity: 0.6;
}

/* loading */
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	background: url(../images/loading.gif) left top no-repeat;
	margin-left: -8px;
	margin-top: -8px;
	z-index: 999;
}
.notFixed #loading {
	position: absolute;
}

#homelogo {
	margin: 22px auto 10px;
	padding: 0;
	text-align: center;
	font-family: serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	color: #444;
	overflow: hidden;
}
#mainmenu {
	margin: 20px auto 30px;
	padding: 0;
	width: 320px;
	overflow: hidden;
}
#mainmenu a {
	float: left;
	margin: 0;
	display: block;
	width: 160px;
	text-align: center;
}
.homemain {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.homemain a {
	margin: 0 auto 40px;
	padding: 10px 0;
	display: block;
	width: 540px;
	font-size: 17px;
	-webkit-border-radius: 6px; /*p*/
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#mainformen {
	background: #644f38;
}
#mainforlady {
	background: #a42e48;
}
.homemain a:link,
.homemain a:visited {text-decoration: none; color: #fff;}
.homemain a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.5;
}
h2 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	color: #111;
	line-height: 140%;
}
.homemain ul {
	margin: 0;
	padding: 0 0 10px;
}
.homemain ul li {
	margin: 0;
	padding: 0 0 10px 12px;
	text-align: left;
	list-style-type: none;
	background: url(../images/ul.gif) left top no-repeat;
}
#footer {
	padding: 0 0 30px;
}



