@charset "utf-8";

/* ページ全体の基本的な設定。背景色や文字色など */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
  background: transparent url(images/background.png) repeat-x scroll left top;
  font-family: verdana, arial, sans-serif;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  background-color: #fff;
  color: #333;
  padding: 0 2em 0 2em;
}

/* リンク文字列に関する設定 */
a, a:link {
  color: #067;
  text-decoration: none;
}

a:visited {
  color: #786;
  text-decoration: none;
}

a:active, a:hover {
  color: #e60;
  text-decoration: underline;
}

td.calendar-day a {
  background-color: #eee;
}

/* ページトップにある操作ボタンの並ぶ行の設定 */
div.adminmenu {
  clear: both;
  text-align: right;
  margin: 0px 10px 0px;
}


/* ページトップにある操作ボタン自体の設定 */
span.adminmenu {
  background-color: transparent;
  padding: 0px 4px 0px 4px;
}

div.adminmenu p,
div.adminmenu div,
div.adminmenu form,
div.adminmenu select {
  margin: 0;
  display: inline;
}

/* 日記タイトルの設定 */
#header {
  height:140px;
  margin-bottom: 1em;
}

#header h1 {
  color: #333;
  font-family: palatino, georgia, times new roman, serif;
  font-size: 40px;
  letter-spacing: -1.5px;
  padding: 40px 0 0 20px;
  margin: 0;
}

#header h1 a {
  color: #333;
  text-decoration: none;
}

#header div.description {
  color:#666;
  font-size: 12px;
  padding-left: 20px;
}

/* フッタの設定 */
div#footer, div.footer {
  font-family: palatino, georgia, times new roman, serif;
  text-align: right;
  clear: both;
  margin: 0;
  padding: 10px;
}

div#footer img.mini-banner {
  margin-left: 15px;
  border: 0px;
}

