@charset 'EUC-JP';

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

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

/* 背景色 */
html,
body{
margin:0 auto;
background:#eee;
text-align:center;
}

h2,h3,h4,h5,h6{
color:#ffb11b;
font-weight:bold;
}
h2{
font-size:13px;
}
h3{
font-size:12px;
}
h4{
font-size:11px;
}

/* リンク色 */
a{
color:#666666;
text-decoration:none;
}
a:link{
color:#666666;
}
a:visited{
color:#999999;
}
a:hover{
color:#ff285e;
}
a:active{
color:#999999;
}

/* 本文のリンク色 */
.entry_body a{
color:#000088;
text-decoration:underline;
}
.entry_body a:link{
color:#000088;
text-decoration:underline;
}
.entry_body a:visited{
color:#000088;
text-decoration:underline;
}
.entry_body a:hover{
color:#ff285e;
text-decoration:underline;
}
.entry_body a:active{
color:#ff285e;
text-decoration:underline;
}

a img{
border:none;
}

strong{
font-weight:bold;
}

em{
color:#dc143c;
font-weight:bold;
}

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

del{
text-decoration:line-through;
}

blockquote{
margin:5px 5px;
padding:2px 15px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
background:url(http://foodish.net/sb/template/tb_vitamin_quote.gif) no-repeat 0 5px;
color:#987d5c;
}

p.source{
text-align:right;
}

sup{
font-size:10px;
}

code,
pre{
font-family:monospace;
}
pre{
width:410px;
margin:5px 5px;
overflow:auto;
}

div#main table{
margin:4px 5px;
padding:2px;
border:3px double #eee;
border-collapse:collapse;
color:#668a8f;
font-size:13px;
line-height:170%;
text-align:left;
}
div#main table tr th{
border:1px solid #eee;
padding:1px 5px;
font-weight:bold;
}
div#main table tr td{
border:1px solid #eee;
padding:1px 5px;
}
div#main caption{
text-align:center;
}

ul.footnote{
list-style:none;
padding:0;
}

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

label{
text-transform:capitalize;
}

div#main p{
margin:10px 0;
}

div.entry ul,
div.profile ul,
div.entry ol,
div.profile ol{
padding:5px 0 5px 25px;
}

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


/* --------------------- layout --------------------- */
/* 全体の幅・フォントなど */
div#layout{
width:833px;
margin:0 auto;
background:url(http://foodish.net/sb/img/img1690_tb_vitamin_layout835.gif) repeat-y 0 0;
color:#668a8f;
font-family:Verdana,sans-serif;
text-align:left;
}

div#header,
div#body,
div#footer{
width:100%;
}

/* ヘッダー部分 */
div#header{
background:url(http://foodish.net/sb/img/img1689_tb_vitamin_header835.gif) no-repeat 0 0;
}

/* ボディー部分 */
div#body{
background:url(http://foodish.net/sb/template/tb_vitamin_body.gif) no-repeat 465px 10px;
}

/* フッター部分 */
div#footer{
background:url(http://foodish.net/sb/img/img1691_tb_vitamin_footer835.gif) no-repeat 0 100%;
}

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

/* サイドバー部分 */
div#side{
float:left;
width:220px;
margin:10px 0 0 0;
padding:0 0 10px 0;
background:#eee url(http://foodish.net/sb/template/tb_vitamin_side.gif) no-repeat 0 100%;
}

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


