@charset "utf-8";

@import "/css/content.css";

body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック','メイリオ',sans-serif;
	font-size:10pt;
	color:#000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	font-size:80%;
	line-height:120%;
	}
}

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

}

#contents #Dome {
	width: 960px;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#contents #Dome h2 {
	clear: both;
	width: 960px;
	height: 50px;
	font-size: 0%;
	text-indent: -9999px;
	margin-bottom: 15px;
	background: transparent url(../images/h2.gif) no-repeat left top;

}

#contents #Dome .Section {
	width: 960px;
	height: 992px;
	margin: 0 auto;
	background: transparent url(../images/Main.jpg) no-repeat left top;
	position: relative;
}

#contents #Dome .Section .movieBox {
	width: 340px;
	height: 250px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 330px;
}

#contents #Dome .Section .movieBox embed,
#contents #Dome .Section .movieBox object {
	margin-top: -28px;
}

#contents #Dome .Section h3,
#contents #Dome .Section p,
#contents #Dome .Section ul {
	text-indent: -9999px;
	font-size: 0%;
}

#contents #Dome .Section span.point {
	position: absolute;
	right: 235px;
	bottom: 332px;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	padding: 2px;
	font-size: 85%;
}

