@charset "UTF-8";

/* article --------------------------------------------------*/
article {
	width:1000px;
	margin:0 auto;
}
/* .text */
article .text {
	float:right;
	width:760px;
}
article .text h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}
article .text dl dt {
	font-size:1.0em;
	line-height:1.5;
	margin-bottom:3px;
}
article .text dl dd {
	font-size:0.8em;
	line-height:1.5;
}
/* .contents */
article .contents {
	clear:both;
	position:fixed;
	top:100%;
	margin-top:-210px;
}
