/*
Title: 7loTheme Classoc for tDiary
Revision:1.0
Original Author:TadaTadashi
modify:7lo siteadmin
License: GPL
*/


/*
ページ全体の基本的な設定。背景色や文字色など
*/

@media print {
	div.adminmenu,div.footer,div.form,div.sidebar {display:none;}
	div.main{margin-left: 0%;}
	a { text-decoration: none; }
}

body {
	background-color: white;
	color: #001622;
	font-size: 100%;
	line-height: 135%;
	text-autospace: ideograph-alpha;
}

a:link {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px solid;
	border-left: 0px none;
	text-decoration: none;
	font-weight: bold;
	color: #000078;
}

a:visited {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px solid;
	border-left: 0px none;
	text-decoration: none;
	font-weight: bold; 
	color: #559a66;
}

a:hover {
	font-weight: bold;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px solid;
	border-left: 0px none;
	color: #FF6633;
}


/*
ページトップにある操作ボタンの並ぶ行の設定
*/

div.adminmenu {
	text-align: right;
	font-size: 10px;
	margin-bottom: 32px;
}


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

span.adminmenu {
	color: #000000;
	text-align: center;
	vertical-align: center;
}


/*
adminメニューのリンク色設定
*/

div.adminmenu a:link,div adminmenu a:hover, div.adminmenu a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000022;
}


/*日記タイトルの設定*/

h1
{
	font-size:58px;
	margin-top:24px;
	margin-bottom:48px;
  margin-left:4px;
	color: #000000;
	border-top: 0px none;
}


h1.header {
	font-size:22px;
}


h1:first-letter {
	font-size:64px;
	font-weight: bold;
	color: #AA0000;
}



/*カレンダーの設定*/
div.calendar {
	background-color: #fff;
	color: #000099;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 10px;
	border: 2px none #ddf;
	text-align: left;
}

div.calendar div.year {
}


/*1日の日記全体を囲む枠の設定*/
div.day {
	padding-bottom: 10px;
	margin-bottom: 12px;
; border: 0px #aaf none
}

/*タイトル行全体の設定*/

h2 {

	margin-top:12px;
	margin-bottom: 6px;
        margin-left:4px;
	color: #000000;
	border-top: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding-right: 6px;
	padding-left: 16px;
}


/*
日付の設定
*/

h2 span.date {
	border-style: none;
	font: bold 16px "Geneva", "Arial", "Helvetica", "san-serif";
	color: #000033;
}

h2 span.wdays {
	border-style: none;
	font: 38px "Arial", "Helvetica", "sans-serif";
	color : #aaaaaa
}

h2 span.satday {
	border-style: none;
	font: 38px "Arial", "Helvetica", "sans-serif";
	color : #aaaaFF
}

h2 span.sunday {
	border-style: none;
	font: 38px "Arial", "Helvetica", "sans-serif";
	color : #FFCCCC
}


/*
タイトルの設定
*/

h2 span.title {
	font-size:16px;
	font-weight: bold;
	color: #000022;
}


h2:first-letter {
	background-color:#000000;
	font-size:24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right:4px;
	padding: 4px 4px 4px 4px;
}


/*
タイトルを除いた1日の日記本文全体の設定
*/

div.body {
	color: #000;
	padding: 4px;
	border: 0px #aaf none;
	width:95%;
	margin: 4px 32px 10px 16px;
}

/*サブタイトルを含むセクションの設定*/
div.section {
;
}

/*サブタイトルの設定*/
h3 {
	margin-top: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #979DA9;
	font-size: 120%;
	font-weight: bold;
	width: 100%;
}


/*セクションナンバー*/

span.sn {
	font: bold 200% "Geneva", "Arial", "Helvetica", "san-serif";
	color: #FF6600;
}

span.new{
	font-size: 50%;
	padding: 1px;
	border: 1px solid #999999;
}


/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/
/*
div.day span.sanchor {
	background-image: url(default_sanchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 16px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}

div.day span.canchor {
	background-image: url(default_canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 120% 120% 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}
*/

