@charset "euc-jp";

html {
	height:100%;
}
body {
	height:100%;
}
#baseArea {
	height:100%;
        width:964px;
	min-height: 100%;
}
* html div#baseArea {
	height:100%;
}
body > #baseArea {
	height: auto;
}
#headerArea {
	width:972px;
        height: 138px;
	clear: both;
}
#contentWrapArea {
        width:972px;
	clear: both;
}
#leftArea {
	width:182px;
	float:left;
	margin:0 10px 0 10px;
	display:inline;
}
#mainArea {
	width:600px;
	float:left;
        margin-top: 0;
	background-color:#ffffff;
}
#rightArea {
	width:160px;
	float:left;
	margin:0 0 0 10px;
}
#footerArea{
	width:972px;
	margin:0 0 0 10px;
	clear: both;
}

