div#center{
  width : 700px;
  margin : 15px auto 0 auto;
  }

div#left{
  float : left;
  width : 314px;
  text-align : center;
  }

div#right{
  float : right;
  width : 380px;
  }

div#right ul{
  list-style-type : circle;
  }

img#soyokaze{
  float : right;
  margin : 0 100px 0 0;
  }

p#top{
  background-color : #e8f4ff;

  border-top-style : dotted;
  border-top-color : #CCCCCC;
  border-top-width : 1px;

  border-bottom-style : dotted;
  border-bottom-color : #AAAAAA;
  border-bottom-width : 1px;

  margin : 0 100px 0 100px;

  padding-top    : 10px;
  padding-left   : 30px;
  padding-right  : 30px;
  padding-bottom : 10px;
 
  font-weight : bold;
  text-align : center;
  }

span.midashi{
  color       : navy;
  font-weight : bold;
  font-size   : medium;

  padding-top    : 5px;
  padding-left   : 5px;
  padding-right  : 5px;
  padding-bottom : 5px;

  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #c4e6ff;

  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #CCCCCC;
  }

dl{
  margin-left : 100px;
  margin-right : 100px;
  }

dd{
  text-indent : 1em;
  margin-bottom : 20px;
  }

.center{
  margin-left : auto;
  margin-right : auto;
  }