/*
日記の本文(段落)の設定（段落の改行幅を特にとらない）
*/

div.section p {
margin-bottom: 0px;
margin-left: 32px
}


/*
ツッコミ/フォーム/リンク元のキャプション設定
*/

div.caption {
	font-size: 90%;
	margin: 0.5em;
	border-bottom: 1px solid #C9C9C9;
}

/*ツッコミ欄全体の設定*/
div.comment {
	padding: 2px 2px 1px;
	border-style: none;
	margin: 8px 8px 40px 9px;
		}

/*ツッコミ省略版本文*/

div.commentshort {
	margin-left: 0.5em;
}

span.commentator {
	font-weight: bold;
}

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

/*ツッコミ本体*/

div.commentbody {
	margin: 10px;
	line-height: 120%;
}

/*
ツッコミした人の情報
*/

div.commentator {
	border-style: solid;
	border-color: #aaf;
	border-width: 0px 0px 1px 0px;
	line-height: 150%;
}

/*
ツッコミ本文
*/
div.commentbody p {
	margin: 7px;
	margin-left: 32px;
}

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

/*
フォームの設定
*/
div.form form {
	margin: 0em 0em 0em 2em;
}
div.form form.comment {
	font-size: 85%;
}
div.field {
	display: inline;
	margin-right: 2em;
}
form.comment input {
	background-color: #eef;
	color: #000;
	margin-left: 1em;
}
div.textarea {
	display: block;
	vertical-align: top;
}
form.comment textarea {
	display: block;
	background-color: #eef;
	color: #000;
	margin-left: 2em;
	width: 45em;
	height: 4em;
}
div.button {
	display: block;
	margin-left: 3em;
}


/*
リンク元リスト(Month/Latestモード)の設定
*/

div.referer
{
text-align: right;
font-size: 80%;
padding: 2px;
padding-bottom: 1px;
margin: 8px 20px 0px 9px;
}

/*
リンク元リスト(Dayモード)の設定
*/

div.refererlist {
	border-style: none;
	background-color: #E8EEF7;
	padding: 2px;
	padding-bottom: 1px;
	margin: 8px 20px 0px 9px;
	width :80%;
}

/*
リンク元リストのリンクの個別設定（Bold無し）
*/

div.refererlist a:link,div.refererlist a:visited,div.refererlist a:hover{
	text-decoration: none;
	font-weight: normal;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	font-size: 90%;
	margin: 0.5em 1em 0.5em 3em;
	line-height: 1.2em;
}

/*
罫線の設定
*/

hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
    border-color:#546359;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/

hr.sep {
	display: none;
}

/*
フッタの設定
*/

div.footer {
	font-size: 85%;
	text-align: right;
	margin-top: 0px;
}


/*
更新フォーム
*/

form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
	background-color: #eef;
	color: #000;
}

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: 80%;
	height: 20em;
}

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

/*
ツッコミ状態変更フォーム
*/

div.comment form {
	margin-top: 0em;
}
/*
エラーメッセージ表示の設定
*/

p.message {
	text-align: center;
	font-size: large;
	background-color: #d00;
	color: #fff;
	padding: 8px;
}

/*
整形済みテキスト(preタグ)の設定
*/

pre {
	background-color: #33333F;
	color: #FFFFFF;
	width: 90%;
	padding: 8px 16px 8px 32px;
	font-family:monospace;
	margin: 6px 0px 6px 30px;
	line-height: 105%;
	font-size: 95%;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;

}


/*
引用(blockquoteタグ)の設定
*/

div.body blockquote {
	padding: 8px 16px 8px 32px;
	margin: 8px 0px 20px 30px;
	width:85%;
	background-color: #FFCCCC;
	border-top: 0px solid #9999FF;
	border-right: 1px solid #9999FF;
	border-bottom: 1px solid #9999FF;
	border-left: 0px solid #9999FF;
}

div.body blockquote p {
	padding: 0px;
	margin: 0px;
}


/*
箇条書きの設定
*/