/* --------------------- header --------------------- */
/* サイト名 */
h1{
text-align:center;
}
h1 a { display:block;
margin:0 auto; /* センタリングする場合 */
height:180px; /* タイトルの高さ */
width:720px; /* タイトル部の横幅 */
background:url(http://foodish.net/sb/img/img1753_foodishtop90.jpg) 0 30px;
background-repeat:no-repeat; /* リピートさせない場合 */
}
h1 span { display:none; }

/* サイトの解説 */
div.description { display:none; }

/* サブメニュー */
div.submenu{
height:40px;
margin:0 11px 0 13px;
padding:0 5px;
background:url(http://foodish.net/sb/template/tb_vitamin_green.gif) repeat-x 0 0;
}

div.submenu ul{
width:100%;
height:40px;
list-style:none;
text-align:center;
}
div.submenu ul li{
display:block;
float:left;
width:81px;
height:30px;
line-height:30px;
text-align:center;
}
div.submenu ul li a{
display:block;
width:81px;
height:30px;
color:#fff;
font-size:11px;
line-height:25px;
text-align:center;
}
div.submenu ul li a:link,
div.submenu ul li a:visited,{
color:#fff;
}
div.submenu ul li a:hover,
div.submenu ul li a:active{
background:url(http://foodish.net/sb/template/tb_vitamin_green_over.gif) repeat-x 0 0;
color:#fff;
text-decoration:underline;
}

/* 検索 */
div.search{
height:18px;
margin:-38px 0 0 0;
line-height:18px;
text-align:right;
vertical-align:center;
}
div.search label{
display:none;
}
div.search input{
height:16px;
vertical-align:center;
}
div.search input.form{
width:110px;
}
div.search input.button{
border:1px solid #fff;
background:none;
color:#fff;
}


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

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

/* 記事のタイトル */
h2.entry_title{
margin:2px 0;
padding:3px 0 3px 10px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
border-left:10px solid #ffb11b;
color:#666;
font-size:15px;
letter-spacing:1px;
}
h2.entry_title a,
h2.entry_title a:link,
h2.entry_title a:visited{
color:#666;
text-decoration:none;
}
h2.entry_title a:hover,
h2.entry_title a:active{
color:#ff285e;
text-decoration:none;
}

/* 記事の日付 */
div.entry_date{
color:#999;
font-size:11px;
text-align:right;
margin:0px 0px 30px 0px;
}

/* 記事、記事の続き */
div.entry_body,
div.entry_more{
font-size:14px;
line-height:180%;
padding:0px 20px 0px 20px;
color:#000000;
}

/* カテゴリーなど */
div.entry_state{
padding:3px 0 0 0;
font-size:11px;
text-align:right;
margin:20px 0px 30px 0px;
}

/* コメントのタイトル */
div.comment h3,
div.comment_form h3,
div.trackback_url h3,
div.trackback h3{
margin:2px 0 2px 20px;
padding:3px 0 3px 10px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
border-left:10px solid #ffb11b;
color:#000;
font-size:12px;
letter-spacing:1px;
text-align:left;
text-transform:uppercase;
}

/* コメント、トラックバック */
div.comment dl,
div.trackback dl{
margin:0 0 0 10px;
padding:10px 30px;
border-bottom:1px solid #eee;
}

/* コメントの日付など */
div.comment dl dt{
margin:10px 0 0 0;
font-size:12px;
color:#85d633;
}

/* トラックバックURL */
div.trackback_url div.entry_body{
margin:0 0 0 50px;
font-size:14px;
color:#85d633;
}

/* トラックバックの日付など */
div.trackback dl dt{
margin:20px 0 0 20px;
font-size:12px;
color:#85d633;
}

/* コメントなど */
div.comment dl dd,
div.trackback dl dd{
margin:10px 0 0 30px;
font-size:14px;
color:#000;
line-height:170%;
}

/* コメントフォーム */
div.comment_form{
margin:0 auto;
text-align:center;
}
div.comment_form dl{
width:430px;
margin:0 auto !important;
font-size:14px;
line-height:24px;
text-align:left;
}
div.comment_form dl dt{
width:100px;
text-align:right;
}
div.comment_form dl dd{
margin:-24px 0 0 105px;
padding:0 !important;
}
div.comment_form dl dd#submit_form{
width:auto;
}
div.comment_form dl dd#submit_form{
margin:0;
text-align:right;
}
div.comment_form dl dt#submit_name{
display:none;
}

/* 入力部分幅 #mainの幅を変えたときには注意！ */
div.comment_form dl input.form{
width:233px;
}
div.comment_form dl textarea{
width:333px;
margin:3px 0 0 0;
}

/* 入力部分 */
input.form,
textarea{
border:1px solid #ccc;
background:#fff;
color:#666;
font-size:14px;
}

/* 送信ボタン */
input.button{
width:80px;
border:none;
background:#85d633;
color:#fff;
font-size:10px;
font-weight:bold;
font-family:Verdana,sans-serif;
text-transform:uppercase;
}

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

/* アフィリエイトバナー */
div.mainparts{
padding:0 0 40px 20px;
text-align:center;
}

/* ---------------------- side ---------------------- */
/* サイド */
div#side dl{
margin:0 1px;
background:#fff;
}

/* サイドのタイトル */
div#side dl dt{
border-top:1px solid #eee;
border-bottom:1px solid #eee;
color:#ffb11b;
font-size:11px;
font-weight:bold;
letter-spacing:2px;
line-height:25px;
text-align:center;
text-transform:uppercase;
}

/* サイドの内容 */
div#side dl dd{
padding:3px 10px 10px 10px;
font-size:10px;
color:#999;
line-height:150%;
}

/* サイドのリスト */
div#side dl dd ul{
list-style:none;
}
div#side dl dd ul li{
padding:0 0 3px 8px;
background:url(http://foodish.net/sb/template/tb_vitamin_arrow.gif) no-repeat 0 5px;
}

/* サイドのパーツ */
div#side dl.sideparts{
text-align:center;
border-top:1px solid #eee;
padding:15px 1px 15px 1px;
}

/* アーカイブ */
dl.archive dd {
text-align:center;
}

/* アマゾン全体 */
dl.recommend dd {
text-align:center;
}

/* アマゾン画像 */
dl.recommend img{
margin:1px;
}

/* トラックワード */
#tword {
margin:0 35px 0 35px;
font-size:10px;
}


/* --------------------- footer --------------------- */
/* 著作権表示 */
address{
padding:15px 0 30px 0;
font-size:10px;
font-style:normal;
text-align:center;
}


/* -------------- calendar horizontal --------------- */
div.calendar{
margin:0 auto;
padding:5px 0 10px 0;
text-align:center;
font-size:11px;
color:#ccc;
word-spacing:1px;
}
span.calendar_month{
color:#ffb11b;
font-weight:bold;
font-size:11px;
}
span.today{
color:#ff285e;
font-weight:bold;


/* LINKLIST */

#linkpage a{
text-decoration:none;
}
#linkpage dl{
width:200px;
float:left;
margin:5px;
}
#linkpage dl dt {
margin: 0px 0px 5px 0px;
padding: 2px 2px 2px 7px;
font-family: "Verdana",sans-serif;
font-weight: bold;
color: #8B3A62;
border: 1px dashed #CD8C95;
}
#linkpage dl dd {
margin: 0px 0px 20px 0px;
padding: 5px 0px 0px 5px;
line-height:1.4em;
}
#linkpage div.bloglist{
width:180px;
height:210px;
overflow:auto;
}
