@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
font-family:font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body
{
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-color:#000000;
}


h1 {
	height:134px;
	width:782px;
	background-color: #000000;
	background-image: url(../images/header.jpg);
}


h1 span {
	display:none;
}

h3 {
	font-size: 10px;
	line-height: 120%;
	color: #FFFFFF;
	background-image: url(../images/h3.jpg);
	height: 66px;
	width: 771px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 21px;
	font-weight: normal;
	background-repeat: no-repeat;
}

h3 span {
font-weight:bolder;
color:#FFFF00;
}

#container
{
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	width: 782px;
	background-image:url(../images/main_bg.jpg);
	background-color: #000000;
} 

#enter {
	height: 60px;
	width: 782px;
}

#play {
	background-image: url(../images/play.jpg);
	height:30px;
	background-repeat: no-repeat;
}


#playA {
	width:391px;
	height:160px;
	float:left;
	background-image: url(../images/playA.jpg);
	background-repeat: no-repeat;
}

#playB {
	width:391px;
	float:right;
	background-image: url(../images/playB.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#pop {
	height:420px;
}

#button {
	height:60px;
	background-image: url(../images/bottle.jpg);
	background-repeat: no-repeat;
}

#line {
	background-image: url(../images/line.gif);
	height: 20px;
}

#footer {
	height: 45px;
	width: 782px;
	clip: rect(10px,auto,auto,auto);
}

#footer  .home  {
	float: right;
	width: 140px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer  .info  {
	float: right;
	width: 600px;
	padding: 10px;
}

a {
	color: #FF9933;
	text-decoration: underline;
	font-size: 10px;
}

a:hover {
	text-decoration: none;
	font-size: 10px;
}


table {
	background-color: #000000;
	margin-top: 5px;
	margin-right: 13px;
	background-image: url(../images/pop.jpg);
	background-repeat: no-repeat;
	border: 1px solid #A38C46;
}

table div{
	float:left;
	background-color:#000000;
	width:113px;
	height:156px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	border: 1px solid #A38C46;
	text-align: center;
}

td {
	padding-top: 30px;
	padding-left: 8px;
}

td div img{
	margin:3px;
}


.p1 {
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
	height: 100px;
	width: 200px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 185px;
	text-align: left;
}

.p2 {
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
	height: 100px;
	width: 170px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 195px;
	text-align: left;
}

.p3 {
	font-size: 10px;
	color: #FFFFFF;
		text-align: right
}

.PF {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 140%;
}

.clear{
	clear:both;
	line-height:0;
	height:0;
}

.none {
	display: none;
}
