* {
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6,p,a {
	font-size: 1em;
	font-weight: normal;
}

html {
	background: url(../images/top_bg.jpg) no-repeat center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#site {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	display: table;
}

#under {
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/top_bg2.png) no-repeat;
	display: table;
	width: 800px;
}

h1 {
	text-indent: -9999px;
	width: 0;
	height: 0;
}

.tag {
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 3px 2px 3px;
	letter-spacing: 3px;
	height: 45px;
	text-align: left;
}

h2 {
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #222;
	text-align: left;
}

#foot {
	width: 100%;
	background-color: #ccc;
	margin-top: 10px;
	border-top: 1px solid #999;
	letter-spacing: 2px;
	height: 25px;
}

div.counter {
	text-align: right;
}