/* 1日の日記全体を囲む枠の設定 */
div.entry,
div.day {
  width: 99%;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* タイトル行全体の設定 */
div.entry h2,
div.day h2 {
  text-align: right;
  border-bottom: 1px solid #eee;
  padding-right: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

/* 日付の設定 */
h2 span.date {
  font-size: 18px;
  font-family: palatino, georgia, times new roman, serif;
  letter-spacing: -1.5px;
}

h2 span.date a {
  color: #aaa;
  text-decoration: none;
}

/* タイトルの設定 */
h2 span.title {
  color: #aaa;
  font-size: 28px;
  letter-spacing: -0.1em;
}

h2 span.title a {
  color: #aaa;
  text-decoration: none;
}

/* タイトルを除いた1日の日記本文全体の設定 */
div.body {
  background-color: #fff;
  padding: 4px;
  margin-top: 0em;
  margin-bottom: 0em;
}

/* サブタイトルを含むセクションの設定 */
div.section {
  clear: both;
  margin-top: 0;
  margin-bottom: 2.5em;
}

/* サブタイトルの設定 */
h3 {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.5px;
  line-height: 100%;
}

/* その他の見出し(必要なら) */
h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 1em 0em 1.5em;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 1em 1em 0em 2em;
}

div.day a span.sanchor {
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 8px 14px 0 0!important;
  color: #fff;
  background-color: transparent;
  font-size: 1px;
}

div.day a:link span.sanchor {
  background-image: url(images/icon/arrow0201.png);
}

div.day a:visited span.sanchor {
  background-image: url(images/icon/arrow0203.png);
}

div.day span.canchor {
  background-image: url(images/icon/v_icon040104.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 13px 15px 0 0!important;
  color: #fff;
  background-color: transparent;
  font-size: 1px;
}

/* 日記の本文(段落)の設定 */
div.section p {
  margin: 0.5em 1em 0.7em 3em;
  line-height: 1.4;
}

/* ツッコミ/フォーム/リンク元のキャプション設定 */
div.caption {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin: 0.5em;
}

/* ツッコミ欄全体の設定 */
div.comment {
  clear: both;
  background-color: #fff;
  padding: 2px;
  padding-bottom: 1px;
  margin-top: 0em;
}

/* ツッコミ省略版本文 */
div.commentshort {
  margin-left: 4em;
}
span.commentator {
  font-weight: bold;
}
div.commentshort p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

/* ツッコミ本体 */
div.commentbody {
  margin: 0.5em;
}

/* ツッコミした人の情報 */
div.commentator {
}

/* ツッコミ本文 */
div.commentbody p {
  margin: 0.5em;
  margin-left: 2em;
}

/* フォーム全体を囲む枠の設定 */
div.form {
  padding: 2px;
  margin: 0em;
}

/* フォームの設定 */
div.form form {
  margin: 0em 0em 0em 1em;
}

div.field {
  display: inline;
  margin-right: 2em;
}

form.comment input {
  margin-left: 1em;
}

form.comment input.field {
  background-color:#FFFFFF;
  background-image:url(images/back_input.png);
  background-position:center top;
  background-repeat:repeat-x;
  border: 1px solid #a79d8f;
}

div.textarea {
  display: block;
  vertical-align: top;
}

form.comment textarea {
  display: block;
  margin-left: 3em;
  width: 30em;
  height: 5em;
  background-color:#FFFFFF;
  background-image:url(images/back_input.png);
  background-position:center top;
  background-repeat:repeat-x;
  border: 1px solid #a79d8f;
}

form.comment input.field:hover,
form.comment textarea:hover {
  border-color: #e90;
}

div.button {
  display: block;
  margin-left: 3em;
}

/* リンク元リスト(Month/Latestモード)の設定 */
div.referer {
  text-align: right;
  background-color: #fff;
  padding: 2px;
  padding-bottom: 1px;
  margin: 0em;
}

/* リンク元リスト(Dayモード)の設定 */
div.refererlist {
  background-color: #fff;
  border-color: #ccc;
  border-width: 2px 0px 0px 0px;
  padding: 2px;
  padding-bottom: 1px;
}

/* リンク元リスト一覧の設定 */
div.refererlist ul {
  margin-top: 0.5em;
  margin-left: 1.5em;
  padding-left: 1.5em;
  line-height: 1.2em;
  list-style-image: url(images/icon/v_arrow080102.png);
}

/* 日々の日記のセパレータに使われる罫線の設定 */
hr.sep {
  display: none;
}

/* 更新フォーム */
form.update {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

form.update span.field {
  display: inline;
  margin-left: 0em;
  margin-right: 0.5em;
}

form.update div.field.title {
  display: block;
  margin-top: 1em;
}
form.update div.field.title input {
  margin-left: 0.5em;
}

form.update div.textarea {
  display: block;
  margin-top: 1em;
}
form.update textarea {
  display: block;
  margin-left: 3em;
  margin-bottom: 1em;
  width: 35em;
  height: 15em;
}

form.update span.checkbox.hidediary {
  margin-left: 1em;
}

/* ツッコミ状態変更フォーム */
div.comment form {
  margin-top: 0em;
  margin-left: 3em;
}

/* エラーメッセージ表示の設定 */
p.message {
  text-align: center;
  font-size: large;
  background-color: #d00;
  color: #fff;
  padding: 8px;
}

/* 箇条書きの設定 */
div.section ul,
div.section ol {
  margin-left: 2em;
  padding-left: 2em;
}

div.section ul {
  list-style-image: url(images/icon/v_arrow080102.png);
}

div.section * ul {
  list-style: disc;
  list-style-image: none;
}

/* 定義済みリストの設定 */
div.section dl {
  margin-left: 2em;
  padding-left: 2em;
}

div.section dt {
  margin-bottom: 0.2em;
  font-weight: bold;
}

div.section dd {
  margin: 0em 3em 0.5em 1em;
}

/* 整形済みテキスト(preタグ)の設定 */
div.section pre {
  background-color: #eee;
  margin-left: 3em;
  margin-right: 1em;
  padding: 4px 4px 4px 8px;
  border-style: solid;
  border-color: #cdc;
  border-width: 0px 0px 0px 4px;
  overflow: auto;
}

/* 引用(blockquoteタグ)の設定 */
div.section blockquote {
  background-color: #eee;
  margin-left: 3em;
  margin-right: 1em;
  padding: 4px 4px 4px 8px;
  border-style: solid;
  border-color: #cdc;
  border-width: 0px 0px 0px 4px;
}

div.section blockquote p {
  margin: 0.5em 0;
}

div.section blockquote ul,
div.section blockquote ol {
  margin-left: 1em;
  padding-left: 1em;
}

div.section hr {
  clear: both;
  border: solid 1px #eee;
  margin: 1em 0 1em 2em;
}

/* いくつかのメジャーなプラグイン対応 */

/* calendar2 */
table.calendar {
  padding: 0 5px 0 5px;
  line-height: 1.1em;
  margin: 0em 0em 1em 0em;
}

table.calendar td {
  margin: 0px;
  text-align: right;
  padding: 0px 1px 0px 1px;
  margin: 0px;
}  table.calendar td.calendar-prev-month , table.calendar td.calendar-current-month , table.calendar td.calendar-next-month {
  text-align: center;
}

td.calendar-sunday {
  color: #e55;
  background-color: #edd;
}

td.calendar-saturday {
  color: #55d;
  background-color: #dde;
}

td.calendar-day {
}

td.calendar-day img {
  width: 15px;
  height: 15px;
  border: 0;
}

/* footnote */
div.body span.footnote {
  vertical-align: super;
}

div.footnote {
  border-top: 1px solid #eee;
  padding: 0em;
  margin-left: 6em;
}

p.footnote {
  margin: 0.5em;
  padding: 0em;
}

/* amazon plugin */
img.left {
  border-width: 1px;
  border-color: #008;
  float: left;
  margin: 0.5em;
}

img.right {
  border-width: 1px;
  border-color: #008;
  float: right;
  margin: 0.5em;
}

div.amazon-detail {
  margin-bottom: 2px;
}

div.amazon-detail:hover {
  background-color: #eee;
}

/* highlight */
.highlight {
  background:#ddf;
}

/* google adsense */
div.google-adsense {
  margin: 1em 1em 1em 3em;
}

div.section div.gist {
  margin-left: 1em;
}

/*---------------
  サイドバー関連
-----------------*/

div#utilities dl,
div#utilities ul,
div#utilities form {
  margin: 0;
  padding: 0;
}

dl.navi > dt,
dl.others > dt {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  clear: both;
  color: #444;
  font-size: 16px;
  letter-spacing: -1px;
  margin: 0.5 0;
  border-bottom: 1px solid #eee;
}

dl.navi > dd,
dl.others > dd {
  margin: 0.5em 10px 2em;
}

div.calendar {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

dl.navi li,
dl.others li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

/* my-recent-list */

ul.my-recent-list li a {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 0 0.2em;
}

ul.my-recent-list li a:link {
  background-image: url(images/icon/list0101.png); /* List Icon */
}

ul.my-recent-list li a:visited {
  background-image: url(images/icon/list0102.png);  /* List Icon */
}

/* recent-amazon */
ul.recent-amazon li {
  margin: 5px;
  clear: both;
}

ul.recent-amazon li img.amazon {
  display: block;
  margin-left: 0px;
}

/* live-search */
#live-search-results {
  overflow: auto;
}

#live-search-results div.query {
  margin-bottom: 6px;
}

#live-search-results dl.items {
  margin-left: 0;
  padding-left: 0;
}

