
/* ---------------------------
コンテンツ内リンク文字色
--------------------------- */
a { text-decoration:none }

/* ---------------------------
メニュー1／まだ見ていない状態
--------------------------- */
a:link {
 color: #555555;
 }

/* ---------------------------
メニュー1／カーソルが上にある状態
--------------------------- */
a:hover {
 color: #990033;
 }


/* ---------------------------
メニュー1／ボタンを押している状態
--------------------------- */
a:active {
 color: #990033;
 }

/* ---------------------------
メニュー1／すでに見た状態
--------------------------- */
a:visited {
 color: #555555;
 }

/* ---------------------------
更新日
--------------------------- */
.koushin {
 font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;
 color: #990033;
 font-size: 10px;
 line-height: 14px;
 font-weight: bold;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 8px;
 padding-right: 0px;
 }

/* ---------------------------
コピーライト
--------------------------- */
.copy {
 font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;
 color: #555555;
 font-size: 10px;
 line-height: 14px;
 padding-top: 3px;
 padding-bottom: 5px;
 }

/* ---------------------------
トピックス（日付）
--------------------------- */
.topics1 {
 font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;
 color: #990033;
 font-size: 12px;
 line-height: 16px;
 padding-top: 5px;
 padding-bottom: 3px;
 }

/* ---------------------------
トピックス（内容）
--------------------------- */
.topics2 {
 font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;
 color: #555555;
 font-size: 12px;
 line-height: 16px;
 padding-top: 5px;
 padding-bottom: 3px;
 }

/* ---------------------------
コラム内文字
--------------------------- */
.column {
 font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;
 color: #555555;
 font-size: 10px;
 line-height: 13px;
 padding-top: 0px;
 }

/* ---------------------------
プルダウンリンク
--------------------------- */
select, input, textarea {
 font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;
 color:#990033;
 font-weight: bold;
 font-size:12px;
 line-height:18px;
 }
.menutop {
 background-color: #cccccc;
 width: 241px;
 }

