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

body {
  font: 16px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.5;
}

#header-name {
  font-family: 'PT Serif', serif;
}
#header-description {
  font-family: 'Noto Serif JP', serif;
}
#header-name a , #header-description {
  color: #FF9;
}

#content-notice {
  background-color: #DDD;
  font-size: 10.5pt;
  padding: 1em;
}

.archive-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20pt;
  font-weight: bold;
  color:#990000;
}

/* main */
.main-category , .archive-category {
  margin: 1.5em 0 1.5em;
  padding: 0.3em 0 0.3em 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16pt;
  font-weight: bold;
  border-left: 1em solid #666666;
  border-bottom: 2px solid #666666;  
}
.cat-MarketRecap {
  color:#000099;
  border-left-color:#000099;
  border-bottom-color:#000099;
}
.cat-Stocks {
  color:#006600;
  border-left-color:#006600;
  border-bottom-color:#006600;
}
.cat-CurrentTopics {
  color:#990000;
  border-left-color:#990000;
  border-bottom-color:#990000;
}
.cat-Quiz {
  color:#996600;
  border-left-color:#996600;
  border-bottom-color:#996600;
}
.cat-English {
  color:#FF0099;
  border-left-color:#FF0099;
  border-bottom-color:#FF0099;
}

.entry-title {
  font-size: 16pt;
}
.mt-main-index .entry-title a ,
.mt-search-results .entry-title a ,
.mt-category-archive .entry-title a ,
.mt-category-archive .entry-title {
  color: #990000;
  font-weight: bold;
}

.mt-datebased-monthly-archive .asset-header {
  position: relative;
  height: 32px;
  overflow: hidden;
}
.mt-datebased-monthly-archive .entry-title {
  display: inline-block;
  position: absolute;
  left: 270px;
  top: 0;
  font-size: 14pt;
}
.mt-datebased-monthly-archive .entry-title a {
  color: #555;
}
.mt-datebased-monthly-archive .asset-meta {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #900;
}
 

.asset-meta {
  border-top: none;
}
.asset-meta .published {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12pt;
  text-decoration: none;
}
.asset-more-link {
  font-size: 9pt;
  text-align: right;
}
.asset-footer {
  border: none;
}

.mt-category-archive .asset-footer {
  margin-bottom: 3em;
  border-top: 1px solid #ccc;
}

.entry-content {
  font-size: 11pt;
}
.entry-content blockquote {
  color: #218DBC;
  padding: 0.8em 0 0.3em 1em;
  margin: 1em;
  border-left: 3px solid #218DBC;
}

/* pagebute navigation */
.pagebutenavi {
 margin: 10px 0;
}
.pagebutenavi .current_page {
 border: 1px solid #006699;
 background-color: #75b7dc;
 color: #FFF;
 padding-left:4px;
 padding-right:4px;
 display: inline-block;
 text-align: center;
 min-width: 2em;
 margin-bottom: 5px;
}
.pagebutenavi .link_page ,
.pagebutenavi .link_next ,
.pagebutenavi .link_before,
.pagebutenavi .link_first, 
.pagebutenavi .link_last {
 border: 1px solid #006699;
 padding-left:4px;
 padding-right:4px;
 text-decoration: none;
 color: #333;
 display: inline-block;
 text-align: center;
 min-width: 2em;
 margin-bottom: 5px;
}
.pagebutenavi a.link_page:hover ,
.pagebutenavi a.link_next:hover ,
.pagebutenavi a.link_before:hover ,
.pagebutenavi a.link_first:hover ,
.pagebutenavi a.link_last:hover {
 background-color: #75b7dc;
 color: #FFF;
}


/* side bar */
#beta .widget {
  background-color: #FFFFEC;
}
.widget-header {
  border: 1px solid #900;
  border-left: 5px solid #3F5D72;
  background-color: #900;
  padding: 5px;
  font-size: 9pt;
  font-weight: bold;
  color: #FFF;
}
.widget-header a {
  font-weight: bold;
  color: #FFF;
}

.widget-daytradenet .widget-header {
  font-size: 16pt;
  font-family: 'Baloo', cursive;
  background-color: #39F;
  border-color: #39F #39F #39F #3F5D72;
  padding-bottom: 2px;
}

.widget-archive a {
  text-decoration: none;
}
.widget-archive a:hover {
  text-decoration: underline;
}
.widget-search input#search {
  width: 9em;
}

/* footer */
.magazine-notice {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 0.8em 1.6em;
  border-top: 1px solid #CCC;
  font-size: 9pt;
}