#live-search-results dl.items dt a {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 0 0.2em;
}

#live-search-results dl.items dt a:link {
  background-image: url(images/icon/list0101.png); /* List Icon */
}

#live-search-results dl.items dt a:visited {
  background-image: url(images/icon/list0102.png);  /* List Icon */
}

#live-search-results dl.items dd {
  margin: 0 0 0.5em 0.5em;
  padding-left: 0;
  word-break: break-all;
}

/* twitter_update_list */

#twitter_update_list li {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 0 0.2em;
  background-image: url(images/icon/list0101.png); /* List Icon */
}

/* 画像に影を付ける */
.shadow {
  background: url(images/shadow_bg.png) no-repeat right bottom;
  margin: 5px 0.5em 0.5em 5px;
  padding: 0px;
  float: left;
}

.shadow img {
  position: relative;
  display: block;
  top: -5px;
  left: -5px;
  padding: 3px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
}

/* プロフィールとか */
dl.profile {
  clear: both;
}

dl.profile dt {
  float: left;
  clear: both;
  width: 4em;
  white-space: nowrap;
}

dl.profile dd {
  margin-left: 4em;
}

/* amazon の値段 */
span.amazon-price {
  color:#990000;
}

/*--------------------------------------
	.feed
---------------------------------------*/

