/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.ael-market.com/mt/mt-static/themes-base/blog.css);
@import url(http://www.ael-market.com/mt/mt-static/support/themes/minimalist-white/minimalist-white.css);
/* end StyleCatcher imports */



/* リンク */
a,
a:link,
a:visited {
    color: #7f9faa;
    text-decoration: none;
}
a:hover {
    color: #00507b;
    text-decoration: none;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/*ナビ*/
#nav{
   margin: 12px;
   padding: 2px;
   list-style: none;
   float: center;
   width: 100%
}

#nav li {
   float: left;
   background-color: #fff
   border: 1px solid #000
   font-size: 100%;
   font-size: 10px;
   text-align: center;
   widht: 80px;
   height: 40px;
   margin-top: 4px;
   margin-right: 3px;
   margin-left: 3px;
}

#nav a {
   coloe: #000;
   display: block;
   width: 124px;
   height: 20px;
}

#nav a:hover {
   color: #069;
   background-color: #fff;
   text-decoration: none;
   height: 20px;
}