@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body{
	background:#222222;
	line-height:1.6;
	font-size:0.8em;
	font-family:verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

#header{
	background:#ffffff;
	width:500px;
	height:46px;
	top:10px;
	left:0px;
	padding:7px 30px;
}

#pdf {
	width:170px;
	height:46px;
	position:absolute;
	top:10px;
	right:10px;
	padding:7px 20px;
	line-height:46px;
}

#pdf a{
	width:100%;
	height:100%;
	display:block;
	color:#ffffff;
}

#pdf img {
	padding-right:10px;
	vertical-align:middle;
}

#contents{
	margin-top:100px;
	margin-bottom:100px;
	text-align:center;
}

h1{
	display:block;
	float:left;
	height:46px;
}

#backnumber {
	line-height:70px;
	height:46px;
	display:block;
	float:left;
	margin-left:10px;
}

#footer {
	background:#ffffff;
	bottom:10px;
	right:0;
	padding:5px 0px 5px 20px;
	font-size:8px;
	float:right;
	width:100%;
}

#footer #banners {
	display:block;
	float:left;
	margin-left:20px;
}

#footer #banners a img{
	margin-top:5px;
	border:1px solid #cccccc;
}

#footer #credit {
	display:block;
	float:right;
	margin-left:20px;
}

h2 a{
	text-decoration:none;
	color:#EE1C23;
	font-weight:bold;
	font-size:16px;
}
