@charset "utf-8";

/* -------------------------------------------------------------------
 * 全体
 * ------------------------------------------------------------------ */
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
/*    min-width: 800px;*/
    color: #333333;
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size:90%;
    text-align: center;
    background-color: #0A1847;
}

/* フォーム（問合せフォーム、コメントフォームなど） */
form {
    margin: 0;
    padding: 0;
}

/* リンク */
a img { border: 0; }
a { color: #02259B;}
a:hover { color: blue; }

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 引用 */
blockquote {
    background:#efefef;
    padding:5px;
}

.right { text-align:right }

/* -------------------------------------------------------------------
 * 文字用クラス
 * ------------------------------------------------------------------ */
/* オレンジ色 */
.orange {
	color:#AF0A11;
}

/* フォントサイズ大 */
.large {
	font-size:large;
}

/* -------------------------------------------------------------------
 * 特別な配置用
 * ------------------------------------------------------------------ */
/* 脚注 */
div.note  {
	font-size:small;
}

/* 見出しh4の下の文章 */
div.h4  {
	margin-left:1em;
	margin-bottom:1em;
}

/* 見出しh5の下の文章 */
div.h5  {
	margin-left:2em;
	margin-bottom:1em;
}


/* -------------------------------------------------------------------
 * ヘルパークラス
 * ------------------------------------------------------------------ */

.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 class wraps enclosing block element around inner floated elements */
.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; }
/* */



/* -------------------------------------------------------------------
 * 大枠
 * ------------------------------------------------------------------ */

/* 大枠 */
#container {
    position: relative;
    margin: 0 auto;
    width: 800px;
    background: transparent;
}

/* 大枠の調整 */
#container-inner {
    position: static;
    width: auto;
}

/* -------------------------------------------------------------------
 * ヘッダー
 * ------------------------------------------------------------------ */
/* ヘッダー全体 */
#banner {
    width:800px;
    height:92px;
/*    margin-bottom:10px;*/
}

/* ロゴ部分 */
#banner-header {
    margin: 0;
    background:url("images/logo.gif") no-repeat;
    text-indent:-9999px;
}

/* ロゴクリック部分 */
#banner-header a {
    display:block;
    width:800px;
    height:92px;
}

/* サイトの説明（現在は表示なし） */
#banner-description {
    text-indent:-9999px;
}

#banner a {
    color: #cccccc;
    text-decoration: none;
}

#banner a:hover {
    color:#539a2f;
}

/* -------------------------------------------------------------------
 * ヘッダーより下
 * ------------------------------------------------------------------ */
/* ページ全体 */
#pagebody { 
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    background-color: #ffffff;
}

/* ページ全体の調整 */
#pagebody-inner {
    position: static;
    width: 100%;
}

/* -------------------------------------------------------------------
 * 左右の配置
 * alpha = エントリーを表示する。左側。
 * beta  = サイドバー。右側。
 * ------------------------------------------------------------------ */
#alpha, #beta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

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

#alpha {
    width: 570px;
}

#alpha-inner {
    padding: 15px 15px 0 15px;

}

/* プロフィールページ用（betaがないため） */
.profile #alpha {
    width:780px;
}


#beta {
    width: 230px;
     background: #ffffff;
}

#beta-inner{
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #ffffff;
}

/* -------------------------------------------------------------------
 * コンテンツ
 * entry      = エントリーページ
 * trackbacks = トラックバック
 * comments   = コメント
 * archive    = カテゴリ、月別アーカイブページ
 * ------------------------------------------------------------------ */
.content-nav {
    margin: 10px 10px 20px 10px;
    text-align: center;
}

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

.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: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

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

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

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

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

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

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* -------------------------------------------------------------------
 * サイドバーの各コーナー
 * ------------------------------------------------------------------ */
/* コーナー全体 */
.module {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px 0;

/*    background: url("images/module.gif") repeat-y;*/
}

/* コーナーのコンテンツ */
.module-content {
    width: 220px;
    position: relative;
    margin: 0;
    padding-bottom:10px;
    font-size: x-small;
    color:#666666;
    line-height: 1.5;
    background: url("images/sidebar-frame-bottom.gif") no-repeat 0 100%;
}

.module-content-inner {
    border-right :1px solid #CCC;
    border-left : 1px solid #CCC;
    padding: 5px;
}

