@charset "utf-8";

/* 基本設定 ここから */
body {
	color: #555555;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic",sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #99abdd;
}

a:link {
	color: #555555;
	text-decoration: none;
}

a:visited {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

/* 基本設定 ここまで */

/* index ここから */

#index {
	position:absolute;
 top:50%;
 left:50%;
 width:760px;
 height:300px;
 margin-left: -378px;
 margin-top: -294px;
}

#counter {
	position:absolute;
	top: 520px;
	left: 630px;
}
	

/* indexここまで */

