h3,h4,h5,h6 {
	color: #666;
}

table {font-size:100%}
th, td {vertical-align:top;}
a { color:#339; }
a:hover{ color:#ccf; }
pre, code { padding:5px; border: 1px solid #999; color:#666; background-color:#eee; font-size:8pt}

.fcf00 { color: #f00; }
.fc00f { color: #00f; }
.fc090 { color: #090; }
.fcfc0 { color: #fc0; }
.fcf90 { color: #f90; }
.fcc0c { color: #c0c; }
.fcf39 { color: #f39; }
.fc900 { color: #900; }
.fc009 { color: #009; }

/*::::: ページ類 :::::*/

h1 {
	margin-left: 20px;
	font-size: 140%;
	line-height: 20px;
	margin-bottom: 10px;
}
h2 {
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	color: #900;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.wrap {
	border: 1px solid #ccc;
	padding: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.page-sent {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	padding: 20px;
}

.wrap .date { text-align: right; color: #060; }
.wrap .listdate {
	margin-right: 15px;
}

.topwrap { width: 250px; border: 1px solid #ccc; padding: 5px; }

.wrap div.top { text-align: right;width: 90%; }

.list-table {
	margin-left: 10px;
	width: 90%;
}
	
	.list-table th {
		color: #35a;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		background: url(../mgimg/list_th.gif) repeat-x;
	}
	
	.list-table td {
		padding: 5px;
		vertical-align: top;
		text-align: left;
		background: url(../mgimg/tensen.gif) bottom repeat-x;
	}
	
	.list-table td.cent {
		text-align: center;
	}

