/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mtos/mt-static/themes-base/blog.css);
@import url(/mtos/mt-static/support/themes/minimalist-light-blue/minimalist-light-blue.css);
/* end StyleCatcher imports */
/* ナビゲーションバー全体のスタイル */

#navbar {
    text-align: center; /* 配置 */
    font-family: Verdana, Arial, sans-serif; /* フォントスタイル */
    font-weight: normal; /* フォントの太さ */
    font-size: 14px; /* フォントサイズ */
    width: auto; /* 全体の幅 */
    line-height: 240%; /* テキストの高さ */
}
 
/* リンクのスタイル */
#navbar a{
    background-color: #ffffff; /* 背景色 */
    color:#408060; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
}
 
/* リンクをポイントした時のスタイル */
#navbar a:hover{
    background-color: #ffffff; /* 背景色 */
    color:#808080; /* 文字色 */
    text-decoration: none; /* テキストの装飾をなくす */
}


