@charset "utf-8";

body {
	background: #000000;
	color: #FFFFFF;
}

/* Mac IE 5用 \*//*/
#indexshow {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 105px;
	height: 330px;
	width: 800px;
}
#datecount {
	position: absolute;
	text-align: right;
	margin-top: 80%;
	right: 10%;
}
/* 以上 */

/* 通常 \*/
#indexshow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -175px;
	height: 350px;
	width: 800px;
}
#datecount {
	position: absolute;
	text-align: right;
	bottom: 10%;
	right: 10%;
}
/* 以上 */

/* Win IE 6 7 高さ調整 
body > #indexshow {
	height: auto;
	min-height: 350px;
}*/
/* 以上 */
#indexshow #skipbtn {
	text-align: right;
	vertical-align: middle;
}
