
html, body {
	height: 100%;
	margin: 0;
	padding: 0;	
	text-align: center;
	background:#ffffff url(../image/back.gif) center top repeat-y;
}
div.wrapper {
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    margin: 0 auto -2em;
	text-align: left;
}

div.headaArea{
	margin: 0.5em 0em;
}
div.menuArea {
	width:750px;
	height:40px;  
	margin: 0; 
	padding :0;
}
div.contentsArea {
	padding :0.5em;
/*	background-color:#FFFFCC;*/
	border-top:thin solid #66cc33;	
}
div.footer,div.push {
	width: 750px;
    margin: 0 auto;
	text-align: left;
    height: 2em;
}
div.footer {
	border-top:solid thin #669933;
}
div.footer p {
    margin: 0.5em;
	font-size:smaller;
	font-weight:bolder;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
.clearfix {min-height: 1px;}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
/* end MacIE5 */
