@charset "UTF-8";

/* /////////// 過去の記事 ////////// */

#main #contents #pastArticleArea {
	width: 640px;
}
#main #contents #pastArticleArea dl{
	overflow: auto;
}
#main #contents #pastArticleArea dt{
	padding:10px 0 5px;
	float: left;
	width: 5em;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#main #contents #pastArticleArea dd{
	padding:10px 0 5px 5em;
	border-bottom: 1px dotted #CCC;
}
*html #main #contents #pastArticleArea dd{
	text-indent: -3px; /* IE6 */
}

#main #contents #pastNewsArea dd p {
	margin-bottom: 0.2em;
	padding-bottom: 0;
}
