@charset"UTF-8";

body {
  margin-top : 0px;
  margin-bottom : 0px;
  }

a:link {
  color: #d2b48c;
  text-decoration: underline;
  }
a:visited {
  color: #ffa500;
  text-decoration: none;
  }
a:hover {
  color: #d2b48c;
  text-decoration: none;
  }
a:active {
  color: #ffa500;
  text-decoration: none;
  }

img {
  border: 0;
  }

h1 {
  margin-top : 30px;
  margin-bottom : 3px;
  font-size: 12px;  
  font-weight: lighter;
  color: #ffffff;
  padding-right: 30px;
  text-align: right;
　}

h2 {
  margin-bottom : 0px;
  font-size: 12px;  
  font-weight: lighter;
  color: #ba55b3;
  line-height: 18px;
　}

p {
  margin-top : 0px;
  margin-bottom : 0px;
  font-size: 12px;  
  color: #400000;
  line-height: 18px;
  font-family : "ＭＳ ゴシック";
  }

/* トピック (div#topics) */

div#topics {
  width: 300px;
  height: 215px;
  margin-top: 0px;  
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: left;
  }

div#topics h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;  
  font-weight: lighter;
  color: #66cc00;
  line-height: 18px;
  }

div#topics p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;  
  color: #400000;
  line-height: 18px;
  }


address {
  margin-bottom : 30px;
  color: #ffffff;
  font-family: verdana; 
  font-size: 12px;
  font-style: normal;
  }