@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

div#contentsArea {
	margin: 30px 0;
}


/* news
============================================================================================================ */
div#news {
	position: relative;
	float: left;
	width: 497px;
}
div#news ul {
	position: absolute;
	top: 16px;
	right: 10px;
}
div#news dl {
	margin-top: 10px;
}
div#news dt {
	float: left;
	color: #999999;
	font-weight: bold;
	padding-left: 1em;
}
div#news dd {
	margin-bottom: 0.6em;
	padding-left: 8em;
	padding-bottom: 0.6em;
	background: url(../images/line.gif) repeat-x left bottom;
}
div#news a {
	color: #e1241f;
}

/* bnrArea
============================================================================================================ */
div#bnrArea {
	float: right;
	width: 434px;
}
div#bnrArea li {
	float: right;
	margin-left: 9px;
	margin-bottom: 10px;
}

