﻿html,body{
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: #000000;
	text-align: center;
}

p {
	margin: 8px; padding: 0;
}

img {
	vertical-align: top;
	border-style: none;
}

#dummy {
	float: left;
	width: 1px; height: 50%;
	margin-bottom: -280px;
}

#content {
	height:520px;
/*	height:560px;*/
	clear: left;
/*	background-image: url("images/pal1.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto;
}

#dummy2 {
	height:400px;
}

#enter a:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
}

#enter a {
	width:100px;
	display: block;
	background: url(images/enterbb00.gif) no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
}

.linkMenu {
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #999999;
}

#itemName {
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: x-small;
	color: #999999;
}

a {
	color: #999999;
}

