body {
	background: #000;
	color: #BBB;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	font-size: 75%;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
}

a:link,
a:visited {
	color: #DDD;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FFF;
	text-decoration: underline;

}

h1 {
	margin: 0 auto 1em;
	text-align: center;
	background-color: #000;
}

img {
	border: none;
}

.headLine {
	color: #D00;
	font-weight: bold;
}
.headLine a {
	color: #D00;
}
hr,
.hidden,
h2.forPc,
.forMobile {
	display: none;
}

#skipFlash {
	letter-spacing: 0.1em;
	padding: 0 20px;
}
#skipFlash a {
	display: block;
	background: #000 url(../../img/enter.gif) no-repeat 0 0;
	width: 49px;
	height: 24px;
	color: #AAA;
}
#skipFlash a:hover {
	color: #FFF;
	text-decoration: none;
	background: #000 url(../../img/enter.gif) no-repeat 0px -24px;
}
#skipFlash a span {
	text-transform: uppercase;
	display: none;
}
.enterAddress {
	margin-top: 1em;
}
.enterAddress,
address {
	padding: 0 20px;
	text-align:right;
}
address {
	font-style: normal;
}