body {
	background-image: url(../img/head_title_back.gif);
	background-repeat: repeat-x;
}
body {
	background-image: url(../img/head_title_back.gif);
	background-repeat: repeat-x;
}

#information {
	border:#CCCCCC solid 1px;
	padding:5px;
	margin:1em 0;
	border-radius:3px;
	line-height:1.4;
	max-height:160px;
	overflow:auto;
}
#information dt {
	border-bottom:#CCCCCC solid 1px;
	padding:0;
	margin:0 0 2px;
	font-weight:bold;
	color:#515AA9;
}
#information dt .date {
	display:block;
	font-size:80%;
	font-weight:normal;
	color:#666;
}
#information dd {
	margin:0 0 1em;
	padding:0;
}
#information dd:last-child {
	margin:0;
	padding:0;
}