@charset 'utf-8';

@media screen,tv,print {

div#header {
	float: none;
	clear: both;
	height: 220px;
	background: black url("http://fanto.org/image/back/diary-header.png") no-repeat scroll 0 0;
	border-bottom: 1px solid #666666;
}
#contents table#commentList {
	margin: 10px 0 10px -10px;
}
#contents table td, #contents table th {
	font-size: 84%;
}
#contents table td.host {
	font-size: 60%;
}

}