@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h1 {
	position: absolute;
	top: 29px;
	left: 18px;
	}

h2 {
	background: #2889D0;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 3px 5px;
	}

div.section-works {
	border-bottom: 1px #CDCDCD solid;
	margin-bottom: 10px;
	padding-bottom: 12px;
	}

div.section-works p.date {
	margin: 13px 10px 0 0;
	color: #666666;
	font-size: 0.9em;
	text-align: right;
	}

div.section-works dl.explanation dt {
	margin-bottom: 5px;
	color: #0060AE;
	font-size: 1.2em;
	font-weight: bold;
	}

div.section-works dl.explanation dd {
	color: #333333;
	font-size: 1.2em;
	margin-bottom: 10px;
	}

div.section-works div.results dl {
	float: left;
	margin-right: 8px;
	width: 172px;
	}

div.section-works div.results dl dd {
	background: #F3F3F3;
	margin-top: 1px;
	padding: 2px 6px 4px;
	}

div.section-works div.results dl.last-child {
	margin-right: 0;
	}

div.section-works p.comment  {
	background: #F3F3F3;
	margin-top: 14px;
	padding: 4px 6px 6px;
	}

