/* -+-+-+-+-+-+-+-+-+-+-+-+- 基本レイアウト-+-+-+-+-+-+-+-+-+-+-+-+- */
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    text-align: left; 

    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",  "Hiragino Sans", Meiryo, sans-serif;
    font-size: 15px;
    min-width: 900px;
    margin-top:0px;
    color: #FFFFFF;
    background: #1e1e1e;
    background-image: url("");
}


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

a { color: #99CCFF; text-decoration: none; }
a:hover { color: #ff0066; text-decoration: underline; }
a img { border: 0; }

hr {
    color: #666633;
    border-style: dotted ;
    border-width:1px ;
}

img.image-full { width: 100%; }

.menu {
    font-size: 12px;
    font-weight: 400;
    font-family: "trajan-sans-pro", Meiryo, san-serif; 
    color: #999999; text-decoration: none;
}
         
/* -+-+-+-+-+-+-+-+-+-+-+-+- ページレイアウト-+-+-+-+-+-+-+-+-+-+-+-+- */
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%;}

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 100%;
    text-align: left;

    width: 900px;
    padding: 0px ;
    margin-bottom: 20px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #993333;
    background: #000000;
    background-image: url("");
}

#container-inner { position: static;  width: auto; }

#banner {
    position: relative;
    width: 900px; /* necessary for ie win */
    background-image: url("https://www.jamsand.info/image/jam_banner.jpg");
    background-repeat: no-repeat;
    height: 125px;
}

#banner-inner {
    padding: 0;
}


#banner a { color: #993333; text-decoration: none; }
#banner a:hover { color: #ff3366; }

.bottom { 
    font-weight: normal; 
    padding: 0;
    margin: 0;
    height: 24px;
    background: #000000;
}

.footer { 
    font-weight: normal; 
    font-size:11px;
    color:#DCDCDC;
    text-align: left; 
    padding: 4px 0px 4px 100px;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- カラム表示-+-+-+-+-+-+-+-+-+-+-+-+- */
#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#alpha { margin: 0; padding: 0; }
#beta { margin: 0; padding: 0; }
#gamma, #delta { margin: 0; padding: 0;}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* two-column-left */
.layout-two-column-left #alpha {
    margin: 0px 0px 0px 0px;
    width: 220px;
}

.layout-two-column-left #alpha-inner {
    padding: 30px 0px 10px 0px;
}

.layout-two-column-left #beta {
    margin-left: 50px;
    margin-bottom: 40px;
    width: 630px;
}

.layout-two-column-left #beta-inner {
    padding: 15px 0px 50px 0px;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+- アーカイブ・ヘッダー-+-+-+-+-+-+-+-+-+-+-+-+- */

.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    border-left: 4px solid #FF3366;
    padding: 2px 0px 2px 5px;
    color: #999999;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}


.archive-top {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    border-top: 0px solid #FEB87B;
    border-bottom: 1px solid #666666;
    padding: 10px 10px 2px 2px;
    margin-bottom: 15px;
    color: #777777;
    font-family: "trajan-sans-pro", Meiryo, san-serif; 
    font-size: 20px;
    background: #;
    font-weight: normal;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 3px solid #EE6666;
    padding: 2px 0px 2px 5px;
    color: #666666;
    background: #;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #703311;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- エントリー-+-+-+-+-+-+-+-+-+-+-+-+- */
.entry-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    border-left: 4px solid #FF3366;
    padding: 2px 0px 2px 5px;
    color: #999999;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

.entry-header a { color: #6E2319; text-decoration: none; }

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    font-size: 14px;
    line-height: 1.8;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 20px 0px 0px 0px;

    border-bottom: 1px dotted #666666;
    padding-bottom: 3px;
    color: #999;
    font-size: 14px;
}

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


.entry-content,
.comment-content,
.trackback-content {
    margin: 14px 0 15px 0;
    line-height: 1.8;
}


.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 14px;
}


#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #CC9966;
    padding: 0 10px;
    color: #333333;
    font-size: 12px;
    text-align: center;
    background: #FFFFF0;
}

.date {
    margin-top: 10px;
    font-size: 14px;
    color: #996666;
}

.date-header {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-transform: uppercase;
}

.footer { 
    font-weight: normal; 
    font-size:11px;
    color:#999999;
    margin: 10px 7px 0px 180px;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 14px;
}


.paginate {
    font-size:15px;
    margin-bottom: 15px;
}

.navigation {
    display: block;
    font-size:15px;
    margin: 5px 0 20px 0;
}

.alignright { float: right; }
.alighnleft { float: left; }



