@charset"UTF-8";

body {
  margin: 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;
  }

h2 {
  font-size: 10px;  
  font-weight: lighter;
  color: #d2b48c;
  line-height: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  }

p {
  font-size: 10px;  
  color: #400000;
  line-height: 15px;
  margin-top: 5px;  
  margin-bottom: 5px;  
  }

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

div#topics {
  width: 279px;
  height: 210px;
  margin: 0px;  
  text-align: left;
  background-image : url(../image/tep00a.gif); 
  }

div#topics h1 {
  font-size: 12px;  
  font-weight: lighter;
  color: #ffffff;
  line-height: 18px;
  margin-top: 0px;  
  margin-bottom: 0px;  
  padding-left: 5px;
  font-family : "ＭＳ ゴシック";
  }

div#topics h2 {
  font-size: 12px;  
  font-weight: lighter;
  color: #d2b48c;
  line-height: 18px;
  margin: 0px;
  padding-left: 5px;
  font-family : "ＭＳ ゴシック";
  }

div#topics h3 {
  font-size: 12px;  
  font-weight: lighter;
  color: #ffa500;
  line-height: 18px;
  margin-top: 0px;  
  margin-bottom: 5px;  
  font-family : "ＭＳ ゴシック";
  }

div#topics p {
  font-size: 12px;  
  color: #ffffff;
  line-height: 18px;
  margin-top: 0px;  
  margin-bottom: 0px;  
  padding-left: 5px;
  font-family : "ＭＳ ゴシック";
  }

