@charset 'UTF-8';

/*------------------------------------------------------
  Template : hollow
  Author   : turkie
  Address  : http://twilightbookstore.org/
  Version  : 1.02
  Copyright (c) 2003-2007 turkie. All Rights Reserved. 
------------------------------------------------------*/

/* --------------------- basic ---------------------- */
*{
margin:0;
padding:0;
font-style:normal;
}

html,body{
margin:0 auto;
background:#f8f8f8 url(https://www.tkfm.net/sb/template/tb_hollow_bground_gr_right.gif) repeat-y 50% 0;
text-align:center;
}
*:first-child+html body{
padding:0 0 0 1px;
}
* html body{
padding:0 0 0 1px;
}

h2,h3,h4,h5,h6{
color:#333;
font-weight:normal;
}
h3,h4,h5,h6{
margin:1em 0 -0.4em 0;
}
h2{
font-size:115%;
}
h3{
font-size:115%;
border-bottom:3px double #ddd;
}
h4{
font-size:110%;
border-bottom:1px solid #ddd;
}
h5{
font-size:105%;
border-bottom:1px dotted #ddd;
}

/* リンク色 */
a,
a:link{
color:#3d88a0;
text-decoration:none;
}
a:visited{
color:#486B76;
}
a:hover{
color:#de329b;
}
a:active{
color:#3d88a0;
}
div#main a:hover{
text-decoration:underline;
}

a img{
border:none;
}

strong{
font-weight:bold;
}

em{
background:#f8f8f8;
text-decoration:underline;
}

ins{
border-bottom:1px solid #ddd;
text-decoration:none;
}

del{
text-decoration:line-through;
}

sup{
font-size:85%;
}

input,
textarea{
border:1px solid #ddd;
color:#333;
}

input.button{
width:auto;
padding:0 2px;
border:none;
background:#666;
color:#fff;
font-weight:bold;
text-transform:capitalize;
}

p,
blockquote,
pre,
hr,
table,
dl,
ul,
ol,
div.amazon{
margin:1em 0;
}

blockquote{
padding:2px 10px;
border:1px solid #ddd;
}

p.source{
text-align:right;
}

code,pre{
font-family:"Courier New","Courier",monospace;
}
pre{
line-height: 80%;
border-style:solid;
border-width:1px;
border-color:#c0c0c0;
padding:1em;
overflow:auto;
width:95%;
}

hr{
height:1px;
border:1px solid #ddd;
}

div#main table{
padding:2px;
border-top:1px solid #eee;
border-left:1px solid #eee;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
border-collapse:separate;
border-spacing:1px;
background:#fff;
font-size:100%;
text-align:left;
}
div#main table tr th{
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
background:#f8f8f8;
padding:1px 5px;
font-weight:bold;
}
div#main table tr td{
border-top:1px solid #eee;
border-left:1px solid #eee;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
background:#fff;
padding:1px 5px;
color:#666;
}
div#main caption{
color:#666;
text-align:center;
}

ul.footnote{
list-style:none;
padding:0;
font-size:85%;
}

div.entry dl dt,
div.profile dl dt{
font-weight:bold;
}
div.entry dl dd,
div.profile dl dd{
margin:0 0 0 10px;
padding:0 0 0 5px;
}

label{
text-transform:capitalize;
}


div#main ul{
list-style:none;
}
div#main ul li{
margin:0 0 0 1.2em;
padding:0 0 0 10px;
background:url(https://www.tkfm.net/sb/template/tb_hollow_list.gif) no-repeat 0 0.6em
}

div#main ol{
padding:0 0 0 25px;
}

img.pict,
img.thumb{
margin:2px;
padding:1px;
border:1px solid #ddd;
}

div.amazon{
padding:10px;
border:1px solid #ddd;
}
div.amazon img{
float:left;
clear:left;
margin:0 10px 0 0;
}


/* --------------------- layout --------------------- */
/* 全体の幅・フォントなど */
div#header,
div#body,
div#footer{
width:750px;
margin:0 auto;
color:#666;
font-family:"Lucida Sans Unicode","Lucida Grande","MS UI Gothic",osaka,sans-serif;
text-align:left;
}

/* ヘッダー部分 */
div#header{
position:relative;
height:200px;
/* background:url(https://www.tkfm.net/sb/template/tb_hollow_header.jpg) no-repeat 0 0; */
background:url(https://www.tkfm.net/sb/template/nagoya_sakae.jpg) no-repeat 0 0;
}

/* ボディ部分 */
div#body{
background:url(https://www.tkfm.net/sb/template/tb_hollow_body_right.gif) no-repeat 0 0;
}


