/*
Title: Sodapop
Revision: $Revision: 1.11 $
Author: kadu
Access: http://www.bb.wakwak.com/~akk/kadu/
Comment: blockquote,footnote,recent_list plugin対応
License: GPL

   Copyright kadu <http://www.bb.wakwak.com/~akk/kadu/>

   sodapop_back.jpgは著作権の関係で含まれていません。
   お好きな背景イメージを用意してください。
*/
/* ChengeLog
2002-09-30 Nana
        * add blockquote,footnote,recent_list
2002-06-03 Nana
        * add div.day line-heigt 135%
2002-05-05 Nana
        *support calendar2.
2002-04-05 TADA Tadashi
	* add spec.
	* div.comment align left;
*/

/*
  ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: white;
       /*background-image: url(sodapop_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	color: black;
	margin-left: 10%;
	margin-right: 10%;
}

/*
 リンクの設定
 */
a:link, a:visited {
	text-decoration: none;
}

/*
  ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: small;
}

/*
  ページトップにある操作ボタン自体の設定
  */
span.adminmenu {
}

/*
  日記タイトルの設定
  */
h1 {
	text-align: left;
}

/*
  カレンダーの設定
  */
div.calendar {
}

/*
  1日の日記全体を囲む枠の設定
  */
div.day {
	border: 1px solid #999;
	margin-bottom: 2em;
	line-height: 135%;
	padding-bottom: 1px;
}

/*
  タイトル行全体の設定
  */
h2 {
	background-color: #9cc;
	font-size: 100%;
	margin: 0px;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border-bottom: 1px solid #999;
}

/* 日付の設定 */
h2 span.date {
}
h2 span.date a {
	text-decoration: none;
	color: #fff;
}

/* タイトルの設定 */
h2 span.title {
	color: #fff;
}

/*
  タイトルを除いた1日の日記本文全体の設定
  */
div.body {
	padding: 0em;
	margin: 0.5em 1em 0.5em 1em;
}

/*
  サブタイトルの設定
  */
h3 {
	font-size: 100%;
	margin: 0em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

h3 {
}

div.section p {
}

/*
  ツッコミ欄全体の設定
  */
div.comment {
  /*text-align: right;*/
	font-size: small;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 24px;
	margin-right: 12px;
}

/*
  ツッコミ欄タイトル行の設定
  */
div.comment div.caption {
	text-align: right;
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
}

/*
  ツッコミした人の名前の設定
  */

/*
  リンク元リスト(短い方)の設定
  */
div.referer {
	text-align: right;
	font-size: small;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 24px;
	margin-right: 12px;
}

/*
  リンク元リスト(全体一覧)の設定
  */
div.refererlist {
	font-size: small;
	background-color: #eee;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 24px;
	margin-right: 12px;
}

/*
  リンク元リストタイトルの設定
  */
div.refererlist div.caption {
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
}

/*
  リンク元リスト一覧の設定
  */
div.refererlist ul {
	margin-top: 0em;
}

/*
  罫線の設定
  */
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddd;
}

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

/*
  フッタの設定
  */
div.footer {
	font-size: small;
	text-align: right;
	margin-top: 0px;
}

/*
  フォーム全体を囲む枠の設定
  */
div.form {
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #999;
	margin-bottom: 2em;
}

/*
  入力フィールドの設定
  */
input.field {
	background-color: white;
}

/*
  複数行入力フィールドの設定
  */
textarea {
	background-color: white;
	margin-left: 1em;
}

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

/*
  整形済みテキスト(preタグ)の設定
  */
pre {
	margin-left: 2em;
	padding: 1em;
	border: 1px solid #666;
}

/* calendar2 */
table.calendar {
        background-color: #fff;
	font-size: small;
	border-style: solid;
        border-width: 10px 1px 1px 1px;
        border-color: #9cc #ddd #ddd #ddd;
	color: #999;
	padding: 1px;
	margin: 2px auto;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
}

table.calendar td.calendar-prev-month, table.calendar
td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/*
引用、引用ソースの表示
*/
div.body blockquote {
        border: 2px inset black;
        padding: 5px;
        background-color: #eee;
}
p.source{
	margin-top: 0em;
	margin-right: 1.5em;
	text-align: right;
	font-size:90%;
}

/* recent_list */
p.recentitem {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.recentsubtitles {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: xx-small;
}

div.footnote {
	border-style: solid;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	margin-left: 3em;
	font-size: small;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
        margin-left: 0.5em;
}

span.commentator {
}

div.commentshort p {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        line-height: 1.2em;
}

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

/*
ツッコミした人の情報
*/
div.commentator {
        border-style: solid;
        border-color: #aaa;
        border-width: 0px 0px 1px 0px;
        line-height: 1.5em;
	display: inline;
}

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

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

div.form div.caption {
        border-style: solid;
        border-color: #aaa;
        border-width: 0px 0px 1px 0px;
        margin: 0.5em;
}

div.form form.comment {
}

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

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

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

form.comment textarea {
        display: block;
        background-color: white;
        margin-left: 3em;
        width: 30em;
        height: 5em;
}

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

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

form.update input, form.update textarea, form.commentstat input {
        background-color: white;
}

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-bottom: 1em;
        width: 35em;
        height: 15em;
}

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

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