
pre, code { padding:5px; border: none; color:#666; background-color:#eee; font-size:8pt}

.page-sent {
	display: inline-block;
	width: 100%;
}

	.page-sent ul {
		float: right;
		padding:0;
		margin:10px 0 0 0;
	}
	
	.page-sent li {
		float: left;
		list-style-type: none;
		display: inline-block;
		padding: 0;
		margin:0 5px 10px 0;
	}
	
	.page-sent li a {
		display: block;
		border: 1px solid #3C3728;
		padding: 0 5px;
		text-decoration: none;
		background-color: none;
		font-size: 8pt;
		color: #3C3728;
	}
	
	.page-sent li strong {
		display: block;
		border: 1px solid #3C3728;
		padding: 0 5px;
		font-size: 8pt;
		font-weight: bold;
		color: #fff;
		background-color: #3C3728;
	}
	
	.page-sent li a:hover {
		background-color: #3C3728;
		color: #FFF;
	}
	
	.page-sent li.prev a {
		border: 0;
		padding: 0 10px 0 16px;
		background: url(../mgimg/ic_prev_2.gif) left 3px no-repeat;
	}
	.page-sent li.prev a:hover { color:#998135 }
	.page-sent li.next a {
		border: 0;
		padding: 0 16px 0 10px;
		background: url(../mgimg/ic_next_2.gif) right 3px no-repeat;
	}
	.page-sent li.next a:hover { color:#998135 }
	.page-sent li.top a {
		border: 0;
		padding: 0 0 0 25px;
		background: url(../mgimg/ic_top_2.gif) left 2px no-repeat;
	}
	.page-sent li.top a:hover { color:#998135 }

/*::::: ページ類 :::::*/

.wrap { width: 600px; border: none; padding:0; margin:0 auto 20px auto; }
.wrap .date { color: #AA6F8F; }
.topwrap { width: 600px; border: none; padding: 0; }

.wrap div.top { text-align: right;width: 100%; }
.wrap div.top a {
		border: 0;
		font-size: 80%;
		padding: 0 10px 0 25px;
		background: url(../mgimg/ic_top_2.gif) left 2px no-repeat;
	}
	.wrap div.top a:hover { background: none; }

.list-table {
	font-size: 9pt;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	padding: 5px;
}
	
	.list-table th {
		vertical-align: top;
		text-align: left;
		background: none;
		padding: 10px 0 10px 5px;
		margin: 0;
		border-bottom: #CCC 1px dotted;
		width: 80px;
		font-weight: normal;
	}
	
	.list-table td {
		vertical-align: top;
		text-align: left;
		background: none;
		padding: 10px 0 10px 20px;
		margin: 0;
		border-bottom: #CCC 1px dotted;
	}
	
	.list-table td.cent {
		text-align: center;
	}
	
	.list-table td.cent a {
		text-decoration: none;
	}

