@charset "shift_jis";
/* CSS Document */

#logo {
	margin: 0px;
	width: 185px;
	position: absolute;
	z-index: 2;
	height: 91px;
	left: 10%;
	top: 3%;
}
#menu {
	margin: 0px;
	height: 30px;
	width: 260px;
	position: absolute;
	z-index: 10;
	left: 65%;
	top: 5%;
}
#topics {
	margin: 0px;
	height: auto;
	width: 500px;
	position: absolute;
	left: 30%;
	z-index: 5;
	bottom: 85px;
	visibility: visible;
	overflow: auto;
}
#title_topics {
	width: auto;
	position: absolute;
	left: 30%;
	z-index: 4;
	bottom: 136px;
}
#footer {
	position: absolute;
	left: 10%;
	background-image: url(img_index/footer2.png);
	background-repeat: repeat;
	bottom: 0px;
}
#footer_t {
	font-size: 15px;
	position: absolute;
	left: 58%;
	z-index: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 500px;
	height: auto;
	color: #666;
	bottom: 5px;
}
#count {
	position: absolute;
	left: 83%;
	bottom: 50px;
}

