@charset "utf-8";

dl   {
	width:100%;
	padding-bottom: 2em;
	height:250px;
	overflow:auto;
}
dl dt   {
	float: left;
	background-image: url(../img/top/bg_date.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
	padding: 15px;

}
dl dd   {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 8em;
}
.picR {
	text-align: center;
	float: right;
	margin-left: 15px;
}
.picL {
	text-align: center;
	float: left;
	margin-right: 15px;
}
.txtL {
	float: left;
	width: 300px;
}
.txtR {
	float: right;
	width: 300px;
}



div.column	{
	width: 980px;
	padding-bottom: 6px;
	margin-bottom: 9px;
	background-image: url(../img/top/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
}
div.column .inner	{
	padding-top: 6px;
	background-image: url(../img/top/top.jpg);
	background-repeat: no-repeat;
}
div.column .inner div	{
	padding: 0 6px;
	background-image: url(../img/top/center.jpg);
	background-repeat: repeat-y;
}
