@charset "utf-8";
/* CSS Document */

body {
background-image: url("../images/bg.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left top
}

.left_top {
  position: absolute;
  top: 20px;
  left: 20px;
}

.left_top2 {
  position: absolute;
  top: 90px;
  left: 20px;
}

.right_top {
  position: absolute;
  top: 10px;
  right: 10px;
}