/* -+-+-+-+-+-+-+-+-+-+-+-+-ページ分割した時のページ送り-+-+-+-+-+-+-+-+-+-+-+-+- */
/********************************************************
Pagenate
********************************************************/
.current_page {
display:inline-block;
border:0px solid #999999;
background: #999999;
line-height:100%;
padding: 6px 7px;
font-size:15px;
font-weight: bold;
color:#FFFFFF;
text-decoration: none;
zoom: 1;
}

.pagenate{
clear: both;
text-align:center;
width: 100%;
padding: 25px 0px 35px 0px;
}

.pagenate ul {
margin: 0 auto;
}

.pagenate .stay{
background: #2e6ab1;
padding: 6px 8px;
font-size:14px;
color:#ffffff;
font-weight:bold;
zoom: 1;
}

.pagenate a {
display:inline-block;
border:0px solid #999999;
background: #333333;
line-height:100%;
padding: 6px 7px;
font-size:15px;
color:#999999;
text-decoration: none;
zoom: 1;
}

.pagenate a:hover{
background: #cc0000;
color: #ffffff;
text-decoration: none;
}

.pagenate li.count {
padding-top: 5px;
color: #666666;
}

.pagenate .previous a,
.pagenate li.next a {
background: #E1EBF7;
font-weight: bold;
color: #000000;
}

.pagenate li.previous a:hover,
.pagenate li.next a:hover {
background: #2e6ab1;
color:#ffffff;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- モジュール-+-+-+-+-+-+-+-+-+-+-+-+- */
.module-content a{ color: #666666; }
.module-content a:hover { color: #ff0066; }
.module-welcome p { font-size: 10px; }
.module-content p.first { margin-top:0px; }

.module-header{
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin-left: 10px;
    padding: 10px 0 2px 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: "trajan-sans-pro", Meiryo, san-serif; 
    border-bottom: 1px solid #666666;
    color: #777777;
    line-height: 1;
}

.module-content {
    position: relative;

    margin: 5px 0 10px 10px;
    padding: 0px 5px 0 0px;
    font-size: 14px;
    line-height: 1.5;
    color: #DCDCDC;
    border-top: 0px solid #FFFFFF;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin: 0;
    padding: 5px 0px 5px 0px;

    line-height: 1.3;
    border-bottom: 1px dotted #777777;
}


.side-list {
    margin-top: 10;
    padding: 0;
    list-style: none;
}

.side-list-item {
    margin: 0;
    padding: 5px 0px 5px 12px;
    background: url("https://www.jamsand.info/image/mark.gif") no-repeat 0px 0.7em;
    line-height: 1.3;
    border-bottom: 1px dotted #777777;
}

.side-list a{ color: #DCDCDC; }
.side-list a:hover { color: #ff0066; }

.side-content {
    position: relative;

    margin: 5px 0 10px 10px;
    padding: 0px 5px 0 0px;
    font-size: 12px;
    line-height: 1.5;
    border-top: 0px solid #FFFFFF;
}


.side-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 30px 0 0 10px;
    padding: 3px 0 2px 0px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: Verdana,Arial,san-serif; 
    border-top: 0px solid #BC8F8F;
    border-bottom: 1px solid #993333;
    color: #FF9900;
    line-height: 1;
}



.menu-list {
    list-style-image: url("https://www.jamsand.info/image/mark.gif");
    padding-left: 25px;
    line-height: 1.8;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 115px; }


/* -+-+-+-+-+-+-+-+-+-+-+-+- その他-+-+-+-+-+-+-+-+-+-+-+-+- */
.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

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

form { margin: 0; padding: 0; }

.content-nav {
    display: none; 
    margin: 10px;
    text-align: center;
}

.commenter-profile img { vertical-align: middle; }


.th abbr {
  font-size: 10px;
}



/* Entry tag */
.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }


/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }


/* -+-+-+-+-+-+-+-+-+-+-+-+- 検索-+-+-+-+-+-+-+-+-+-+-+-+- */
.mt-search-results .search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #996666;
    padding: 5px;
    color: #996666;
    background: #EEE4C3;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}


.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }


/* -+-+-+-+-+-+-+-+-+-+-+-+- コメント-+-+-+-+-+-+-+-+-+-+-+-+- */

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}


#comment-post {
    font-weight: normal;
}

.comments-open-header {
    clear: both;
}

.comments-open-footer {
    margin: 10px 0;
}

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }


/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #666;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 13px;
    margin: 5px auto 5px 10px;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }


textarea,select,input { font-family: "Hiragino Kaku GothicProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif; }





