/* 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/professional-blue/professional-blue.css);
/* end StyleCatcher imports */




/* 初期化-------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td{
   margin: 0;
   padding: 0;
   }

fieldset,img{
   border: 0;
   }

abbr,acronym{
   border: 0;
   }

address,caption,cite,code,dfn,em,strong,th,var{
   font-style: normal;
   font-weight: normal;
   }

h1,h2,h3,h4,h5,h6{
   font-size: 62.5%;
   font-weight: normal;
   }



/* Global------------------------------------------------------- */

body{
   background-color: #dfe6f6;
   line-height:1.5;
   color:#000000;
   font: 80% "Century Gothics",Arial,"メイリオ","MS Pゴシック","ヒラノギ明朝 Pro W3",sans-serif;
   }  


a:link {
   color:#003300;
  }

a:active{
   color:#003300;
   }

a:visited{
   color:#003300;
   }

a:hover{
   color:#003300;
   }

ul {
   list-style-type:square;
   list-style-position:inside;
   }


/* Entry------------------------------------------------------- */

.entry-header{
   margin-top:5px;
   font-size:2em;
   color:#82b678;
   }

.entry-body{
   }

.entry-more{
   }
