/*
 * 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: #FFFF99;
    font-weight: normal;
}

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

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

.entry a,
.entry a:link,
.entry a:visited,
#footer a,
#footer a:link,
#footer a:visited {
    color: #bbbbbb;
    border-bottom: 1px dotted;
    text-decoration: none;
}

.entry a:hover,
#footer a:hover {
    color: #ffffff;
    border-bottom: 0px dotted;
    text-decoration: none;
}
.entry a:active {}

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

/* 新刊書籍画像 */
.new-book-img {
height: 75px;
margin-right: 5px;
}

/* フォーム */
form {
    margin: 0px;
}

#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
    border-bottom: 1px solid #060606;
    color: #bbbbbb;
    background: transparent;
    text-align: left;
	margin: 10px 0 0 18px;
	padding: 0;
}

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

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

/* サイドメニュータイトル */
h2.sidetitle {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	font-size: 1px;
}

/* 切符ここから */
#topNav {
	margin-top: 5px;
	margin-left: 18px;
	margin-bottom: 8px;
/*
	margin-left: 200px;
	margin-top: -30px;
*/
}
#topNav li{
	list-style-type:none;
	width:69px;
	height:39px;
	float:left;
}
#topNav a{
	display:block;
	height:100%;
	text-indent:-9999px;
}
#topNav a:focus{
/*\*/
	overflow: hidden;
