@charset "utf-8";
/*
 * name:news.css
 * author:Manabu Kushimoto(web-park.org)
*/

/* news
------------------------------------------------ */
#news {
}

	#news dl {
		padding: 10px 0;
		border-bottom: dotted #8DC21F 1px;
	}

		#news dl dt {
			float: left;
			width: 7em;
			font-weight: bold;
		}

		#news dl dd {
			padding-left: 7em;
		}

