/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    font-family: Times, "Hiragino Mincho W3", serif, "ＭＳ Ｐ明朝";
    font-size: 12px;
    line-height: 150%;
    color: #ccc;
    background-color: #000;
    margin: 0 auto;
    text-align: center;
}

form { margin: 0; padding: 0; }
a:link {color: #c63; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:active {color: #c63; text-decoration: none;}
a:hover {color: #ffc; text-decoration: none;}
a img {border: 0;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    color: #c63;
    font-size: 14px;
}

h2 a:link {color: #c63; text-decoration: none;}
h2 a:visited {color: #c63; text-decoration: none;}
h2 a:active {color: #c63; text-decoration: none;}
h2 a:hover {color: #ffc; text-decoration: none;}

h3 {
    font-size: 12px;
}

.nav {
    float: right;
}

dl {
    margin: 0;
}

dd {
    margin: 0 0 0 10px;
    padding: 0;
}


/* custom-layout */

#container {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}

#container-inner {

}

#banner {
    width: 800px;
    height: 280px;
    background-image: url(img/banner.png);
}

#banner-inner {

}

#sidebar {
    width: 180px;
    float: left;
}

#sidebar-inner {
    padding: 10px;
}

#contents {
    width: 620px;
    float: left;
}

#contents-inner {
    padding: 0 10px 10px 30px;
}

#footer {
    width: 800px;
    height: 80px;
    background-image: url(img/footer.png);
    clear: both;
}

#footer-inner {
    font-size: small;
    text-align: center;
    padding: 40px 0 0 0;
}

.entry-footer {
    text-align: right;
}

/* module classes */

.calendar-header {
    font-size: 14px;
    text-align: center;
    color: #c63;
    background-color: #333;
    margin: 0;

}

.module-content {
    font-size: 12px;
    line-height: 120%;
    border: 1px solid #333;
    margin: 0 0 30px 0;
    padding: 5px 0;
}

.module-content-qr {
    font-size: 12px;
    line-height: 120%;
    border: 1px solid #333;
    margin: 0 0 30px 0;
    padding: 10px 37px;
}

.module-content-cl {
    font-size: 12px;
    line-height: 120%;
    border: 1px solid #333;
    margin: 0 0 30px 0;
    padding: 10px 20px;
}

.module-content-ml {
    font-size: 12px;
    line-height: 120%;
    border: 1px solid #333;
    margin: 0 0 30px 0;
    padding: 5px 65px;
}

.module-header {
    font-size: 14px;
    text-align: center;
    color: #c63;
    background-color: #333;
    margin: 0;
}

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 22px;
    text-align: center;
}

.module-content th {
    color: #999;
}

.module-list {

}

.module-list-item {

}


/* float & clear */

.left {
    margin: 0 10px 10px 0;
    float: left;
}

.right {
    margin: 0 0 10px 10px;
    float: right;
}

.clear {
    clear: both;
}
