@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
}

body{
	margin:0px;
	background-color:#F7BDD2;
}
.left{
    float:left;
}
.pad_5{
  padding:5px;
}
.clr {
  font-size: 0px;
  clear: both;
}
.sp_h_10 {
  font-size: 0px;
  height: 10px;
  clear: both;
}
.sp_h_20 {
  font-size: 0px;
  height: 20px;
  clear: both;
}
