/*
 * File      : styles-site.css
 * Version   : 5.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.
 * 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.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 * 5.00 2008.02.01: Update for Movable Type 4.1.
 * 5.01 2008.08.18: Update for Movable Type 4.2.
 * 5.02 2008.09.02: change liquid-layout footer.
 * 5.03 2008.09.17: change border and footer height.
 * 5.04 2008.10.09: add .search-results-header class selector.
 * 5.05 2008.10.22: add z-index property for liquid style.
 * 5.06 2008.10.28: add status-indicator class selector.
 *
 * Copyright (C) 2005-2008 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

span.new {
    display: none;
    color: red;
    font-weight: normal;
}

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

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

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

/* 記事内の外部リンクにアイコン ここから */
div.entry-content a[href^="http:"],
div.entry-content a[href^="https:"]{
padding-left: 17px;
background: transparent url(http://tadoku.org/sakapon/mt-static/images/status_icons/view.gif) no-repeat center left;
}
div.entry-content a[href^="http://tadoku.org/"],
div.entry-content a[href^="http://tadoku.org/kb/"] {
padding-left: 0;
background: none;
}
/* imgリンクからアイコンを取る span */
div.entry-content .no-icon a {
padding-left: 0;
background: none;
}
/* 掲示板用アイコン */
.bbs-title {
padding-left: 17px;
background: transparent url(http://tadoku.org/sakapon/mt-static/images/nav_icons/color/group.gif) no-repeat center left;
}
/* 記事内の外部リンクにアイコン ここまで */

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
/*    padding: 45px 0px 117px 110px; */
/*    border-bottom: 1px solid #669; */
    color: #333;
    text-align: left;
    background: #ffffff url(http://tadoku.org/site-images/header/tadokuorg-header.gif) no-repeat top left;
height: 200px;
}

#header a,
#header a:link,
#header a:visited {
    color: #333;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

#header h1 {
padding:  20px 0 0 25px;
}

/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* 各タイトルその２ */
.page-title {
    margin-top: 8px;
    padding: 1px 10px 1px 0;
    border: 1px solid  #666666;
    color: #333;
    background: #fff;
    text-align: right;
    font-size: 100%;
    line-height: 2.0;
    font-weight: bold;
}

.info-title {
    margin-top: 8px;
    padding: 1px 10px 1px 0;
    border: 1px solid  #666666;
    color: #333;
    background: #fff;
    text-align: right;
    font-size: 100%;
    line-height: 2.0;
    font-weight: bold;
}

.topinfotitle {
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    padding: 3px 5px;
    border-left: 7px solid #999;
    border-bottom: 1px solid #999;
}

.newbooks {
    margin-top: 8px;
    padding: 1px 10px 1px 0;
    border: 1px solid  #666666;
    color: #333;
    background: #fff;
    text-align: right;
    font-size: 100%;
    line-height: 2.0;
    font-weight: bold;
}

/* ブログ記事の幅 */
.entry-content{
    margin: 0 7px;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 0;
/*
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #999;
*/
    font-size: 100%;
    font-weight: bold;
    padding: 3px 5px;
    border-left: 7px solid #999;
    border-bottom: 1px solid #999;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 0 15px 0;
/*
    margin: 0 3px 15px;
*/
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

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

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

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用文 */
blockquote {
width: auto;
margin:10px;
border: solid 1px #ccc;
font-size: 100%;
padding: 1px 15px 1px;
background: #fafae6;
}

.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

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

/* ページトップへ戻る */
.entry-footer-top {
    margin: 10px 0 0;
    padding-top: 3px;
    font-size: 83.3%;
    text-align: right;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
h2.sidetitle {
    margin-top: 3px;
    padding: 1px 10px 1px 0;
    border: 1px solid  #666666;
    color: #333;
    background: #fff;
    text-align: right;
    font-size: 100%;
    line-height: 2.0;
    font-weight: bold;
}

/* サイドメニュー */
#topNav {
    margin: 3px 0 20px;
    background: none;
    color: #333;
    font-size: 83.3%;
    line-height: 1.5;
}
#topNav ul{
padding: 10px 0 0 18px;
}
#topNav li{
	list-style-type: circle;
}

dl#tadokuorgmap{
    margin: 0 0 20px 0;
}

/* ショートカットリンク */

#stinfo-navi dt{
    margin: 3px 0 8px;
    padding: 1px 10px 1px 0;
    border: 1px solid  #666666;
    color: #333;
    background: #fff;
    text-align: right;
    font-size: 83.3%;
    line-height: 2.0;
    font-weight: bold;
}
#stinfo-navi dd{
    margin: 3px 0 3px 8px;
    font-size: 83.3%;
} 

/* 検索 */
fieldset {
    border: none;
}

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

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}
.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(http://tadoku.org/sakapon/mt-static/images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

.next-img {
padding-left: 18px;
background: transparent url(http://tadoku.org/sakapon/mt-static/images/nav_icons/color/log.gif) no-repeat center left;
}

/* 更新記録 */
.topnews {
margin: 0 0 20px 0;
}

.topnews ul {
padding: 10px 0 0 18px;
}

/* お知らせ */
.topinfo {
margin: 0 0 20px 0;
}

.topinfo ul {
padding: 5px 0 5px 16px;
}

.topinfo ul li {
list-style-type: disc;
}

/* トップページのスタイルを切り替える */
.topstyle{
background: transparent;
color:#333;
font-size: 83.3%;
line-height:1.5;
text-align: right;
margin:0pt 3px 15px;
width:auto;
}

/* カラム切り替え */
body {
    text-align: center;
    background: #275B71;
}
#container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
#box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    text-align: left;
    background-color: #fff;
}


/* 2カラム固定レイアウト幅 */
#box {
    width: 940px;
}


/* 2カラム固定レイアウト(左サイドバー) */
#content {
    float: left;
    width: 704px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
#links-left-box {
    float: left;
    width: 234px;
}
#links-left {
    padding: 15px 15px 0 25px;
}


/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.blog {
    padding: 10px 25px 10px 15px;
}


/* フッタ */
#footer {
    margin-right: auto;
    margin-left: auto;
    color: #666;
    background: #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    padding: 20px 0 20px 0;
}
#footer {
    width: 940px;
}

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

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
