@charset "utf-8";

/* Base
----------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 100%;
	color:#535353;
	line-height: 1.4;
	background: #FFFFFF;
}
* + html body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* Link
----------------------------------------------------------- */
a:link, a:active, a:hover { color: #126d99; }
a:visited { color: #696969; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover {	text-decoration: underline; }

/* Main Layout
----------------------------------------------------------- */
body {
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 730px;
	text-align: left;
}

#field_name {
	margin-top: 20px;
	position: relative;
}
#field_name .print_icon {
	position: absolute;
	left: 580px;
	top: 30px;
	background: url(../images/pop/btn_print_icon.gif) left top no-repeat;
	height: 30px;
	width: 120px;
}
	#field_name .preparing_to_configure {
		margin: 0;
		padding: 20px 40px 27px 40px;
		background-color: #a1a1a1;
	}
	#field_name .preparing_to_configure h3 {
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
	}
	#field_name .preparing_to_configure dl {
		margin-top: 15px;
		width: 650px;
	}
	#field_name .preparing_to_configure dl dt {
		float: left;
		width: 40px;
		zoom: 1;
	}
	#field_name .preparing_to_configure dl dt img {
		vertical-align: top;
	}
	#field_name .preparing_to_configure dl dd {
		float: left;
		padding-top: 5px;
		width: 600px;
		zoom: 1;
	}
	#field_name .preparing_to_configure dl dd p {
		font-size: 13px;
		font-weight: bold;
		color: #ffffff;
	}
	#field_name .preparing_to_configure dl dd p.annotation {
		font-size: 11px;
		color: #e5e5e5;
	}
.anchor {
	margin: 0;
	padding: 20px 40px;
	background-color: #f2f2f2;
}
	.anchor ul {
		width: 650px;
	}
	.anchor ul li {
		float: left;
		margin: 3px 0 10px 0;
		display: inline;
		padding: 8px 0 8px 38px;
		width: 282px;
		background: url(../images/bg_arrow_bottom.gif) 12px 8px no-repeat;
		font-size: 12px;
		border-left: 1px dashed #707070;
		zoom: 1;
	}
	.anchor ul li.right {
		border-right: 1px dashed #707070;
	}
	.anchor ul li a:link,
	.anchor ul li a:active,
	.anchor ul li a:hover,
	.anchor ul li a:visited {
		color: #0068b7;
	}

#configuration {
	margin: 10px 0 0 0;
	padding: 0 40px 70px 40px;
	background-color: #f2f2f2;
}
	#configuration .step {
		margin: 0;
		padding: 30px 0 5px 0;
	}
	#configuration .step p.txt {
		font-size: 12px;
	}
	#configuration .step p.annotation {
		font-size: 12px;
		color: #535353;
	}
	#configuration .configuration_detail {
		margin-top: 40px;
		width: 650px;
	}
	#configuration .configuration_detail .configuration_detail_odd {
		float: left;
		width: 310px;
		zoom: 1;
	}
	#configuration .configuration_detail .configuration_detail_even {
		float: right;
		width: 310px;
		zoom: 1;
	}
	#configuration .configuration_detail .configuration_detail_odd h4 span,
	#configuration .configuration_detail .configuration_detail_even h4 span {
		padding: 6px 0 0 7px;
		font-size: 13px;
		font-weight: bold; 
	}
	#configuration .configuration_detail .configuration_detail_odd p,
	#configuration .configuration_detail .configuration_detail_even p {
		font-size: 12px;
		color: #535353;
	}
	#configuration .configuration_detail .configuration_detail_odd table,
	#configuration .configuration_detail .configuration_detail_even table {
		border: 1px solid #707070;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td1,
	#configuration .configuration_detail .configuration_detail_even table tr td.td1 {
		padding: 8px 0;
		width: 109px;
		background-color: #a0a0a0;
		border-right: 1px solid #707070;
		border-bottom: 1px solid #707070;
		color: #ffffff;
		vertical-align: middle;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td2,
	#configuration .configuration_detail .configuration_detail_even table tr td.td2 {
		width: 198px;
		border-right: none;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td3,
	#configuration .configuration_detail .configuration_detail_even table tr td.td3 {
		width: 99px;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td4,
	#configuration .configuration_detail .configuration_detail_even table tr td.td4 {
		width: 98px;
		border-right: none;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td5,
	#configuration .configuration_detail .configuration_detail_even table tr td.td5 {
		padding: 8px 0 8px 10px;
		border-right: 1px solid #707070;
		border-bottom: 1px solid #707070;
		vertical-align: middle;
		font-size: 11px;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td6,
	#configuration .configuration_detail .configuration_detail_even table tr td.td6 {
		padding: 8px 0;
		text-align: center;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td7,
	#configuration .configuration_detail .configuration_detail_even table tr td.td7 {
		border-right: none;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td8,
	#configuration .configuration_detail .configuration_detail_even table tr td.td8 {
		border-bottom: none;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td9,
	#configuration .configuration_detail .configuration_detail_even table tr td.td9 {
		width: 49px;
		font-size: 10px;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td10,
	#configuration .configuration_detail .configuration_detail_even table tr td.td10 {
		width: 48px;
		border-right: none;
		font-size: 10px;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td11,
	#configuration .configuration_detail .configuration_detail_even table tr td.td11 {
		width: 66px;
		font-size: 10px;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td.td12,
	#configuration .configuration_detail .configuration_detail_even table tr td.td12 {
		width: 64px;
		border-right: none;
		font-size: 10px;
	}
	#configuration .configuration_detail .configuration_detail_odd table tr td span,
	#configuration .configuration_detail .configuration_detail_even table tr td span {
		color: #898989;
	}
	#configuration .configuration_detail h5,
	#configuration .configuration_detail h5 {
		font-size: 12px;
		font-weight: bold; 
	}

	#configuration p.fin {
		margin: 40px 0 0 0;
		padding: 15px 20px;
		border: 1px solid #dbcb70;
		font-size: 18px;
		font-weight: bold;
	}
	#configuration .pop_close {
		margin: 0 auto;
		background: url(../images/pop/btn_close.gif) left top no-repeat;
		height: 32px;
		width: 128px;
	}
