@charset "utf-8";
@import "import.css";

/* #greeting */

#greeting {
	overflow: hidden;
	/zoom: 1;
}

#greeting p {
	float: left;
	width: 420px;
}

#greeting div.photo {
	float: right;
	width: 160px;
}

#greeting div.photo img {
	margin: 0 0 10px;
}

/* #news */

#news dl {
	max-height: 150px;
	overflow: auto;
	/zoom: 1;
}

#news dt {
	clear: both;
	float: left;
	padding: 8px 0 8px 10px;
}

#news dd {
	background-color: #E0EBCC;
	padding: 8px 20px 8px 0;
	padding-left: 7em;
}

#news dd.even {
	background-color: #fff;
}

/* #purpose */

#purpose p.slogan {
	font-size: 1.16em;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

#purpose p img {
	float: right;
	margin: 0 0 10px 20px;
}

/*2010.02.08 start*/
/*SEO Master*/
h3#greeting-title strong.rzseo_nrm {
	font-weight:bold;
}

/*2010.02.08 end*/