/*---------------------
General Setting
---------------------*/
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	margin: 0 0 0 0;
	line-height: normal;
	background:#FFFFFF;
}

.outer{
	width:230PX;
	padding:2px;
}

.date{
	font-size: 11px;
	line-height: 120%;
	color:#666;
	text-align: right;
}

.title{
	font-size: 12px;
	line-height: 140%;
	color:#669900;
	padding: 2px 0 2px 0;
}

.comment{
	font-size: 11px;
	line-height: 140%;
	color:#000;
}

hr.line { 
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: #006600; 
	height: 1px; 
} 