li.atom,
li.rss {
  margin-left: 5px!important;
  list-style-type: none;
}

li.atom a,
li.rss a {
  padding-left: 20px!important;
  background-image: url(images/mark/icon_feed.png)!important;
  background-repeat: no-repeat;
  background-position: 0 0.1em;
}

/*--------------------------------------
	.tags
---------------------------------------*/
div.day div.tags {
  font-size: 12px;
  letter-spacing: -0.5px;
}

/*--------------------------------------
	dl.contents
---------------------------------------*/
dl.contents {
  padding-left: 30px;
}
  
dl.contents > dt {
  clear: both;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.5px;
  line-height: 100%;
}

dl.contents > dd {
  margin: 0.5em 10px 2em;
}

/*--------------------------------------
	dl.related-links
---------------------------------------*/

dl.related-links dt {
  clear: both;
  font-weight: bold;
  letter-spacing: -1px;
}

dl.related-links dd {
  margin: 0em 10px 0.5em;
}

dl.related-links dt a {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 0 0.2em;
}

dl.related-links dt a:link {
  background-image: url(images/icon/list0101.png); /* List Icon */
}

dl.related-links dt a:visited {
  background-image: url(images/icon/list0102.png); /* List Icon */
}

/*--------------------------------------
	.download
---------------------------------------*/

.download a {
  padding-left: 20px!important;
  background-image: url(images/mark/download.png)!important;
  background-repeat: no-repeat;
  background-position: 0 0.1em;
}

/*--------------------------------------
	input.search
---------------------------------------*/

input.search {
  background-color:#FFFFFF;
  background-image:url(images/back_input.png);
  background-position:center top;
  background-repeat:repeat-x;
  border: 1px solid #a79d8f;
  width: 10em;
}

input.search:hover {
  border-color: #e90;
}

/*======================================
	4-2. [Sngle column]
	Style for body class="single"
=======================================*/

body.day #utilities,
body.single #utilities {
  margin-top: 1em;
  padding: 1.2em 0;
}

body.day #utilities dl.navi,
body.single #utilities dl.navi {
  margin-left: 1%;
  _padding-left: 5px;
  float: left;
  width: 48%;
  display: inline;
}

body.day #utilities dl.others,
body.single #utilities dl.others {
  margin-right: 1%;
  float: right;
  clear: right;
  width: 49%;
  display: inline; /* for IE6 */
}

body.day div#utilities > dl > dt,
body.single div#utilities > dl > dt {
  margin: 0 10px;
  padding: 0 10px;
}

body.day #utilities > dl > dd,
body.single #utilities > dl > dd {
  padding-left: 20px;
}

/*======================================
	4-3. [Double column] body.double 
	Style for body class="double"
	[←★→]マークのついた指定を反転させることでカラムの位置入れ替えが可能
=======================================*/

body.latest div#main,
body.month div#main,
body.nyear div#main,
body.double div#main {
  float: left; /* [←★→] */
  width: 70%;
  padding-right: 14px;
}

body.latest div#utilities,
body.month div#utilities,
body.nyear div#utilities,
body.double div#utilities {
  float: left;  /* [←★→] */
  clear: right; /* [←★→] */
  padding-left: 7px;
  width: 25%;
}

/* 現在再生中の曲 */
body.latest #nowplaying div.detail,
body.month #nowplaying div.detail,
body.nyear #nowplaying div.detail,
body.double #nowplaying div.detail {
  clear: both;
}
