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

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

    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,Verdana,Helvetica,Arial,"ＭＳ ゴシック",sans-serif; 
    font-size: 12px;
    min-width: 980px;
    margin-top:0px;
    color: #666666;
    background: #DCDCDC;
}


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: #663333; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
a img { border: 0; }

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

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


/* -+-+-+-+-+-+-+-+-+-+-+-+- ページレイアウト-+-+-+-+-+-+-+-+-+-+-+-+- */
#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: 980px;
    padding: 0px ;
    margin-bottom: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #a9a9a9;
    background: #F5F5F5;
    background-image: url("");
}

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

#banner {
    position: relative;
    width: 980px; /* necessary for ie win */
    background-repeat: no-repeat;
    background: #333333;
    height: 70px;
}

#banner-inner {
    padding: 0;
}


#banner-header {
    color: #330000;
    font-size: 10px;
    line-height: 1;
    padding: 2px 0 0 15px;
    font-size: 10px;
}

#banner a { color: #FFFFFF; text-decoration: none; }
#banner a:hover { color: #000000; }

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

.footer { 
    font-weight: normal; 
    font-size:10px;
    color:#FFFFFF;
    margin: 2px 0px 2px 200px;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+- カラム表示-+-+-+-+-+-+-+-+-+-+-+-+- */
#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;
}


/* one-column*/
.layout-one-column body { min-width: 960px; }
.layout-one-column #container { width: 960px; }
.layout-one-column #banner { width: 960px; } /* necessary for ie win */


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

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

.layout-two-column-left #beta {
    margin: 20px 0px 0px 15px;
    width: 800px;
}

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


/* three-column*/
.layout-three-column #alpha {
    margin: 0px 0px 0px 10px;
    width: 150px;
}

.layout-three-column #alpha-inner {
    padding: 40px 0px 10px 0px;
}

.layout-three-column #beta {
    margin-left: 20px;
    width: 415px;
}

.layout-three-column #beta-inner {
    padding: 40px 0px 10px 0px;
}

.layout-three-column #gamma {
    margin-left: 30px;
    width: 138px;
}

.layout-three-column #gamma-inner  {
    padding: 40px 0px 10px 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: 2px solid #990000;
    padding: 2px 5px 2px 5px;
    color: #333333;
    font-size: 14px;
    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;

    margin: 0;
    padding: 0px 5px 2px 2px;
    color: #666666;
    font-size: 12px;
    border-bottom: 1px solid #993300;
    background: #;
    font-weight: normal;
}

.category {
    color: #993300;
    font-family: 'Times New Roman'; 
    font-size: 14px;
}

.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 #FF9900;
    padding: 2px 0px 2px 5px;
    color: #333333;
    background: #FAF0E6;
    font-size: 11px;
    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: #660000;
}


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

    border-left: 2px solid #993300;
    padding: 2px 0px 2px 5px;
    color: #666666;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

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

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

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

.entry-content {
    clear: both;
    font-size: 12px;
    line-height: 1.8;
}

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

.entry-footer,
.archive-content {
    clear: both;
    margin: 5px 0px 40px 0px;

    border-top: 1px solid #999999;
    padding-top: 5px;
    color: #666666;
    font-size: 10px;
}

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


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


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

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



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


.paginate {
    font-size:10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

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

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



/* -+-+-+-+-+-+-+-+-+-+-+-+- モジュール-+-+-+-+-+-+-+-+-+-+-+-+- */
.module-content a{ color: #666666; }
.module-content a:hover { color: #000000; }
.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: 5px 0 2px 0px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: Verdana,Arial,san-serif; 
    border-bottom: 1px solid #993300;
    color: #993300;
    line-height: 1;
}

.module-content {
    position: relative;

    margin: 7px 0px 15px 10px;
    padding: 0px 0px 0 0px;
    font-size: 11px;
    line-height: 1.5;
    border-top: 0px solid #FFFFFF;
}

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

.module-list-item {
    margin: 0;
    padding: 0px 0px 12px 12px;
    background: url("https://www.jamsand.info/image/mark.gif") no-repeat 0px 0.3em;
    line-height: 1.3;
}


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

.side-list-item {
    margin: 0;
    padding: 0px 0px 8px 12px;
    background: url("https://www.jamsand.info/image/mark2.gif") no-repeat 0px 0.2em;
    line-height: 1.3;
}

.side-list a{ color: #666666; }
.side-list a:hover { color: #ff3366; }



.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; }

.module-calendar .calender-content table { 
    font-size: 10px; 
    line-height: 1.5; 
    font-family: Verdana ,arial ,sans-serif;
    }

.calender-content a {
    color: #CC3300;
    }
.calender-content a:hover
    {
    color: #ff3366;
    text-decoration:underline;
    }




/* -+-+-+-+-+-+-+-+-+-+-+-+- その他-+-+-+-+-+-+-+-+-+-+-+-+- */
.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: #999;
}

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


textarea,select,input { font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka,"ＭＳ ゴシック",sans-serif; }



/* calendar tweaks */

.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }

.layout-calendar #gamma,
.layout-calendar #delta {
    width: 190px;
}

.layout-calendar #gamma-inner,
.layout-calendar #delta-inner {
    border: 0;
    padding: 0;
}

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

.module-calendar .calender-content th,
.module-calendar .calender-content td {
    width: 11%;
    text-align: center;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content {
    margin: 0;
    border-width: 0;
    padding: 5px;
}

.module-mmt-calendar table {
    width: 378px;
    background: #a3b8cc;
}

.module-mmt-calendar th {
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: bold;
}

.module-mmt-calendar td {
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: normal;
    background: #e6ecf2;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
    border-right: none;
}

.module-mmt-calendar td { height: 70px; }