@charset "utf-8";

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

index.css

======================================================================

	01.news

last update 00/00/00

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

/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news {
	margin-top: 3px;
	margin-left: 12px;
	margin-bottom: 27px;
	width: 510px;
	height: 90px;
	overflow: scroll;
	overflow-x: hidden;
}
#news table{
	width: 485px;
}
#news table th,
#news table td{
	padding-top: 7px;
	padding-bottom: 6px;
	border-bottom: dashed 1px #d6d6d6;
	text-align: left;
	line-height: 1.4;
	vertical-align: top;
	font-size: 11px;
}
#news table th{
	padding-left: 3px;
	width: 100px;
	color: #b84242;
}


/* 02.greet
/--------------------------------------------------------------------*/

#greet {
	margin: 23px 0 15px 5px;
	background: url(../../img/img01.gif) no-repeat 0 0;
	width: 520px;
	height: 190px;
}

#greet div {
	float: right;
	margin-top: 12px;
	width: 290px;
}
#greet div p { line-height: 1.5;}