@charset "utf-8";
/* CSS Document */
#diary	{
	width:700px;
}
#sub	{
	float:left;
	width:180px;
	font-size:11px;
}
#main	{
	float:right;
	width:500px;
}

#ims-date	{
	float:left;
	color:#467845;
	font-size:10px;
	font-family: "Lucida Grande", verdana, sans-serif;
}

#main h3	{
	background:url(../img/bg-head.gif) repeat-x left center;
	width:500px;
	color: #3366FF;
	margin:0 auto 20px;
	padding:5px 10px;
	font-size:14px;
	font-weight:normal;
	line-height:1.6;
}
#main h3 span	{
	float:left;
	background: url(../img/point.gif) no-repeat left top;
	width:20px;
	height:20px;
}

