@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;
}
.rightText {
	text-align: right;
}
.imgMiddle {
	vertical-align: middle;
}
.cf{
	clear: both;
	zoom: 1;
	height: 1%;
}
.cf:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}


/* --------------------------------------------------------------------
	HEADER
--------------------------------------------------------------------- */

#header {
	width: 100%;
	/*height: 65px;*/
	/*margin-bottom: 22px;*/
	/*background-color: #01B59A;*/
        
        background-color: #00A7AC;
}
#headerInner {
	width: 950px;
	height: 43px;
	margin: 0px auto;
	position: relative;
}
#headerLogo {
	width: 68px;
	height: 16px;
	position: absolute;
	/*top: 7px;*/
        top: 13px;
	left: 19px;	
}
#headerLink {
	position: absolute;
	/*top: 8px;*/
        top: 23px;
	/*right: 130px;*/
        right: 24px;
	/*font-size: 88%;*/
        font-size: 100%;
}
#headerLink span {
	/*margin-left: 20px;*/
        margin-left: 30px;
}
#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;
}
#header2{
	width: 100%;
}
#headerInner2{
	width: 950px;
	height: 21px;
	margin: 0px auto;
	position: relative;
}
#headerLogo2 {
        position: absolute;
	right: 24px;
}

/* --------------------------------------------------------------------
	CONTENT
--------------------------------------------------------------------- */

#mainImg {
	margin-bottom: 30px;
}
#pageIllust {
	width: 155px;
	float: left;
}
#pageTitleBlock {
	width: 485px;
	padding-bottom: 35px;
	float: right;
}
#pageTitle {
	font-size: 232%;
	margin: 10px auto 25px;
	color: #595858;
}
#pageCopy {
	font-size: 88%;
	line-height: 183%;
	color: #595858;	
}

/* --------------------------------------------------------------------
	UTILITY
--------------------------------------------------------------------- */

#footer {
	width: 100%;
        height: 205px;
	/*background-color: #595758;*/
        background-color: #00A7AC;
}
#footerInner {
	width: 910px;
        height: 165px;
	margin: 0px auto;
	/*padding: 20px;*/
        padding: 20px 33px 20px 33px;
	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;*/
        margin-left: 27px;
}
#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: 116px;
	color: #FFFFFF;
	font-size: 74%;
	text-align: center;
	clear: both;
}




/* --------------------------------------------------------------------
	UTILITY
--------------------------------------------------------------------- */

.MB5 {
	margin-bottom: 5px;
}
.MB10 {
	margin-bottom: 10px;
}
.MB15 {
	margin-bottom: 15px;
}
.MB20 {
	margin-bottom: 20px;
}
.MB25 {
	margin-bottom: 25px;
}
.MB30 {
	margin-bottom: 30px;
}
.MB40 {
	margin-bottom: 40px;
}
.MB50 {
	margin-bottom: 50px;
}
.MB80 {
	margin-bottom: 50px;
}
.MR20 {
	margin-right: 20px;
}
.MR42 {
	margin-right: 42px;
}
.MT8 {
	margin-top: 8px;
}