body {
	background:#fff;
	font-size: 11px;
	margin:3px 0 0 3px;
	padding:0px;
	text-align:left;
}

*{
	scrollbar-base-color: #fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#cc99cc;
	scrollbar-3dghlight-color:#cc99cc;
	scrollbar-arrow-color: #cc99cc;
	scrollbar-darkshadow-color: #fff;
}
.clear{ clear:both; font-size:0px; line-height:0px; height:0px;}

.frame {
	width: 200px;
	text-align:left;
	padding:5px;
	border-bottom:1px dotted #cccccc;
}



.text {
    float: right;
	width: 227px;
}


.date {
	font-size: 11px;
	font-weight:normal;
	color: #000;
}
.ttl {
	font-size: 13px;
	font-weight:bold;
	color: #990099;
	margin:auto auto 4px auto;
}

.comment {
	font-size: 12px;
	color: #fff;
}
img{
	margin:auto 5px auto auto;
}
A:link { text-decoration: none; color: #000099;}
A:visited { text-decoration: none; color:#000099;}
A:active { text-decoration: none; color: #ee99ff;}
A:hover { color: #ff3300; text-decoration:none;}
