/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mtop7/mt-static/themes-base/blog.css);
@import url(/mtop7/mt-static/support/themes/minimalist-blue/minimalist-blue.css);
/* end StyleCatcher imports */
body {
    margin: 20px;
    background-color: #FFFFDF;
}

/************************************************
* navi * 
************************************************/
div#navi {
color: #333333;
background-color: #00FF00;
text-align: left;
margin-top: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
width: 840px;
overflow: hidden;
}

div#navi .pad {
padding-left: 10px;
padding-right: 10px;

}

div#navi ul {
margin-top: 0;
padding: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
div#navi ul li {
font-size: 90%;
font-weight: bold;
display: inline;
}

div#navi ul li a {
text-decoration: none;
color: #333333;
background-color: #00FF00;
padding-top: .7em;
padding-left: 15px;
padding-right: 15px;
padding-bottom: .6em;
float: left;
}

div#navi ul li a:hover {
text-decoration: underline;
color: #006699;
background-color: #ffffff;
}

/************************************************
* font* 
************************************************/

h1{color:blue;}

h1{font-size:x-large;}

h2{color:blue;}

h2{font-size:large;}

h3{color:blue;}

h3{font-size:large;}

/************************************************
*item-big * 
************************************************/
.item-big {
display: inline;
float: left;
margin: 0pt 5px 8px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 80px;
height: 80px;
}


