@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:954px;
	height:121px;
	clear: both;
}
#contentWrapArea {
	width:954px;
	clear: both;
}
#leftArea {
	width:182px;
	float:left;
	margin:0 10px 0 10px;
	display:inline;
}
#mainArea {
	width:600px;
	background-color:#ffffff;
}
#rightArea {
	width:130px;
	float:left;
	margin:0 0 0 10px;
}
#footerArea{
	width:972px;
	margin:0 0 0 10px;
	clear: both;
}

