@charset "utf-8";
/*===================================================

	news.htm
	news_view.htm

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");

/*----------------------------------------------------
	一覧リスト表示
----------------------------------------------------*/
#list {
	padding: 0 10px 5px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}
#main {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#main ul {
	padding-bottom: 10px;
}
#main li {
	border-bottom: 1px dotted #666;
	line-height: 2.5em;
	padding-left: 4em;
}
#main li a {
	font-weight: bold;
	margin-left: 1em;
}
#news {
	padding: 5px 10px;
}
#back {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 200px;
}
.news {
	padding: 5px 10px;
}

