@charset "utf-8";

/* ----------------------------------------------

Spec.css

LastUpdate: 2009-08-06 21:31
---------------------------------------------- */

#Contents h2 {
	margin-bottom: 35px;
}


#CaptureSection {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/line_dot.png) repeat-x bottom;
}

	#CaptureSection:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden
	}
	#CaptureSection {display:inline-table;}
	/* Not for Mac IE \*/
	* html #CaptureSection {height:1px;}
	#CaptureSection {display:block;}
	/* for IE7*/
	#CaptureSection {min-height: 1px;}


#CaptureLft {
	float: left;
	width: 295px;
}

.Capture {
	float: right;
	width: 295px;
}

.Capture img {
	margin-bottom: 3px;
	border: 2px solid #ddd;
}

.Capture p {
	color: #666;
	line-height: 1.4;
	text-align: center;
}


.ExplainLft {
	float: left;
	width: 295px;
	margin-bottom: 25px;
}

.ExplainRgt {
	float: right;
	width: 295px;
	margin-bottom: 25px;
}

.ExplainLft dt,
.ExplainRgt dt {
	margin-bottom: 5px;
	color: #357ad7;
	font-weight: bold;
}

.ExplainLft dd,
.ExplainRgt dd {
	margin-bottom: 35px;
}