div.body li {
	margin-left: 24px;
	margin-right: 36px;
	line-height: 120%;
}

div.body ul {
         magin-top:0px;
	margin-left: 12px;
         margin-bottom :4px;
	line-height: 4px;
}

div.body ol {
	margin-left: 24px;
	line-height: 120%;
}

/*
項目リストの設定
*/
div.body dl {
	margin-left: 24px;
}
div.body dt {
	margin-bottom: 4px;
	margin-left: 20px;
	font-weight: bold;
}

div.body dd {
	margin: 0em 20px 8px 12px;
}


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

/* calendar2 */

table.calendar {
	font-size: x-small;
	line-height: 1.1em;
	border-style: solid;
	border-color: #aaf;
	border-width: 1px;
}
table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}
/* recent_list */
p.recentitem {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.recentsubtitles {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* footnote */

p.footnote {
	padding: 0px;
	margin: 0px;
}

div.body span.footnote  {
	font-size: 75%;
	font-style: normal;
	vertical-align: baseline;
	margin-right: 2px;
	margin-left: 2px;
}

div.footnote {
	font-size: 100%;
	padding: 8px 16px 8px 32px;
	margin: 8px 0px 8px 30px;
	border: none;
	background-color :#B5EDBC;
	line-height: 110%;
	width:85%;
}

div.footnote a:link,div.footnote a:visited {
	color: #000000;
	text-decoration: none;
}




/* icon */
img.category
{
	border-width: 0px;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: 3px;
}


/* amazon plugin */

img.amazon {
	border: 1px dotted #FFFFFF;
	margin: 4px 5px 15px 24px;
}


img {
	border: 0px dotted #FFFFFF;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right:4px;
	margin-left: 32px;
}




div.comment {
;
	border-top: 1px #b5edbc;
	border-right: none ;
	border-bottom: 1px #b5edbc;
	border-left: none ;
}
/*
サイドバー関連
*/
div.main {
}

div.sidebar {
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	margin: 0px 0px 4px;
	height: auto;
	padding: 4px 8px;
	background: #000033;
	text-align: right;
}

div.sidebar p {
	margin-bottom: 0.1em;
}

p {
  margin-bottom: 0.0em;
  margin-top: 0.1em;
  margin-right: 0em;
  margin-left: 0em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

div.ccc {
	background-color: #000033;
	color: #FFFFFF;
	padding: 6px;
	margin: 8px 4px 8px 24px;
	border: 1px groove #CCCCCC;
}

div.section {
	margin: 24px 0px 0px 4px;
	padding: 0px;
}




div.nav { background-color: #000033; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #FFFFFF; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 8px}
div.nav a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
div.nav a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
table.money {
	margin-left: 36px;
}

div.bbb {
	margin-left: 36px;
}


div.counter {
	margin: 2px;
	padding: 2px;
	border: none;
	height: auto;
	width: auto;
	right: auto;
	text-align: right;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	padding-left: 8px;
	margin-top: 14px;
	margin-bottom: 2px;
}

h5 {
	font-size: 100%;
	font-style: italic;
	color: #003366;
	line-height: 2px;
	margin-top: 24px;
	padding: 0px 0px 0px 16px;
	margin-bottom: 16px;
	font-weight: bold;
}

h6 {
	font-size: 90%;
	font-style: italic;
	padding-left: 24px;
}


/*
Tableの設定
*/

table {
    background-color:#e0efff;
	font-family: monospace;
	margin-top: 8px;
	margin-bottom: 18px;
	border: 1px solid #666666;
	padding: 8px;
	margin-left: 40px;
	border-collapse:collapse;
	font-size: 90%;
}

td {
	border: 1px solid #333333;
	padding-right: 6px;
	padding-left: 6px;
}

th {
	border: 1px solid #333333;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	background: #ddeeFF;
}

table a:visited{
	text-decoration: none;
}

table a:link {
	text-decoration: none;
}

del {
	color: #999999;
}

/*img*/

img.photo {
	border: none;
	margin: 4px 4px 0px;
	float: none;
}
