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


/* Layout ----------------------------------------------------------------- */

body {    
    font-family: Trebuchet, Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック";
    text-align: center;
    background: #000;
    color: #333
}

#container-inner {
    width: 800px;
    height: 500px;
    margin: 0 auto;
    text-align: left;
    background-image: url("http://star.japonsky.com/simages/m_neon.gif");
    background-repeat: no-repeat;}

#footer { width: 760px; font-size: 9px; color: #CCC; padding: 10px 0; }



/* Content ---------------------------------------------------------------- */


a:link { color: #00c; text-decoration: none; }
a:visited { color: #30c; text-decoration: none; }
a:active { color: #9f0; }
a:hover { text-decoration: underline; }


#enter {
    position: relative;
    width: 220px;
    height: 500px;
}
    

#enter-inner {
    position: absolute;
    top: 260px;
    left: 91px;
}


#amazone {
    position: relative;
    width: 400px;
    left: 220px;
}

#amazone-inner {
    position: absolute;
    top: 172px;
    left: 313px;
    width: 32px;
}


#note {
    position: relative;
    width: 180px;
    left: 620px;
}

#note-inner {
    position: absolute;
    width: 144px;
    top: 270px;
}



.item {
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100px;
    height: 90px;
    padding: 1px;
    border: 1px solid #000;
}


.note-entry-title {
    font-size: 11px;
    line-height: 130%;
    margin: 5px 8px auto;
}

.note-entry-date {
    font-size: 10px;
    line-height: 130%;
    margin: 0 8px auto;
}




#footer-content {
    font-size: 9px;
    color: #fff;
}
