@charset "shift-jis";

/*====================================================================

index.css

====================================================================*/
.box{
	width: 490px;
	margin-left: 9px;
}

/*--------------------------------------------------------------------
news
--------------------------------------------------------------------*/
#news{padding-bottom: 25px;}
#news div{
	zoom: 1;
	background: url(../img/bg_type1.gif);
	padding: 5px 10px;
	margin-top: 5px;
}
#news div:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#news p{
	line-height: 1.2;
	color: #518A1B;
}
.date{
	float: left;
	width: 110px;
}
.note{
	float: right;
	width: 323px;
}

/*--------------------------------------------------------------------
greeting
--------------------------------------------------------------------*/
#greeting{padding-bottom: 25px;font-size: 12pt;}
#greeting img{margin-top: 7px;}
#greeting strong{color: #7E8F05;}