/* フッター部分 */
div#footer{
padding:8px 0 0 0;
background:#333 url(https://www.tkfm.net/sb/template/tb_hollow_footer_right.gif) repeat-x 0 0;
}

/* エントリー部分 */
div#main{
float:left;
width:500px;
padding:15px 0 0 0;
}

/* サイドバー部分 */
div#side{
float:left;
width:250px;
padding:24px 0 0 0;
}

/* 回り込み解除 */
div#header ul:after,
div#body:after,
div.amazon:after,
div.entry:after,
dl.recommend dd:after{
content:"";
display:block;
clear:both;
visibility:hidden;
}
div#header ul,
div#body,
div.entry,
div.amazon,
dl.recommend dd{
min-height:1px;
display:inline-table;
}
/* Mac IE \*/
* html div#header ul,
* html div#body,
* html div.entry,
* html div.amazon,
* html dl.recommend dd{
height:1px;
}
div#header ul,
div#body,
div.entry,
div.amazon,
dl.recommend dd{
display:block;
}
/* */


/* --------------------- header --------------------- */
/* サイト名 */
h1{
padding:50px 15px 0 15px;
color:#fff;
font-size:200%;
font-weight:normal;
}
/* Mac IE \*/
* html h1{
position:relative;
height:90px;
padding:0 15px;
}
/* */
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active{
color:#fff;
}
/* Mac IE \*/
* html h1 a{
position:absolute;
bottom:0;
display:block;
}
/* */

/* サイトの解説 */
div.description{
padding:10px 30px;
color:#fff;
font-size:110%;
}
/* Mac IE \*/
* html div.description{
position:relative;
height:110px;
}
/* */

/* グローバルナビゲーション */
div#header ul{
position:absolute;
bottom:0;
list-style:none;
width:100%;
height:40px;
margin:0;
background:url(https://www.tkfm.net/sb/template/tb_hollow_gnavi_bk.png) no-repeat 0 0;
line-height:40px;
color:#fff;
}
/* Mac IE \*/
* html div#header ul{
position:static;
margin:-40px 0 0 0;
}
/* */

/* Mac IE \*/
* html div#header ul{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src='https://www.tkfm.net/sb/template/tb_hollow_gnavi_bk.png',sizingMethod='scale');
}
/* */

div#header ul li{
bottom:0;
float:left;
width:110px;
text-align:center;
}
div#header ul li a{
color:#fff;
display:block;
padding:0 15px;
}
/* Mac IE \*/
* html div#header ul li a{
position:relative;
}
/* */
div#header ul li a:hover{
background:url(https://www.tkfm.net/sb/template/tb_hollow_gnavi_allow_wh.gif) no-repeat 50% 5px;
}

div.search {
/*
 height:60px;
 line-height:154px;
*/
padding:10px 15px;
text-align:right;
}
/* Mac IE \*/
* html div.search{
height:auto;
margin:-30px auto 0 auto;
line-height:auto;
}
/* */
div.search p{
 display:none;
 margin:0;
}
div.search input {
 position:relative;
}
div.search input.form {
 width:120px;
 border:2px solid #fff;
 font-size:100%;
}
div.search input.button{
 width:auto;
 padding:2px;
 border:none;
 background:transparent;
 color:#fff;
 font-size:100%;
 font-weight:bold;
 text-transform:capitalize;
 font-family:"Courier New","Courier",monospace;
}

/* ---------------------- main ---------------------- */
/* エントリーナビ */
div.sequel{
padding:0 15px 15px 15px;
font-size:85%;
text-align:center;
}

/* 記事 */
div.entry,
div.comment,
div.comment_form,
div.trackback_url,
div.trackback,
div.profile{
padding:0 15px 50px 15px;
}

/* 記事の日付 */
div.entry_date{
background-color:#777;
color:#fff;
font-size:100%;
padding:3px 7px;
}

/* 記事のタイトル */
h2.entry_title{
margin:0.5em 0 1em 0;
text-align:right;
font-size:125%;
}
h2.entry_title a,
h2.entry_title a:link,
h2.entry_title a:visited
h2.entry_title a:hover,
h2.entry_title a:active{
color:#333;
}

/* 記事、記事の続き */
div.entry_body,
div.entry_more{
font-size:90%;
line-height:170%;
text-align:justify;
}
div.entry_body{
margin:5px 0 0 0;
}
div.entry_more{
margin:0 0 5px 0;
}

/* カテゴリーなど */
div.entry_state{
padding:2px 0 0 0;
border-top:1px solid #ddd;
font-size:74%;
text-align:right;
}

