@charset "UTF-8";


/*==================================================================
	1: common setting
===================================================================*/
#wrapper {
	margin:0 auto;
	background: url("../mcle/img/bg_wrap.jpg") no-repeat 50% 0px;
	}
body{
	line-height:160%;
	background:#D9ECB0 url("../mcle/img/bg.gif") repeat-x 0px 0px;
	}
/* header */	
#header{
	height:188px;
	background: url("../mcle/img/bg_head.jpg") no-repeat 50% 0%;
	margin:0 auto;
	position:relative;
	}
#logo{
	position:absolute;
	top:30px;
	left:62px;
	}

/* content */	

#contentsTop{
	background: url("../mcle/img/bg_content.jpg") no-repeat 0% 0%;
	width:870px;
	margin:0 auto;
	height:1337px;
	}
#contentsMiddle{
	width:850px;
	margin:0 auto;
	padding-top:30px;
	}
#contentsBottom{
	padding:0 15px;
	text-align:center;
	}

/*==================================================================
	h
===================================================================*/
h2{
	margin-bottom:15px;
	}
/*==================================================================
	4: main area
===================================================================*/

.section {
	margin-bottom:20px;
	}
	
.section p{
	margin-bottom:15px;
}
table{
	text-align:left;
	}
#companyBox .inner {
	vertical-align:bottom;
	}
table.sheet{
	font-size:x-small;
	}
table.sheet th{
	width:70px !important;
	}
.leftBox table{
	margin-right:15px;
	}
/*==================================================================
	6: footer area
===================================================================*/
#footer{
	background: url("../mcle/img/bg_totop.gif") no-repeat 0% 0%;
	width:822px;
	margin:0 auto;
}
#footerInner{
	margin:0 auto;
	position:relative;
	}
#footerInner ul{
	display:block;
	height:73px;
	left:8px;
	position:absolute;
	top:18px;
	}
#footerInner ul li{
	float:left;
	margin-left: 10px;
	
	}

#footerInner li a {
	text-decoration:none;
	height:15px;
	background:url("/img/icon/icon_li2.gif") no-repeat 0px 0px;
	padding-left:13px;
	font-size:x-small;
	color:#333;
	}
#footerInner li a:hover{
	text-decoration:underline;
	}
.totop{
	display:block;
	position:absolute;
	right:30px;
	top:0px;
	}
#footerInner #copyright{
	margin:0 auto;
	display:block;
	padding-top:25px;
	padding-bottom:5px;
	}
