@charset "UTF-8";

html,body{
     height:100%;
}

#wrap{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#contents-body{
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 250px;
}
#contents{
	width: 710px;
	float: left;
}
#contents-side{
	width: 215px;
	float: right;
}
#footer-wrap{
	width: 100%;
	position: absolute;
	bottom: 0;
}
#footer{
	width: 950px;
	height:230px;
	margin:0 auto;
	padding:0;
}