
@import url(../contents/topics/pagefooter.css);

body {
  font-family:  "ＭＳ Ｐゴシック", "Osaka";
  font-size: 12px;
  line-height: 18px;
}

.menu {
  font-family:  "ＭＳ Ｐゴシック", "Osaka";
  font-size: 12px;
  line-height: 16px;
}

.contents {
  font-family:  'メイリオ',Tahoma, Verdana, Arial, sans-serif, 'ＭＳゴシック';
  font-size: 12px;
  width: 729;
  /*border: solid 1px #000000;*/
  padding: 0px 0px 12px 0px;
}

.pageContents {
  font-family:  "ＭＳ Ｐゴシック", "Osaka";
  font-size: 12px;
  padding: 5px 5px 5px 5px;
}

.sentence {
  font-family:  "ＭＳ Ｐゴシック", "Osaka";
  font-size: 12px;
  padding: 0px 0px 12px 0px;
  color: rgb(139, 135, 130);
  line-height: 18px;
}


H3 {
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0px;
  color: #444444;
/*  background-image: url("../img/dotline.gif");*/
  background-repeat: repeat-x;
  padding-bottom: 3px;
  margin-bottom: 5px;
}


.separate {
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0px;
  color: #444444;
  background-image : url(../contents/topics/dotline.gif);
  background-repeat: repeat-x;
  padding-bottom: 3px;
  margin-bottom: 5px;
}


.infobar {
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0px;
  color: #444444;
  background-image : url(../contents/topics/infobar.png);
  background-repeat: repeat-x;
  padding: 6px 0px 0px 10px;
  margin-bottom: 5px;
  height: 24px;
  vertical-align: middle;
}

.link {
  font-family:  "ＭＳ Ｐゴシック", "Osaka";
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  color: rgb(139, 135, 130);
}

.mainFrame {
  border-right: 2px solid #DEDEDE;
  border-left: 0px;
  border-bottom: 1px solid #DEDEDE;
}

A {
  cursor: pointer;
  border: rgb(139, 135, 130);
  text-decoration : none;
}

A:hover {
  border: 0;
  text-decoration : none;
}

A:link {
  border: 0;
  text-decoration : none;
  border: rgb(139, 135, 250);
}
