@charset "Shift_JIS";
@import "main.css";

/* トピックス部
---------------------------------------------------- */
.tt_topics {
  margin:0;
  padding:0;
  border: none;
  text-decolation: none;
 }

.tb_topics {
  width:690px;
  border: solid 1px #0099ff;
  border-top: none;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 10px;
 }

.topics_com {
  width:480px;
  font-size:0.8em;
  color: #333333;
  line-height:140%;
  padding-left:10px;
 }

#topics_catch {
  width:480px;
  font-size:1.2em;
  color: red;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top:4px;
  padding-bottom: 2px;
  border-bottom: 1px solid #990000;
 }

/* ＰＲエリア
---------------------------------------------------- */


/* タイトルキャッチ
---------------------------------------------------- */
.tt {
  width: 690px;
  height: 30px;
  font-size:1em;
  font-weight:bold;
  color:#000099;
  background-image: url("../images/bg_tt01.gif");
  background-repeat: no-repeat;
  margin-top:10px;
  margin-bottom: 10px;
  padding: 8px;
  padding-left: 30px;
 }

.tt_bottom {
  width: 690px;
  height: 30px;
  font-size:1em;
  font-weight:bold;
  color:#000099;
  background-image: url("../images/bg_tt02.gif");
  background-repeat: no-repeat;
  margin-top:10px;
  padding-top: 4px;
  padding-left: 30px;
 }

.tt_bottom_area {
  width: 690px;
  padding: 8px;
  border: solid 3px #a4d1ff;
  border-top: none;
  margin-bottom: 10px;  
 }

.tth {
  width: 335px;
  height: 32px;
  vertical-align: middle;
  font-size:1em;
  font-weight:bold;
  color:#000099;
  background-image: url("../images/bg_tt01h.gif");
  background-repeat: no-repeat;
  margin-top:10px;
  margin-bottom: 0;
  padding-left: 30px;
 }

/* PRテーブル
---------------------------------------------------- */
.tb_com {
  margin-top:5px;
  margin-bottom:10px;
 }

/* PRコメント
---------------------------------------------------- */
.comtext {
  font-size:0.8em;
  color: #333333;
  line-height:150%;
  padding: 2px;
  padding-left: 6px;
 }
.com01 {
  width: 335px;
  background-image: url("../images/bg_com01.gif");
  background-repeat: no-repeat;
 }

.com02 {
  width: 335px;
  background-image: url("../images/bg_com02.gif");
  background-repeat: no-repeat;
 }
  
.com03 {
  width: 335px;
  background-image: url("../images/bg_com03.gif");
  background-repeat: no-repeat;
 }

.com04 {
  width: 335px;
  background-image: url("../images/bg_com04.gif");
  background-repeat: no-repeat;
 }

address {
  width:690px;
  text-align: center;
  font-style:normal;
  font-size:0.9em;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-bottom:2px;
  border-top: solid 3px #5e8eab;
 }


