
div.info {
	padding-top           : 10px;
	padding-bottom        : 20px;
	background-image      : url("/image/ten_line_next.gif");
	background-repeat     : repeat-x;
	background-position   : center bottom;
	width                 : 100%
}

div.info .date {
	margin-top            : 20px;
	margin-bottom         : 15px;
	color                 : #066;
	font-weight           : bold;
}

div.info ul li {
	margin                :  5px;
	margin-left           : 20px;
	list-style-type       : none;
}

p {
	margin                :  0px;
	padding               :  0px;
}


div.details {
	padding-top           : 10px;
	padding-bottom        : 20px;
	background-image      : url("/image/ten_line_next.gif");
	background-repeat     : repeat-x;
	background-position   : center bottom;
	width                 : 100%
}

div.details .date {
	margin-top            : 20px;
	margin-bottom         : 15px;
	color                 : #066;
	font-weight           : bold;
}

div.details .contentsTitle {
	margin-top            : 10px;
	font-weight           : bold;
}