.module-content a { color: #666666; }
.module-content a:hover { color: blue; }


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

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.module-list {
    margin: 0 0 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}

/* -------------------------------------------------------------------
 * 各場所のヘッダー
 * ------------------------------------------------------------------ */

.module-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 25px;
    w\idth: auto;
    margin: 0;
/*    padding: 5px;
    padding-top:8px;
    _padding-top:10px;
    padding-left:22px;*/
    text-indent:-9999px;
    line-height: 1;
}

h2.about {
    background: url("images/module-t-profile.gif") no-repeat;
}

h2.TwitterWidget {
    background: url("images/TwitterWidget.gif") no-repeat;
}

h2.archive {
    background: url("images/module-t-archive.gif") no-repeat;
}

h2.books {
    background: url("images/module-t-books.gif") no-repeat;
}

h2.category {
    background: url("images/module-t-category.gif") no-repeat;
}

h2.comment {
    background: url("images/module-t-comment.gif") no-repeat;
}

h2.entry {
    background: url("images/module-t-entry.gif") no-repeat;
}

h2.profile {
    background: url("images/module-t-profile.gif") no-repeat;
}

h2.recent-entry {
    background: url("images/module-t-recent-entry.gif") no-repeat;
}

h2.trackback {
    background: url("images/module-t-trackback.gif") no-repeat;
}

h3.trackbacks-header,
h2.comments-open-header {
    height:30px;
    text-indent:-9999px;
}

h3.comments-header {
    height:30px;
    padding-left : 100px;
    padding-top: 5px;
    font-weight: bold;
}

.comments-open-header {
    background: url("images/comments-open-header.gif") no-repeat;
}

.comments-header {
    background: url("images/comments-header.gif") no-repeat;

}
.trackbacks-header {
    background: url("images/trackback-header.gif") no-repeat;
}
.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: #fff;
}

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


.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header,
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
	margin-bottom:0;
    padding: 0 0 0 10px;
    font-weight:bold;
}

.profile-header {
    padding: 0 0 0 10px;
    font-weight:bold;
	border-left:5px solid #bbb;
    margin-bottom: 20px;
}
.entry_title {
	border-left:5px solid #bbb;
	margin-bottom:20px;
}

.entry_title_category {
	font-size:x-small;
	_font-size:xx-small;
	margin-left:10px;
	margin-top:0px;
}

.date-based-archive #archive-title,
.category-archive #archive-title
{
    border-left: 5px solid #ffffff;
}


.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
    font-size:medium;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

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

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid gray;
    padding-top: 3px;
    color: gray;
    font-size: 10px;
    text-align: right;
}

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


#trackbacks-info {
    font-size:small;
}

#trackbacks-info input {
    width:480px;
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

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

/* modules */
.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }

/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
    background: #e6ecf2;
}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-two-column-left #beta {
    margin: 15px 15px 0 15px;
    width: 480px;
    background: none;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
}



/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.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; }

/* Entry tag display */
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; }

/* List DIV */
div.entry-list {
    padding:5px;
    border:#eeeeee 1px dotted;
 }

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

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

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

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


/* -------------------------------------------------------------------
 * フッター（現在表示していない）
 * ------------------------------------------------------------------ */

#footer {
    position:relative;
    font-size:70%;
    color:#666666;
    width:100%;
    text-align:center;
    margin-top:20px;
}

#footer a { color:#666666;}
#footer a:hover { color:#539a2f;}

/* -------------------------------------------------------------------
 * エラーページ
 * ------------------------------------------------------------------ */
/* エラー表示全体 */
div#error {
	position:relative;
	margin:0;
	padding:10px;
}

/* エラータイトル */
div#error h3 {
	margin-left:20px;
	padding-left:5px;
	color:#ff6666;
	border-left-width:10px;
	border-left-style:solid;
	border-left-color:#ff6666;
}

/* エラーメッセージ */
div#error p#msg {
	margin-top:10px;
	margin-left:35px;
	margin-bottom:20px;
}

/* エラーメッセージ以外 */
div#error p {
	margin-left:35px;
}

/* トップページに戻るリンク */
div#error p#backurl {
	margin-left:20px;
}

/* -------------------------------------------------------------------
 * 問い合わせフォーム
 * ------------------------------------------------------------------ */
div#inquiry {
	margin:10px;
}
/* -------------------------------------------------------------------
 * SCode(セキュリティコード)
 * ------------------------------------------------------------------ */

.scode {
    vertical-align: top;
}
 
#scode {
    margin-left: 5px;
}