/* コメントのタイトル */
div.comment h3,
div.comment_form h3,
div.trackback_url h3,
div.trackback h3,
div.profile h2{
padding:0 0 0.5em 0;
}
div.comment h3,
div.comment_form h3,
div.trackback_url h3,
div.trackback h3{
text-transform:capitalize;
}

/* コメント、トラックバック */
div.comment dl,
div.trackback dl{
margin:15px 0;
line-height:1.9;
}

/* コメントの日付・トラックバックの日付など */
div.comment dl dt,
div.trackback dl dt{
padding:0 0 5px 0;
font-size:85%;
border-bottom:1px solid #ddd;
}

/* コメントの名前・トラックバックの送信元など */
div.comment dl dt strong,
div.trackback dl strong{
color:#333;
font-size:115%;
font-weight:normal;
}
div.trackback dl dd.tb_title{
font-size:110%;
font-weight:normal;
}

/* コメントなど */
div.comment dl dd,
div.trackback dl dd {
 font-size:90%;
 margin-left:1em;
}

/* コメントフォーム */
div.comment_form dl{
margin:0;
padding:5px 0 0 0;
font-size:100%;
text-align:left;
}
div.comment_form dl dt{
position:relative;
width:100px;
line-height:2em;
vertical-align:middle;
text-transform:capitalize;
text-indent:10px;
z-index:2;
}
div.comment_form dl dd{
margin:-2em 0 0 0;
padding:0.4em 0 0.4em 100px;
vertical-align:middle;
}
div.comment_form dl dd.description{
line-height:1em;
}
div.comment_form dl input.form{
width:200px;
font-size:100%;
}
div.comment_form dl textarea{
width:320px;
font-size:90%;
}
div.comment_form dl dt.submit{
display:none;
}
div.comment_form dl dd.submit{
margin:0;
padding:0.4em 10px;
text-align:right;
}
div.comment_form dl input#set_cookie{
width:auto;
border:none;
}

/* ページナビ、ページトップ */
div.pagenavi,
div.pagetop{
padding:0 15px 10px 15px;
font-size:85%;
text-align:center;
}


/* ---------------------- side ---------------------- */
/* サイド */
div#side dl {
 margin:0;
 padding:0 15px 20px 15px;
 background:url(https://www.tkfm.net/sb/template/tb_hollow_stitle_bk_right.gif) no-repeat 50% 0;
}

/* サイドのタイトル */
div#side dl dt {
 padding:0 15px;
 color:#fff;
 font-size:100%;
 font-weight:normal;
 text-align:left;
 text-transform:capitalize;
 line-height:40px;
}

/* サイドの内容 */
div#side dl dd{
padding:2px 10px 0 10px;
font-size:78%;
line-height:1.5;
}

div#side dl dd form {
 margin-top:0.5em;
}

div#side dl dd form input {
 font-size:115%;
}

div#side dl dd p{
margin:0;
}

/* サイドのリスト */
div#side dl dd ul{
list-style:none;
margin:0;
}
div#side dl dd ul li{
padding:2px 10px;
background:url(https://www.tkfm.net/sb/template/tb_hollow_list.gif) no-repeat 0 0.6em;
}

/* カレンダー */
dl.calendar{
margin:0 auto;
text-align:center;
}
dl.calendar table.calendar{
margin:0 auto;
padding:0;
border:none;
font-size:100%;
text-align:center;
}
dl.calendar table.calendar tr td{
color:#666;
line-height:1.9;
text-align:center;
}
dl.calendar table.calendar tr td.weekday,
dl.calendar table.calendar tr td.cell{
width:25px;
}
span.today{
font-weight:bold;
}

dl.recommend dd img{
float:left;
clear:left;
margin:0 5px 0 0;
}


/* --------------------- footer --------------------- */
/* 著作権表示 */
address{
color:#fff;
font-size:85%;
font-style:normal;
text-align:center;
line-height:40px;
}
address a:link,
address a:hover,
address a:active,
address a:visited {
color:#fff;
}

/* 休日表示付きリアルタイムカレンダー */
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
dl.calendar table.calendar tr td.holiday,
.holiday a:link {
    color: #e50003;
}
dl.calendar table.calendar tr td.saturday,
.saturday a:link {
    color: #0000ff;
}
.tholiday {
    display: block;
    border: 1px solid #444444;
    color: #e50003;
}
.tholiday a:link {
    color: #e50003;
}
.tsaturday {
    display: block;
    border: 1px solid #444444;
    color: #0000ff;
}
.tsaturday a:link {
    color: #0000ff;
}

/* 新着表示 */
div#side ul li span.new {
    display: none;
    color: red;
    font-weight: normal;
}
