@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

#allwrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

h2 {
	margin: 30px 0;
}

#newsarea {
	width: 880px;
	margin: 0 auto;
	border-top: #d3d5d4 1px solid;
	
}

section {
	padding: 0 0 70px;
}

article {
	padding: 10px 20px;
	border-bottom: #d3d5d4 1px solid;
}

h3 {
	font-weight: normal;
	background: url(../image/in/point.gif) left 3px no-repeat;
	padding: 0 0 4px 14px;
	font-size: 14px;
	float: left;
}

.newsdate {
	font-size: 10px;
	color: #6f6f6f;
	padding: 0 0 0 14px;
	margin: 7px 0 0;
	line-height: 0;
}

.article {
	width: 812px;
	margin: 10px auto 0;
	background-color: #f8f9fb;
	padding: 10px 14px;
}

#newsnavi {
	margin: 27px 0 0;
	text-align: center;
	padding: 0 0 10px;
}

#newsnavi a {
	color: #f00;
}

.social {
	float: right;
}

.tweet {
	float: left;
	margin: 0 0 0 5px;
	width: 65px;
}

.fb {
	float: left;
	margin: 0 0 0 5px;
}

.mxchk {
	float: left;
	margin: 0 0 0 5px;
}

#pagetop {
	text-align: right;
	margin: 20px 20px 0 0;
	height: 80px;
}

a {
	color: #e61f13;
	text-decoration:underline;
}
a:hover {
	color: #e61f13;
	text-decoration:underline;
}