@charset "Shift_JIS";

body{
	height: 100%;
margin:0;
  font-size : 100%;
}

#wrapper{
	width:100%;
min-height:100%;
}


#header{
	width:100%;
height:50px;
background-color :36aa5b6;
  background-color : orange;
}

#content{
	width: 100%;
padding bottom: 80pt;
}


#footer{
	width: 100%;
height : 20px;
background-color : #fdeeca;
  text-align : center;
  font-size : 70%;
}