#main1{
	position: relative;
	margin: 30px auto 0px auto;
	padding: 50px;
	width: 1000px;
	height: auto;
	background-color: #ffffff;
	font-size: 20px;
	line-height; 180%;
}
h1{
	font-size: 36px;
	color: #990033;
	text-align: center;
}
h2{
	font-size: 30px;
	line-height: 180%;
}
li{
	list-style-type: none;
}
#faq_list1{
	font-size: 24px;
	line-height: 180%;
	font-weight: bold;	
}
.line1{
	border-width: 3px;
	border-style: dashed;
	border-width: 80%;
}
.line2{
	border-width: 2px;
	border-style: dotted;
	border-width: 80%;
}
.sub_container{
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
}
table{
	border-collapse: collapse;
	background: #ecffec;
	border: 2px solid #000000;
}
table td, th{
	border: 1px solid #000000;
}
table caption{
	font-size: 18px;
	font-weight: bold;
}
table th{
	width: 160px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
table td{
	width: 460px;
	font-weight: bold;
	padding: 10px;
	font-size: 18px;
}
		
