a:link {
	color: #00004A;
	text-decoration: underline;
}
a:visited {
	color: #00004A;
	text-decoration: underline;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	line-height: 1.8em;
	padding: 0px;
	background: #000000;
	color: #494949;
	font-size: 11px;
	padding: 15px 0;
	margin: 0;
	background-image: url("../img/back.png"); /* 全体の背景画像 */
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-size: cover;
	background-position: top center;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;
}

#contents {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	border: 2px solid #7F898B;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#title {
	margin: 20px;
	font-size: 16px;
}

#name {
	margin: 20px;	
	text-align: right;
}

div.pagebox {
   margin-bottom: 20px;
   padding: 20px;
   width: auto;
}

p.pages {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

p.pages a {
	display: block;
	width: 5em;
	float: left;
	margin: 0px 2px 0px 4px;
	background-color: #FFFFFF;
	border: 2px solid #7F898B;
	padding: 1px;
	text-align: center;
}

div.page {
	height: auto;
	overflow: auto;
	clear: left;
}

p.num {
	text-align: right;
	margin: 5px;
}
p.re {
	margin-left: 5px;
	text-align: left;
	float:left	
}
p.ne {
	margin-right: 5px;
	text-align: right;
}

div.page p {
	margin: 0.5em;
}

.clear {
	clear: left;
}