/*   0627
------------------------------ */
body {
  background: #eeeeee;
  font-family: Meiryo;
 }


/*    all
------------------------------ */
#all {
  background: #ffffff;
  width: 800px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
  margin: 30px auto;
 }


/*    h2
------------------------------ */
h2 {
  color: #ff0000;
 }


/*    attention
------------------------------ */
#attention {
  text-align: left;
  font-size: 85%;
 }
