/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/support/themes/minimalist-grey/minimalist-grey.css);
/* end StyleCatcher imports */

/* ブログタイトル文字 */
#tctoptitlelay h1 {
    color: #CACFDF;
  text-align: right;
  font-size: 20px;
  margin-top: 0px;
}

/* ブログサブタイトル文字 */
#tctoptitlelay p {
  color: #AFB8CF;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
  font-size: 14px;
}

/* 未訪問リンク色の設定 */
a:link {
  color: #D5DFFF;
}

/* 訪問済みリンク色の設定 */
a:visited {
  color: #FFD5F4;
}

/* リンクを選択した瞬間の色の設定 */
a:active {
  color: #FFFFD5;
  text-decoration: underline;
}

/* マウスをかざしたときのリンク色の設定 */
a:hover {
  color: #FFFFFF;
  background-color: #AAAAAA;
  text-decoration: underline;
}