@charset "utf-8";

/* 第2階層は共通して指定するもの
---------------------------------------*/
/* h1の背景画像を指定する */
div#wrapper h1{
	background: url(../img/h1.gif) no-repeat;
	}


/* WRAPPER
---------------------------------------*/
div#wrapper dl{
	margin-left: 10px;
	width: 716px;
	}

/* 日付のスタイル */
div#wrapper dl dt.date{
	float: left;
	clear: both;
	width: 10ex;
	/* color: #d61626; */
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 0.8em;
	}
* html div#wrapper dl dt.date{/* for IE6 */
	width: 11ex;
	}
;;body div#wrapper dl dt.date{/* for Opera9 */
	width: 11ex;
	}

div#wrapper dl dd{
	margin-bottom: 0.8em;
	border-bottom: 1px dotted #cecece;
	}

/* 終了しました */
div#wrapper dl dt.over,
div#wrapper dl dd.over a{
	color: #999999;
	}

div#wrapper dl dd.over span{
	margin-left: 2em;
	font-size: 90%;
	color: #999999;
	}
