@charset "utf-8";
/* CSS Document */

body	{
	margin:0;
	padding: 0;
	background:#dfdfdf url(images/bg1.jpg) top center no-repeat;	
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#005379;
	line-height:22px;
}

#page	{
	width:100%;
	height:auto;
	margin:0px auto;	
}

#wrapper	{
	margin: 0px auto 50px;
	height:100%;
	
}

#header	{
	margin:0px auto;
	height:90px;	
}

#header .logo	{
	width: 218px;
	height:90px;
	float:left;
	margin-top:10px;	
}

#header	.sns	{
	float:right;
	margin-top:30px;
	margin-right:20px;
	z-index: 2;
	position:relative;
}

#content {
	width:660px;
	margin-left:auto;
	margin-right:auto;
	font-family:Helvetica, sans-serif,Arial;
	font-size:18px;
	color:#000;
	text-align:left;
}

/* spacer start */
#spacer1 {
	height:500px;
}
#spacer2 {
	height:50px;
}
/* spacer end  */


/* font start */
.ff1 {
	font-size:25px;
	color:#c22502;
}
.ff2 {
	color:#108771;
}
.ff3 {
	font-size:15px;
}
.ff4 {
	color:#108771;
}

/* font end  */

/* generic footer start */
footer[role="contentinfo"] {
  padding-top: 15px;
  background-color: #000;
}

footer {
  background-image: url(/wp-content/themes/elsword3/images/bg-footer.jpg);
  font-size: 12px;
  font-size: 0.857142857rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  min-width: 1024px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  height: 144px;
}

.footernormal {
	font-size:12px;
	color:#4679ba;
	text-align:left;
	font-weight:normal;
}

a.footerlinks:link {color: #4679ba; text-decoration:none; line-height:16px; }
a.footerlinks:active {color: #4679ba; }
a.footerlinks:visited {color: #4679ba; }
a.footerlinks:hover {color: #4679ba; }

.footersections {
	font-size:12px;
	color:#FFF;
	font-weight: bold;
}

.footercopyright {
	font-size:12px;
	color:#FFF;
}
/* generic footer end */
