@charset "UTF-8";

a{
	text-decoration: none;
}

body {
background-image: url("img-hp/bg.jpg");
	min-width: 990px;
	font-family: sans-serif;
}

th{
	text-align: right;
}
td{
	text-align: left;
}

.main{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.contents{
	width: 990px;
	margin: auto;
	margin-top: 10px;
}

.footerTop{
	width: 100%;
	height: 15px;
	background-image: url("img/line.png");
	background-repeat: repeat-x;
	position: relative;
	top: -5px;
}
.footer{
	color: white;
	height:50px;
	background-color: #2d450e;
}

.section1{
	height: 70px;
}

.banner{
	height: 100%;
}

.banners{
	width: 50%;
	float: right;
}

.social{
	width: 50%;
	position: relative;
	top: 10px;
	left: 50px;
}

.ssImage{
	position: relative;
	top: 90px;
	left: 50px;
	
	width: 44%;
}

.linkBanner{
	position: relative;
	left: 50px;
	width: 38.5%;
	border: solid 1px black;
}

.contactDiv{
	width: 50%;
	position: relative;
	left: 30px;
}

.faq {
	font-family: sans-serif;
	color: white;
	float: right;
	background-color: rgba(51,51,51,0.6); 
	overflow: scroll; 
	width: 50%;
	height: 100px;
	margin-top: -120px;
	margin-right: 30px;
	font-size: x-small; 
	background-color: rgba(51,51,51,0.2);
	padding: 10px; 
}