@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
	COMMON
--------------------------------------------------------------------- */

html {
	font-family: Arial, Helvetica, sans-serif;
}
.redText {
	color: #E30019;
}
.pagetop {
	width: 910px;
	height: 30px;
	margin: 0px auto;
	padding: 60px 0px 20px;
	text-align: right;
}
.cf{
	clear: both;
	zoom: 1;
	height: 1%;
}
.cf:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}


/* --------------------------------------------------------------------
	HEADER
--------------------------------------------------------------------- */

#header {
	width: 100%;
	height: 30px;
	margin-bottom: 25px;
	/*background-color: #01B59A;*/
        background-color: #00A7AC;
}
#headerInner {
	width: 950px;
	height: 30px;
	margin: 0px auto;
	position: relative;
}
#headerLogo {
	width: 68px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 19px;	
}
#headerLink {
	position: absolute;
	top: 8px;
	right: 130px;
	/*font-size: 88%;*/
}
#headerLink span {
	margin-left: 20px;
}
#headerLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#headerLink a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#contentInner {
	width: 910px;
	margin: 0px auto;
	padding: 0px 20px;
}

/* --------------------------------------------------------------------
	UTILITY
--------------------------------------------------------------------- */

#footer {
	width: 100%;
	background-color: #595758;
}
#footerInner {
	width: 910px;
	margin: 0px auto;
	padding: 20px;
	position: relative;
}
#footerBaner li {
	float: left;
	margin-right: 25px;
}
#footerLink {
	color: #FFFFFF;
	font-size: 74%;
	position: absolute;
	top: 20px;
	right: 30px;
}
#footerLink span {
	margin-left: 20px;
}
#footerLink span a:link {
	 color: #FFFFFF;
	 text-decoration: none;
}
#footerLink span a:visited {
	 color: #FFFFFF;
	 text-decoration: none;
}
#footerLink span a:hover {
	 color: #FFFFFF;
	 text-decoration: underline;
}
#footerLink span a:active {
	 color: #FFFFFF;
	 text-decoration: none;
}
#copyright {
	width: 910px;
	margin: 0px auto 0px;
	/*padding-top: 108px;*/
        /*padding-top: 20px;*/
	color: #FFFFFF;
	font-size: 74%;
	text-align: center;
	clear: both;
}


/* --------------------------------------------------------------------
	UTILITY
--------------------------------------------------------------------- */

.MR20 {
	margin-right: 20px;
}
.MT8 {
	margin-top: 8px;
}