@charset "charset=UTF_8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#0d0d0d;
	text-align: center;
}

/* �S�āA */
div#pageWrapper {
	position:relative;
	margin-top:0px;
	top:0px;
	width: 1024px;
	height:768px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	background-color:#cccccc;
	font-family: Meiryo,'���C���I',sans-serif;
	font-size: 14px;
}

/* index�A���C���i�r�ȉ� */
div#topmainContents {
	position:absolute;
	top:0px;
	left:0px;
	width: 1024px;
	height:768px;
	z-index: 1;
	background-image: url(../img/yasunagaland.gif);
}

.comment {
	opacity: 0;
	position: absolute;
	background-image: url(../img/fukidasi.png);
	color:#ffffff;
	padding:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.comment a {
	color: #99ccff;
	text-decoration: underline;
}

.comment a:visited {
	color: #ccccff;
}

.comment a:hover {
	color: #ffffff;
}

div#footer {
	position:absolute;
	top:768px;
	left:0px;
	clear:both;
	padding-top:10px;
	text-align:left;
	width: 1024px;
	height: 50px;
	background-color: #0d0d0d;
}


