@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background: #fff repeat-y top center;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
}
*html body {
	padding-left: 1px;
}
*:first-child+html body {
	padding-left: 2px;
}
body,x:-moz-broken {
	margin-left:-1px;
}
a {
	color: #960096;
	text-decoration: none;
}
a:hover {
	color: #bad;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table,form,input,textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table {
	line-height: 140%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
}
p.spacer {
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}

div#wrap {
	width: 550px;
	background: url(../img/index.jpg) no-repeat center top;
	margin: 20px auto 0;
}
div#wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
*html div#wrap {
    height: 0em;
}
/******************** index ********************/
div#wrap div.inner {
	padding: 305px 0 250px;
}
h1 {
	padding-bottom: 5px;
	color: #fff;
	font-size: 90%;
	font-weight: normal;
}
table.enter {
	width: 360px;
	margin: 20px auto;
}
table.enter td.nagano {
	text-align: left;
}
table.enter td.matsumoto {
	text-align: left;
	padding-left: 18px;
}
td.nagano a, td.matsumoto a {
	background: url(../img/enter_nagano.gif) no-repeat top left;
	width: 174px;
	height: 38px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
td.matsumoto a {
	background: url(../img/enter_matsumoto.gif) no-repeat top left;
}
p.mobile a {
	margin-top: 7px;
	background: url(../img/enter_mobile.gif) no-repeat top left;
	width: 59px;
	height: 27px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
td.leave {
	text-align: right;
	padding-top: 20px;
}
/******************** footer ********************/
div.footer {
	background: url(../img/footer.gif) no-repeat top;
	padding: 10px 18px 20px;
	font-size: 90%;
}
div.footer ul {
	background: #eeecf2;
	padding: 2px;
}
div.footer li {
	list-style-type: none;
	display: inline;
	border-left: 1px dotted #333;
	padding: 0 7px;
}
div.footer li.start {
	border: none;
}
div.footer p {
	padding: 17px 0;
	text-align: center;
}
/********************************************************************************/
/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/