/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

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

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 0.1px; }
.pkg, #content-inner { display: block; min-height: 0; }
/* */

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

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-top: 0;
    margin-bottom: 10px;
}

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

body {
    margin: 0 auto;
    /* setting border: 0 hoses ie5 win window inner well border */
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 0;
    background: #221815;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#container { text-align: center; margin: 0 auto; padding: 0; line-height: 1.7; background: url(images/index.gif) no-repeat center top; width: 800px; height: 2304px; }

a { color: #fff; }

.first { margin-top: 0; }
.last { margin-bottom: 0; }

img { border: 0; }


.entry1 { text-align: left; margin: 0; padding: 1012px 0 0 435px; }

.entry2 { text-align: left; margin: 0; padding: 999px 0 0 423px; }