@charset "UTF-8";
/* formatting style
------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
body {
  color: #333333;
  background-color: #F7FFE8;
  font-size: 75%;
  line-height: 1.6;
  font-family: sans-serif;
}
hr {
  display: none;
}
/* basic layout
------------------------------------------------*/
#wrapper {
  width: 750px;
  background-color: #FFFFFF;
  margin: 0px auto;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
#main {
  padding: 15px;
  float: right;
  width: 370px;
  margin-bottom: 40px;
  height: 450px;
}
#main  h2 {
  margin-bottom: 30px;
  height: 10px;
  width: 180px;
  margin-left: 5px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #0000FF;
  border-left: 5px solid #0000FF;
  margin-top: 10px;
}
#main dl dt img {
  float: left;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
}
#main dl dt {
  clear: both;
}
#main dl dd {
  margin-bottom: 10px;
}
#sidebar {
  width: 320px;
  float: left;
  height: 450px;
  padding: 10px;
  margin-bottom: 40px;
}
#sidebar dl dt img {
  padding: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
}
#sidebar dl dt {
  clear: both;
}
#sidebar dl dd {
  margin-bottom: 10px;
}
#sidebar h2 {
  margin-bottom: 30px;
  width: 180px;
  border-bottom: 1px solid #0000FF;
  border-left: 5px solid #0000FF;
  margin-left: 5px;
  padding-bottom: 15px;
  padding-left: 10px;
  height: 10px;
  margin-top: 10px;
}
#map {
  height: 400px;
  clear: both;
  border-top: 5px dotted #FF99FF;
  background-image: url(img/map_ice1.jpg);
  background-repeat: no-repeat;
  background-position: 260px 70px;
}
#sidebar img {
  width: 150px;
  height: 100px;
}
#map #hmap {
  width: 300px;
  float: left;
  height: 350px;
  background-color: #FFFFFF;
  margin-top: 30px;
}
#hmap h2 {
  margin-left: 50px;
  margin-top: 20px;
  padding-bottom: 15px;
  height: 10px;
  width: 180px;
  margin-bottom: 30px;
  padding-left: 10px;
  border-bottom: 1px solid #33CC00;
  border-left: 5px solid #33CC00;
}
#mmap h2 {
  margin-top: 20px;
  margin-left: 50px;
  border-bottom: 1px solid #FF6600;
  border-left: 5px solid #FF6600;
  width: 180px;
  height: 10px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-bottom: 15px;
}
#map #mmap {
  float: right;
  width: 300px;
  height: 350px;
  background-color: #FFFFFF;
  margin-top: 30px;
}
#header {
  width: 750px;
  height: 200px;
  background-image: url(img/raku_top0911.jpg);
  background-repeat: no-repeat;
  background-position: right;
  border-top: 3px solid #FFFFFF;
}
#header #logo {
  margin-left: 450px;
  margin-top: 100px;
  border: 1px solid #CCCCCC;
}
#footer {
  height: 100px;
  background-color: #FDE3FF;
}
#footer a {
  float: right;
  margin-right: 20px;
  margin-top: 30px;
}
#footer p {
  margin-left: 260px;
}
