/* **** 基本レイアウトDIV **** */
div#page {
	width:722px;
}

div#header{
	clear:both;
	width:722px;
	height:68px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
}

div#Gnavi{
	clear:both;
	width:722px;
	height:48px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* IE6-CSS bug対策：上書き指定 */
* html div#Gnavi{
	clear:both;
	width:722px;
	height:48px;
	background-color:#FFFFFF;
	margin-top: -3px;
	margin-bottom: 0px;
}

div#container{
	width:722px;
	background-color:#FFFFFF
	margin-top: 0px;
	margin-bottom: 0px;
}

div#contents{
	width:580px;
	float:left;
	background-color:#FFFFFF;
	
}

div#sidemenu{
	width:141px;
	float:right;
	background-color:#FFFFFF
}

div#footer{
	clear:both;
	width:722px;
	background-color:#FFFFFF
}
