@charset "Shift_JIS";

#left{
  width : 250px;
  float : left;
  margin-top : 30px;
}

#right{
  margin-left : 40px;
  width : 610px;
  float : right;
  margin-top : 30px;
}

.category{
  background-color : rgb(234, 234, 234);
  width : 100%;
}

.category h3{
  background-color : rgb(102, 102, 102);
  font-size : 14px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  color : white;
  text-align : center;
}

.category p{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}

div{
  margin-bottom : 30px;
}

.center{
  text-align : center;
}

#mokuji{
  padding-left : 30px;
}

.space{
  padding-bottom : 20px;
}
