@import url(http://fonts.googleapis.com/css?family=Cabin+Sketch:bold);

body {
  width: 600px;
  font-family: Consolas, arial, Meiryo, Osaka, serif;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(250,250,250,0.4)), color-stop(1, rgba(200,200,200,0.8)));
  background-image: -moz-linear-gradient(315deg,rgba(250,250,250,0.4) 0%,rgba(210,210,210,0.8) 100%);
  background-image: linear-gradient(315deg,rgba(250,250,250,0.4) 0%,rgba(210,210,210,0.8) 100%);
  /*background-color: #d2d2d2; */
}
h1 {
  font-family: 'Cabin Sketch', arial, serif;
  font-size: 3em;
}
h2 {
  font-family: 'Cabin Sketch', arial, serif;
}
dl {
  margin-left: 2em;
}
ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
  list-style-type: circle;
}

img#icon {
  float: right;
  margin-right: 30%
}

.ad_v {
}
.ad_h {

}
