@charset "UTF-8";
#wrapper {
	width: 660px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#wrapper2 {
	width: 600px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px 0;
}

p.txt1 {
	font-size: 12px;
	line-height: 1.8;
}
p.txtq {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: bold;
}
p.txta {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #436099;
}

p.txts {
	font-size: 11px;
	line-height: 1.5;
}
p.txts_b{
	font-size: 11px;
	line-height: 1.5;
	color: #436099;
}
h2 {
	margin-bottom: 10px;
}


table.spec th {
	background-color: #DCE3ED;
	color: #436099;
	padding: 10px;
	border-top: solid #A4B5CD 1px;
	border-left: solid #A4B5CD 1px;
	text-align: center;
}
table.spec td {
	border-top: solid #A4B5CD 1px;
	border-left: solid #A4B5CD 1px;
	text-align: left;
	padding: 10px;
}

table.spec {
	font-size: 12px;
	line-height: 1.5;
	border-bottom: solid #A4B5CD 1px;
	border-right: solid #A4B5CD 1px;
	margin-bottom: 10px;
}
table.spec .emp {
	font-weight: bold;
	color: #FF7300;
}
