@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: center;
}

body, td, th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 20px;
	color: #666666;
}

a:link {
	color: #999933;
	text-decoration: underline;
}

a:visited {
	color: #999933;
	text-decoration: underline;
}

a:hover {
	color: #666633;
	text-decoration: none;
	background-color: #EEEECC;
}

a:active {
	color: #999933;
	text-decoration: underline;
}

h1 {
	font-size:12px;
	line-height: 0;
	visibility: hidden;	
}

img {
	border: none;
}

#pageIndex {
    overflow: hidden;
    height:400px;
    width:500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
}
