@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: メイリオ,Verdana, Arial, sans-serif;
}

body {
	background: #030;
	margin: 10px 10px 10px 10px;
   	text-align: center;
    }

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #ccc;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #363;
    background: #030;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #363;
    padding: 3px;
}

/* タイトルバナー */
#banner {
    padding: 15px;
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
}

#banner h1 {
	font-size: 12px;
	padding: 5px;
    font-weight: bold;
	}

#banner h2 {
	font-size: 10px;
	padding: 5px;
	}

#banner img {
	padding-right: 10px;
	float: left;
	}

#banner a,
#banner a:link,
#banner a:visited {
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
    font-size: 12px;
}

/* style change　コンソールdiv */
#stc {
	font-family: Verdana,MS UI Gothic;
	color: #cccccc;
	background-color: #030;
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin:  0px 0px 10px 0px;
	height: auto;
	border-bottom: 0px solid #363;
	}

#stc ul {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	}

#stc li {
	list-style-type: none;
	float: left;
	font-size: 15px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

/* style change　コンソール */

#def
 {
	color: #000000;
	}
	
#def a:link {
	color: #000000;
	}

#def a:visited {
	color: #000000;
	}

#def a:active {
	color: #000000;
	}

#def a:hover {
	color: #ffffff;
	}

#a_hoge
 {
	color: #333333;
	}
	
#a_hoge a:link {
	color: #333333;
	}

#a_hoge a:visited {
	color: #333333;
	}

#a_hoge a:active {
	color: #333333;
	}

#a_hoge a:hover {
	color: #ffffff;
	}

#b_hoge
 {
	color: #333300;
	}
	
#b_hoge a:link {
	color: #333300;
	}

#b_hoge a:visited {
	color: #333300;
	}

#b_hoge a:active {
	color: #333300;
	}

#b_hoge a:hover {
	color: #ffffff;
	}

#c_hoge
 {
	color: #003300;
	}
	
#c_hoge a:link {
	color: #003300;
	}

#c_hoge a:visited {
	color: #003300;
	}

#c_hoge a:active {
	color: #003300;
	}

#c_hoge a:hover {
	color: #ffffff;
	}
	
#d_hoge
 {
	color: #003333;
	}
	
#d_hoge a:link {
	color: #003333;
	}

#d_hoge a:visited {
	color: #003333;
	}

#d_hoge a:active {
	color: #003333;
	}

#d_hoge a:hover {
	color: #ffffff;
	}

#e_hoge
 {
	color: #000033;
	}
	
#e_hoge a:link {
	color: #000033;
	}

#e_hoge a:visited {
	color: #000033;
	}

#e_hoge a:active {
	color: #000033;
	}

#e_hoge a:hover {
	color: #ffffff;
	}
	
#f_hoge a:link {
	color: #330033;
	}

#f_hoge a:visited {
	color: #330033;
	}

#f_hoge a:active {
	color: #330033;
	}

#f_hoge a:hover {
	color: #ffffff;
	}

#g_hoge a:link {
	color: #330000;
	}

#g_hoge a:visited {
	color: #330000;
	}

#g_hoge a:active {
	color: #330000;
	}

#g_hoge a:hover {
	color: #ffffff;
	}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 5px 5px 0;
    padding: 2px 0 2px 0px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 12px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
}

/* エントリー */
.entry {
    margin: 0 5px 15px;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

.entry-body a {
text-decoration: underline;
}

.entry-body a:hover {
text-decoration: none;
}

.entry-more a {
text-decoration: underline;
}

.entry-more a:hover {
text-decoration: none;
}

.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    font-size: 12px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px solid #363;
    text-align: right;
    font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #363;
    text-align: center;
    font-size: 10px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

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

#comment-author, #comment-email, #comment-url, #comment-text {
}

#comment-text {
}

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

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px solid #363;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 2カラム用 */
.layout-two-column-right #box {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border: 2px solid #363;
    text-align: left;
    background: #030;
    color: #ccc;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 481px;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 265px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}
