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

