a:link {
	color: #000000;/* リンク色*/
	text-decoration: none;
	}
	a {
		color: #000000;
		cursor: pointer;
		}
		a:hover {
			color: #666666;
			text-decoration: none;
			}

body {
	margin: 0;
	color: #000000;/* 文字色 */
	font-size: 9pt;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}


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

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

	.page-sent ul {
		float: right;
		padding:0;
		margin:0;
	}
	
	.page-sent li {
		float: left;
		list-style-type: none;
		display: inline-block;
		padding: 0 1px 0 1px;
		margin:0;
	}
	
	.page-sent li a {
		display: block;
		border: 1px solid #747bb1;
		padding: 0;
		font-size: 8pt;
		text-decoration: none;
		background-color: #fff;
	}
	
	.page-sent li strong {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		font-size: 80%;
		font-weight: bold;
		color: #fff;
		background-color: #747bb1;
	}
	
	.page-sent li a:hover {
		background-color: #747bb1;
	}
	
	.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 { background-color: #fff; }
	.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 { background-color: #fff; }
	.page-sent li.top a {
		border: 0;
		padding: 0 5px 0 25px;
		background: url(../mgimg/ic_top_2.gif) left 2px no-repeat;
		font-size: x-small;
	}
	.page-sent li.top a:hover { background-color: #fff; }

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

.wrap { width: 450px; border: none; padding:0; }
.wrap .date { text-align: right; color: #060; }
.topwrap { width: 440px; border: none; padding: 0; }

.wrap div.top { text-align: right;width: 90%; }
.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-color: #fff; }

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