@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 5/31
*/
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .head,
#conts .pageTop {
	display: none;
}

/* 更新情報 */
#conts #news {
	margin-top: 20px;
}

#conts #news h3 {
	margin: 0;
	padding: 0;
	background: none;
}

#conts #news dl {
	padding: 10px 15px 5px;
	background: #DFF0F6;
	border: 1px solid #87B4C2;
}

	* html #conts #news dl {
		zoom: 100%;
	}

	*+html #conts #news dl {
		zoom: 100%;
	}

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

#conts #news dt {
	float: left;
	clear: left;


	font-weight: bold;
}

#conts #news dd {
	margin-bottom: 5px;
	padding: 0 0 5px 8em;
	background: url(/img/index/line01.gif) repeat-x left bottom;
}

#conts #news dd.last {
	margin-bottom: 0;
	padding: 0 0 0 8em;
	background: none;
}
