@charset "utf-8";
 @import "common.css";
/* ============================================================ header */
#header .top-flash {
	height: 130px;
}
/* ==================================================== main */
#wrapper #main .main-area {
	padding-right: 5px;
	margin-top: 8px;
	color: #646464;
}
#wrapper #main .main-area h2 {
	margin: 30px 0 17px;
}
/* ===================================== variation */
#wrapper #main .main-area .section {
	width: 100%;
	margin-bottom: 25px;
}
#wrapper #main .main-area .section h3 {
	margin-bottom: 10px;
}
#wrapper #main .main-area .section dl {
	float: left;
	width: 176px;
}
#wrapper #main .main-area .section dl dt,
#wrapper #main .main-area .section dl dd {
	text-align: center;
}

#wrapper #main .main-area .section dl dt{
	margin-top:20px;
}
#wrapper #main .main-area #section-original {
	background: url(../images/tools/step1/original_bg.gif) repeat-x left bottom;
	padding-bottom:15px;
}
#wrapper #main .main-area #section-original div {
	overflow:hidden;
	height:100%;
}
#wrapper #main .main-area #section-original div.under_dan {
	padding-top:15px;
}
#wrapper #main .main-area #section-sign-display {
	height: 256px;
	background: url(../images/tools/step1/sign_display_bg.gif) repeat-x left bottom;
}

