@charset "EUC-JP";

html{
	height:100%;
	background:#fff; /*body background-01*/
}

body{
	color:#000;/*basis text-color*/
}
/*========================================================================*/
/* basis layout */
/*========================================================================*/

#header {
	width:950px;
}
#footer {
	clear:both;
	width:950px;
	_display:none;
}
*:first-child+html #footer {
	display:none;
}

#contents{
	width:655px;
}
#sidemenu{
	margin-left:15px;
	width:250px;
}


