@charset "UTF-8";

/* article --------------------------------------------------*/
article section {
	clear:both;
	width:800px;
	margin:0 auto 10px auto;
}

article section .simulation_image {
	float:right;
}
article section h1 {
	font-size:1.2em;
	margin-bottom:5px;
}
article section p {
	font-size:0.9em;
	color:#666;
	line-height:1.5;
	margin:0 0 10px 10px;
}
article section dl { margin:0 0 10px 10px; }
article section dl dt {
	display:table-cell;
	width:170px;
	height:auto;
	font-size:1.0em;
	line-height:1.5;
}
article section dl dt a {
	background:url(../images/mark.gif) 0 50% no-repeat;
	padding-left:8px;
}
article section dl dd {
	display:table-cell;
	font-size:0.9em;
	color:#666;
	line-height:1.5;
}
/* section.else */
article .else {
	border:solid 1px #ccc;
	margin-bottom:20px;
	padding:10px 10px 0 10px;
}
article .else h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	color:#06f;
}
article .else dl {
	float:left;
	width:230px;
	margin:0 15px;
}
article .else dl dt {
	display:block;
	width:230px;
	color:#06c;
	margin-bottom:5px;
}
article .else dl dd {
	display:block;
	width:230px;
	font-size:0.9em;
	color:#666;
	line-height:1.5;
	padding:0 5px;
}
article .else dl dd ul { margin-top:10px; }
article .else dl dd ul li { margin:3px auto; }

article .footer{
	background-color:#999;
	border:solid 1px #999;
	width:800px;
	text-align:right;
	font-size:0.8em;
	color:#fff;
	margin:-20px auto 20px auto;
	padding:0 10px;
}
