@charset "utf-8";

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

index.css

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

	01.nwes
	02.greet

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

/* main */
#main img { margin: 0 auto;}


/* news
---------------------------------------------*/
#news {
	margin-bottom: 17px;
	background: url(../img/news_bg.gif) repeat-y 0 50px;
	width: 615px;
}
#news div {
	margin: 0 0 13px 18px;
	width: 576px;
	height: 135px;
	overflow: scroll;
	overflow-x: hidden;
}

#news table {
	margin: 0;
	width: 550px;
}
#news th,
#news td {
	padding: 9px 1px;
	border-bottom: dashed 1px #bba890;
	text-align: left;
	vertical-align: top;
}
#news th {
	width: 90px;
	color: #5e8502;
	font-family: Century Gothic;
}
#news td {
	color: #404040;
}



/* greet
---------------------------------------------*/
#greet {
	margin-bottom: 30px;
	padding-bottom: 15px;
	background: url(../img/line.gif) no-repeat 0 100%;
	width: 615px;
}

#greet p {
	margin-bottom: 15px;
	margin-left: 1px;
}

#greet img.mt-image-right,
#greet img.mt-image-left,
#greet img.right { border: 3px solid #ebebeb;}

#greet:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
