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

/*
 * File      : styles-site.css
 * Version   : 2.06
 * 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.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* カラム切り替え */

/* 全体カラム用 */

body.layout-two-column-right {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-image:url(http://www.clue-web.net/images/back.gif);
}

.layout-two-column-right #container {
    margin: 0px;
    padding: 0px;
}

.layout-two-column-right #box {
    width: 686px;
  　min-height:100%;
  　_height:100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    background-image: url(http://www.clue-web.net/column/takeyari/images/back.gif);
    background-repeat: repeat-y;
}

.layout-two-column-right #box2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 23px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.layout-two-column-right #content {
    float: left;
    width: 455px;
  　min-height:100%;
  　_height:100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #ffffff;
}


/* 2カラム(右サイドバー) */

.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
    background-color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.layout-two-column-right #links-right {
    padding: 0px 10px 0px 0px;
    margin: 16px 0px 0px 0px;
}


/* アーカイブ変則カラム */


.layout-two-column-right #en-content {
    float: left;
    width: 640px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

.layout-two-column-right #en-links-right-box {
    float: left;
    width: 23px;
    background: none;
    margin: 0px;
}
.layout-two-column-right #en-links-right {
    padding: 0px;
    margin: 0px;
}




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

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;   
}

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

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

/* 段落 */
p {
    font-size: 10pt;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
}

/* サイドリンクエントリー */

.entry p {
    margin-top:4px;
    margin-bottom:4px;
    padding:0px;
}

/* 順序なしリスト */
li {
    font-size:10pt;
    line-height:150%;
    margin: 0px ;
    padding : 2px 0px;
    list-style-type: circle;
}

ul {
    font-size:10pt;
    line-height:150%;
    padding: 1px 0px 1px 10px;
    margin:0px;
}

}
ul li {
    font-size:10pt;
    line-height:150%;
    list-style-type: circle;
    padding: 0px;
    margin:0px;
}

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

/* トップに戻る */
.back {
    margin-top: 20px;
    padding-bottom: 6px;
    font-size: 10pt;
    color: #000000;
    text-align: right;
}

/* トップに戻る */
.en-back {
    margin-top: 8px;
    font-size: 10pt;
    color: #000000;
    text-align: right;
}

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

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

/* タイトルバナー */

.layout-two-column-right #banner { 
    background-color: none;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
 }

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


/* Amazonボックス */
.Amazon {
    padding: 16px 10px 6px 10px;
}

/* 忍者TOOLS */
.nin {
    padding: 10px 0px 16px 0px;
}

/* エントリー全体 */
.layout-two-column-right #blog {
    width: 455px;
    font-size: 10pt;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-right #blog1 {
    width: 640px;
    font-size: 10pt;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-right #blog2 {
    padding-right: 16px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.layout-two-column-right #blog3 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    font-size: 10pt;
    padding-bottom: 5px;
    border-bottom: 1px dotted #36414d;
    color: #000000;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0px;
    color: #333333;
    background-color: #ffffff;
    font-size: 10pt;
    line-height:160%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

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

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

/* 検索断り書き */
.entry-kensaku {
    margin: 10px 0px 0px 0px;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}

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

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

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 10pt;
}

/* リンク文章 */
.link-note2 {
     font-family: Verdana, Arial, sans-serif;
     font-size: 10pt;
     line-height: 165%;
     text-align: left;
     padding: 2px;
     margin-top: 0px;
     margin-bottom: 15px;
}

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

/* エントリー */
.ent {
    margin: 5px 0px 8px 8px;
    padding: 0px 0px 6px 6px;
    color: #333333;
    font-size: 10pt;
    line-height: 150%;
}

/* サイドメニュー */
.side {
    margin: 5px 0px 8px 8px;
    padding: 0px 0px 6px 6px;
    text-align: left;
    color: #333333;
    font-size: 10pt;
    line-height: 150%;
}

.side2 {
    margin: 35px 0px 10px 12px;
    padding: 0px 0px 6px 6px;
    text-align: left;
    color: #333333;
    font-size: 10pt;
    line-height: 150%;
}

.side3 {
    margin: 6px auto;
    padding: 0px 0px 6px 6px;
    text-align: center;
    color: #333333;
    font-size: 10pt;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding: 0px 0px 0px 16px;
}

.side #categories li {
    list-style-type: circle;
}

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

/* RSSフィード */
.syndicate {
    margin-bottom: 0px;
    text-align: left;
    color: #666666;
    font-size: 8pt;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 20px;
    text-align: left;
    color: #666666;
    font-size: 8pt;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0px;
   visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}

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

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

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

#comment-text {
    width: 266px;
}

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

#comments-open-footer {
    text-align: center;
    margin-top: 5px;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0px;
    padding: 2px 0px 2px 5px;
    color: #333333;
    font-size: 10pt;
    font-weight:bold;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    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: 10pt;
    border-top: 1px solid #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 10pt;
    color: #333333;
    background: #ffffff;
    padding: 2px 0px 2px 5px;
    margin: 15px 0px;
}


/* カレンダー */
.calendar {
    margin: 5px auto;
    text-align: center;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
.calendar table {
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 9px;
    width: 23px;
}
.calendar td {
    padding: 2px 0px;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday {
    color: #e50003;
}
.holiday a:link,
.holiday a:visited {
    color: #6699ff;
    text-decoration: none;
}
.holiday a:hover {
    color: #6699ff;
    text-decoration: underline;
}
.saturday {
    color: #0000ff;
}
.saturday a:link,
.saturday a:visited {
    color: #6699ff;
    text-decoration: none;
}
.saturday a:hover {
    color: #6699ff;
    text-decoration: underline;
}

img.r { 
float: right; 
border: none; 
margin-left:10px; 
vertical-align:top; 
} 

img.l { 
float: left; 
border: none; 
margin-right:10px;  
vertical-align:top; 
}

.side10 {
    padding: 2px 0px 0px 30px;
}


/* 2カラム(最上部) */
.layout-two-column-right #logo {
    float: left;
    width: 162px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.layout-two-column-right #menu-box {
    float: left;
    width: 524px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.layout-two-column-right #sponsor {
    padding-top: 6px;
    padding-right: 40px;
    padding-bottom: 6px;
    padding-left:16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image:url(http://www.clue-web.net/column/takeyari/images/back3.gif);
}
.layout-two-column-right #menu {
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left:2px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image:url(http://www.clue-web.net/column/takeyari/images/back4.gif);
}

.layout-two-column-right #header {
    width: 686px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

.img {
    border: 0px;
}
