div#page div.chapter div#contentS div#sub_contents {
	float:right;
	font-size:13px;
	margin-bottom:85px;
	margin-top:14px;
	width:520px;

}

div#page div.chapter div#contents p#color {
	color:#A5A579;
}

div#page div.chapter div#contents h1 {
	margin-bottom:6px;
}

div#page div.chapter div#contents h2 {
	margin-bottom:20px;
}

h2.head_two {
	margin-top: 30px;	
}

div#page div.chapter div#contents h3 {
	font-size:14px;
	text-align:left;
}


div#page div.chapter div#contents div#sub_contents div.section {
	margin-bottom:10px;
	margin-top:14px;
}




table {
	border-top: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	border: clear;
}


th {
	background-color: #f4f4f4;
	padding-left: 20px;
	border-bottom: 2px dotted #a2a278;
}

th.lead {
	border-bottom: 0px;	
}

td {
	border-bottom: 2px dotted #9E9E9E;
	padding-left: 20px;
	padding-bottom: 5px;
}

td.lead {
	border-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

input {
	border: 1px solid;
	height: 20px;
}

select {
	border: 1px solid;
	height: 20px;
}

textarea {
	border: 1px solid;
}

span.red {
	color: #e50012;
	}

p#submit {
	text-align: center;
	margin-top: 23px;
	margin-bottom: 100px;
}

p#submit input {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	height: 30px;
	border-color: #999999;
	cursor: pointer;
}