/**/
}
li.karu{background:url(http://tadoku.org/site-images/kippu/kippu-arukikata.gif);}
li.ktad{background:url(http://tadoku.org/site-images/kippu/kippu-tadokumura.gif);}
li.k716{background:url(http://tadoku.org/site-images/kippu/kippu-716.gif);}
li.kbbs{background:url(http://tadoku.org/site-images/kippu/kippu-bbs.gif);}
li.ksch{background:url(http://tadoku.org/site-images/kippu/kippu-sche.gif);}
li.kboo{background:url(http://tadoku.org/site-images/kippu/kippu-books.gif);}
li.kfre{background:url(http://tadoku.org/site-images/kippu/kippu-freedl.gif);}

.clear {clear: both;}
/* 切符ここまで */

/* ブログ記事日付 */
.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;
}

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

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

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

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

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

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

.page-title {
    color: #bbbbbb;
    font-size: 100%;
    font-weight: bold;
}

.info-title {
    color: #bbbbbb;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.topinfotitle {
background: transparent url(http://tadoku.org/sakapon/mt-static/images/nav_icons/color/new-entry.gif) no-repeat center left;
font-weight: bold;
font-size: 100%;
padding: 0 0 0 17px;
}

.newbooks {
background: transparent url(http://tadoku.org/sakapon/mt-static/images/nav_icons/color/new-entry.gif) no-repeat center left;
font-weight: bold;
font-size: 100%;
margin: 0 0 5px 0;
padding: 0 0 0 17px;
}

.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 {
    float: left;
    width: 430px;
    padding: 8px;
}

/* お知らせ */
.topinfo {
float: right;
width: 430px;
padding: 8px;
}

.topinfo p {
margin: 7px 0;
}

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

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

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

/* 検索 */
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;
}

/* カラム切り替え */
body {
    text-align: center;
    background: #060606;
}
#container {
    margin-bottom: 0;
}

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

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

/* 1カラム固定レイアウト */
#content {
	color: #fff;
	background-color: #060606;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.blog {
    padding: 10px 15px 0;
}

#links-left-box,
#links-left {
	margin: 0;
	padding: 0;
}

/* フッタ */
#footer {
    margin-right: auto;
    margin-left: auto;
    color: #bbbbbb;
    background: #060606;
    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 */

/* イメージマップ */
dl#tadokuorgmap{
	margin: 0;
	padding: 0;
	background: transparent url(http://tadoku.org/site-images/map/night-train.jpg) top left no-repeat;
	width: 940px;
	height: 420px;
	position: relative;
}
#stinfo-navi dt{margin: 0; padding: 0; position: absolute; font-size: 85%; display: none;}
dd{margin: 0; padding: 0; position: absolute;  font-size: 85%;}

dd#imura{top: 203px; left: 756px;}
dd#imura a{position: absolute; width: 80px; height: 45px; text-decoration: none;}
dd#imura a span{display: none;}
dd#imura a:hover{position: absolute; top: 0; left: 0;}

dd#ilab{top: 203px; left: 674px;}
dd#ilab a{position: absolute; width: 80px; height: 45px; text-decoration: none;}
dd#ilab a span{display: none;}
dd#ilab a:hover{position: absolute; top: 0; left: 0;}

dd#itadoku{top: 55px; left: 508px;}
dd#itadoku a{position: absolute; width: 90px; height: 25px; text-decoration: none;}
dd#itadoku a span{display: none;}
dd#itadoku a:hover{position: absolute; top: 0; left: 0;}

dd#itachou{top: 90px; left: 424px;}
dd#itachou a{position: absolute; width: 90px; height: 25px; text-decoration: none;}
dd#itachou a span{display: none;}
dd#itachou a:hover{position: absolute; top: 0; left: 0;}

dd#ishadow{top: 121px; left: 521px;}
dd#ishadow a{position: absolute; width: 90px; height: 25px; text-decoration: none;}
dd#ishadow a span{display: none;}
dd#ishadow a:hover{position: absolute; top: 0; left: 0;}

dd#ikikiyo{top: 157px; left: 540px;}
dd#ikikiyo a{position: absolute; width: 90px; height: 25px; text-decoration: none;}
dd#ikikiyo a span{display: none;}
dd#ikikiyo a:hover{position: absolute; top: 0; left: 0;}

dd#ioshabe{top: 192px; left: 563px;}
dd#ioshabe a{position: absolute; width: 90px; height: 25px; text-decoration: none;}
dd#ioshabe a span{display: none;}
dd#ioshabe a:hover{position: absolute; top: 0; left: 0;}

dd#ifreewi{top: 228px; left: 563px;}
dd#ifreewi a{position: absolute; width: 90px; height: 25px; text-decoration: none;}
dd#ifreewi a span{display: none;}
dd#ifreewi a:hover{position: absolute; top: 0; left: 0;}

dd#isakaib{top: 53px; left: 42px;}
dd#isakaib a{position: absolute; width: 50px; height: 160px; text-decoration: none;}
dd#isakaib a span{display: none;}
dd#isakaib a:hover{position: absolute; top: 0; left: 0;}

dd#ioldblog{top: 265px; left: 762px;}
dd#ioldblog a{position: absolute; width: 90px; height: 45px; text-decoration: none;}
dd#ioldblog a span{display: none;}
dd#ioldblog a:hover{position: absolute; top: 0; left: 0;}

dd#imail{top: 238px; left: 891px;}
dd#imail a{position: absolute; width: 50px; height: 75px; text-decoration: none;}
dd#imail a span{display: none;}
dd#imail a:hover{position: absolute; top: 0; left: 0;}

dd#ibbs{top: 282px; left: 693px;}
dd#ibbs a{position: absolute; width: 60px; height: 30px; text-decoration: none;}
dd#ibbs a span{display: none;}
dd#ibbs a:hover{position: absolute; top: 0; left: 0;}

dd#ilab a:hover span,
dd#imura a:hover span,
dd#itadoku a:hover span,
dd#itachou a:hover span,
dd#ishadow a:hover span,
dd#ikikiyo a:hover span,
dd#ioshabe a:hover span,
dd#ifreewi a:hover span,
dd#isakaib a:hover span,
dd#ioldblog a:hover span,
dd#imail a:hover span,
dd#ibbs a:hover span {
	display: block;
	text-indent: 0;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #060606;
	position: absolute;
	border: 0px solid #dddddd;
	bottom: 100%;
	margin: 0;
	padding: 5px;
	width: 150%;
}

