@import		url("../base.css");
@charset	"EUC-JP";
/*****************************************************************************
    テーマ「みつき」Rev0.91beta
				2006/11/12 (C)かえで
*****************************************************************************/
/* バージョン情報 */
div.footer:after {
	content:				"Mitsuki Theme Rev0.91beta Designed by Kaede.";
}

body {
	background-color:		#f6f5eb;
	color:					#71644d;
	width:					1000px;
	margin:					0;
	padding:				0;
	line-height:			130%;
	
	/* for IE */
	_word-break:			break-all;
	_word-wrap:				break-word;
	_font-size:				12pt;
	_overflow-x:			auto;
}

/* 幅の指定 for IE */
div.adminmenu, div.page-title, div.hatena-body {
	_width:					1000px;
}

/*■リンク配色
---------------------------------------------------------------------*/
a:link {
	color: 					#a31b42;
	text-decoration:		none;
}


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

a:hover {
	color: 					#366426;
	text-decoration:		none;
}

/*◆フォントサイズ基本設定
---------------------------------------------------------------------*/
.xx-large					{ font-size: 200%; }
.x-large,  .huge			{ font-size: 150%; }
.large						{ font-size: 130%; }
.midium, .normalsize		{ font-size: 100%; }
.small						{ font-size: 90%;  }
.x-small,  .tiny			{ font-size: 80%;  }
.xx-small, .scriptsize		{ font-size: 50%;  }


/*◆フォント装飾基本設定
---------------------------------------------------------------------*/
.it,	.italic				{ font-style: italic; }
.bf,	.bold				{ font-weight: bold; }
.u,		.underline			{ text-decoration: underline; }


/*--------------------------------------------------------------------
■ヘッダメニュー
---------------------------------------------------------------------*/
div.adminmenu {
	position:				absolute;
	top:					0;
	left:					140px;
	width:					850px;
	
	color:					white;
	text-align:				right;
	font-size:				95%;
	line-height:			100%;
	margin:					0;
	padding:				0.2em 0.5em;
}

span.admin-links {
	display:				static;
	top:					0;
	margin-right:			1em;
	margin-left:			0.2em;
}

div.adminmenu a, div.adminmenu a:link, div.adminmenu a:visited {
	color:					#c0c6de;
}


span.welcome-name {
	margin:					0 0.2em;
	font-weight:			bold;
}

span.admin-links a {
	padding-left:			0.3em;
}

/*--------------------------------------------------------------------
■ 見出し (日記帳タイトル)
---------------------------------------------------------------------*/
div.page-title{
	background-image:		url("page-title.png");
	background-color:		#200e54;
	background-repeat:		repeat-x;
	margin:					0;
	padding:				0;
	min-height:				120px;
	_height:				120px;
}

h1 {
	background-image:		url("moon.gif");
	background-repeat:		no-repeat;
	background-position:	1.2em;
	margin:					0;
	padding:				0.7em 0.7em;
	_height:				80px;
	font-size:				280%;
	line-height:			130%;
	font-family:			"あくあＰフォント","あくあフォント","ことり文字ふぉんと","さなフォンP","さなフォン","みかちゃん",sens-serif;
}

/* 見出し文字色 */
h1 a, h1 a:link, h1 a:visited{
	color:					#c0c6de;
	background-color:		transparent;
}

h1 img, h1 a img {
	border:					none;
}

/*--------------------------------------------------------------------
■ 全体配置 (サイドバー + 記事部)
---------------------------------------------------------------------*/
div.hatena-body {
	position:				relative;
	margin:					0;
	padding:				0;
	min-height:				1600px;
	_height:				1600px;
	padding-top:			1px;
}

/*--------------------------------------------------------------------
■ 記事部配置
---------------------------------------------------------------------*/
div.main {
	margin:					1.5em 0 0 240px;
	padding:				0;
}

/* ページ送り表示部 */
div.page-head {
	margin:					0;
	padding:				1px 0px 1px 0px;
	width:					760px;
}

div.page-foot {
	margin-top:				-2.5em;
	margin-bottom:			1.2em;
	padding:				1px 0px 1px 0px;
	width:					760px;
	text-align:				right;
}

a.prev-page:before {
	content:				"≪ ";
}
a.next-page:after {
	content:				" ≫";
}
/*--------------------------------------------------------------------
■ サイドバー配置
---------------------------------------------------------------------*/
div.sidebar {
	width:					225px;
	text-align:				left;
	position:				absolute;
	top:					0px;
	left:					0px;
	margin:					1.5em 10px;
}

/*--------------------------------------------------------------------
■ 記事部 (本文)
---------------------------------------------------------------------*/
div.day {
	background-image:		url("article-bottom.png");
	background-position:	bottom left;
	background-repeat:		no-repeat;
	margin:					0.5em 0 3em 0;
	padding:				0;
	padding-bottom:			32px;
	_border-bottom:			1px solid #f6f5eb;

}


/* 記事タイトル部 */
div.day h2 {
	background-image:		url("article-top.png");
	background-position:	top left;
	background-repeat:		no-repeat;
	margin:					0;
	padding:				20px 48px 0 48px;
	font-size:				130%;
	line-height:			130%:
	font-family:			"IPA P明朝", "IPA明朝", serif;
	_height:				52px;
}

div.day h2 a.switch {
	display:				block;
	font-size:				0;
	background-image:		url("momiji-small.gif");
	padding:				22px 30px 0 0;
	width:					0;
	height:					8px;
	_padding:				0;
	_width:					30px;
	_height:				30px;
	z-index:				1;
}

div.day h2 span.date {
	display:				block;
	margin-left:			38px;
	margin-top:				-28px;
	margin-bottom:			1px;
	font-size:				55%;
	_font-size:				60%;
	line-height:			90%;
	z-index:				2;
}

h2 span.title {
	padding:				0;
	margin:					0;
	margin-left:			38px;
	font-size:				95%;
}
div.wiki h2 span.title {
	position:				relative;
	top:					-20px;
}


div.day h2 a, div.day h2 a:link, div.day h2 a:visited {
	color:					#a31b42;
}

div day h2 a.switch, div.day h2 a.switch:link,
div.day h2 a.switch:visited {
	color:					#f6f5eb;
}

/* 記事本文 */
div.day div.body {
	background-image:		url("article-middle.png");
	background-position:	top left;
	_background-position:	0px;
	background-repeat:		repeat-y;
	margin:					0;
	padding:				0.2em 48px 0.2em 32px;
	font-size:				95%;
	line-height:			130%;
	/* for IE-bugs */
	_width:					760px;
}

/* 記事ヘッダ (【記事カテゴリ】by ○○) */
div.body div.body-header {
	text-align:				right;
	font-size:				85%;
	line-height:			100%;
	padding:				0;
	margin:					0  0 1.2em 0;
}

/* 記事中のセクション */
div.section {
	font-size:				105%;
	margin:					0em 0.2em 1em 0.2em;
	padding:				0;
}

div.section p {
	margin:					0.4em 0 0 0;
	padding-left:			0.6em;
}

/*-----------------------------------------------*/
/* ◆以下、記事のデザイン配置（コメント、TB）*/
/*-----------------------------------------------*/
/* コメント、TB部余白 */
div.day-additional {
	_padding-bottom:		1px;
	background-image:		url("article-middle.png");
	background-position:	top left;
	background-repeat:		repeat-y;
/*	_height:				120px;
	min-height:				120px;*/
	/* for IE-bugs */
	_width:					760px;

}


div.day-additional2 {
	margin:					0;
	min-height:				120px;
	_height:				120px;
	width:					720px;
	
	background-image:		url("momiji.png");
	background-position:	bottom right;
	background-repeat:		no-repeat;
}

div.day div.comment, div.day div.tb {
	margin:					0;
	padding:				0 32px;
	font-size:				100%;
	line-height:			130%;
}

div.caption {
	padding:				8px 0 0 16px;
	font-size:				105%;
	line-height:			100%;
	font-weight:			bold;
/*	line-height:			32px;
	margin-bottom:			0.4em;*/
}

div.caption a, div.caption a:link, div.caption a:visited {
	color:					#a31b42;
	text-decoration:		none;
}
/*
div.caption a.switch {
	position:				absolute;
	display:				block;
	font-size:				0;
	background-image:		url("moon-small.png");
	background-position:	top left;
	padding:				24px 32px 0 0;
	width:					0;
	height:					8px;
	_padding:				0;
	_width:					32px;
	_height:				32px;
	z-index:				1;
}

div.caption span.caption-title {
	padding-left:			34px;
}
*/

/* コメント概要表示 */
div.commentshort {
	font-size:				80%;
	padding:				0.3em 0.2em 0 0.2em;
	line-height:			115%;
}

div.commentshort p {
	margin:					0.2em 0 0.1em 1em;
}

div.commentshort span.comment-date {
	font-size:				90%;
}

/* コメント全文表示モード */
div.commentbody div.commentator {
	margin-top:				0.5em;
}

/* コメント本文 */
div.comment-text {
	margin-left:			0.5em;
}

/* コメント部フォーム */
div.commentbody form {
	margin:					0;
}
div.commentbody form input{
	margin:					-0.5em 0 0 0;
	padding:				0.1em inherit;
	vertical-align:			center;
}

div.commentbody form textarea {
	margin:					0.3em 0.5em 0 0.5em;
}

div.tb ul {
	font-size:				80%;
	line-height:			140%;
	margin:					0.5em 0 0 0;
	_padding:				0 2.5em 0 2.5em;
}

/****************************************************************************/
/****************************************************************************/
/*--------------------------------------------------------------------
●記事：基本設定
---------------------------------------------------------------------*/
/* 見出し */
div.body h3 {
	margin:					0.5em 0 0 0;
	padding:				0;
	font-size:				135%;
	line-height:			110%;
	font-weight:			bold;
}


span.sanchor {
	margin-right:			5px;
}

a span.sanchor, a:link span.sanchor, a:visited span.sanchor {
	color:					#a31b42;
	text-decoration:		none;
}
/*
div.body h3 span.sanchor {
	position:				absolute;
	display:				block;
	font-size:				0%;
	padding:				24px 32px 0 0;
	margin:					-4px 0 0 -36px;
	height:					8px;
	background-image:		url("block1.png");
	background-position:	top left;
	background-repeat:		no-repeat;
	_padding:				0;
	_width:					32px;
	_height:				32px;
	color:					#f6f5eb;
}

*/
/* 時刻付き見出し記法 */
span.timestamp {
	font-size:				90%;
}

h3 span.timestamp {
	font-size:				75%;
}

/* 小見出し */
div.body h4 {
	margin:					0.5em 0 0 0;
	padding:				0 0 0 0.3em;
	font-size:				120%;
	font-weight:			bold;
	color:					#a32b42;
}

div.body h4 a, div.body h4 a:link, div.body h4 a:visited {
	color:					#a32b42;
}

/* 小々見出し */
div.body h5 {
	margin:				0.5em 0 0 0.7em;
	padding:			0;
	font-size:			110%;
	line-height:		110%;
	font-weight:		bold;
}

blockquote, pre, div.box {
	margin:					0.5em 2em 0.5em 2em;
	padding:				0.3em 1em 0.3em 1em;
	border:					2px solid #71644d;
	/* for IE */
	_overflow:				auto;
	_width:					95%;
	_max-width:				95%;
	_text-align:			left;
}

div.body blockquote p {
	margin:					0.2em 0.5em 0.2em 0;
	padding:				0;
}

pre {
	font-family:			monospace;
	font-size:				100%;
	display:				block;
	background-color:		#ccc3b4;
	border:					2px solid #71644d;
	/* for IE */
	_overflow:				auto;
	/*_overflow-x:			scroll;*/
	_width:					95%;
	_max-width:				95%;
	_text-align:			left;
}

/* pre 中コメント */
pre span.comment	{ color: #366426; }
pre strong.comment	{ color: #366426; font-weight: bold; }

.mono, .pre {
	font-family:		monospace;
}


/*--------------------------------------------------------------------
●記事：div
---------------------------------------------------------------------*/
div.left	{ text-align: left;   }
div.center	{ text-align: center; }
div.right	{ text-align: right;  }

/*--------------------------------------------------------------------
●記事：リスト
---------------------------------------------------------------------*/
ul.none, ol.none {
	list-style:	none;
}


/*--------------------------------------------------------------------
●記事：テーブル
---------------------------------------------------------------------*/
div.body table {
	font-size:			95%;
	line-height:		110%;
	margin:				0.5em 1em 0.5em 1em;
	border-collapse:	separate;
	border-spacing:		0px 2px;
	empty-cells:		show;
}

div.body table tr {
	margin:				0 0 1px 0;
	padding:			0px;
}
div.body table td {
	margin:				0px;
	padding:			2px;
}

div.body table th {
	margin:				0px;
	padding:			2px;
}

div.body table tr td{
	background-color:	transparent;
	border-bottom:		1px solid #71644d;
}

div.body table tr th {
	background-color:	#ccc3b4;
	border-bottom:		1px solid #71644d;
}

th.left, td.left, th.l, td.l {
	text-align:			left;
	margin-right:		auto;
}
th.center, td.center, th.c, td.c {
	text-align:			center;
	margin-left:		auto;
	margin-right:		auto;
}
th.right, td.right, th.r, td.r {
	text-align:			right;
	margin-left:		auto;
}

/* テーブルを囲う場合(curbクラス指定) */
div.body table.curb {
	border:				2px solid #71644b;
	padding:			2px 4px;
}
/*
table tr th a, table tr th a:link, table tr th a:visited {
	color:				inherit;
}
*/
/*--------------------------------------------------------------------
●脚注処理
---------------------------------------------------------------------*/
/* 脚注へのリンク */
span.footnote a {
	font-size:			75%;
	vertical-align:		top;
}

/* 脚注全体 */
div.footnote {
	font-size:				85%;
	margin:					1.5em 2.5em 0 2.5em;
	padding:				0.15em 1em 0.15em 0.5em;
	background-color:		#e9e9db;
	_text-align:			left;
}


/* 脚注１つ */
div.footnote p.footnote {
	padding:			0;
	line-height:		125%;
	margin:				0.25em 0 0.25em 0;
}


/*--------------------------------------------------------------------
●保護色 (hidden)
---------------------------------------------------------------------*/
/* 記事テキストの保護色。背景色と同一にすること */
/* 本文中, 小見出し, 小々見出し */
div.day div.section .hidden, div.day div.section .hidden a,
div.day div.section .hidden strong, .hidden em {
	color:				#f6f5eb;
	background-color:	#f6f5eb;
}


/*--------------------------------------------------------------------
■ サイドバー
---------------------------------------------------------------------*/
/*●sidebar：タグ
---------------------------------------------------------------------*/
/* タイトル一覧など */
ul.hatena-section {
	list-style-type:		none;
	margin:					0.3em 0em 0.3em 0em;
	padding:				0px;
}

/* サブカテゴリ */
ul.sub-category {
	list-style-type:		none;
	margin:					0em 0 0.2em 1em;
	padding:				0px;
}

/* コメント・トラックバック一覧 */
ul.hatena-recentcomment {
	list-style-type:		none;
	margin:					0.3em 0em 0.3em 0em;
	padding:				0px;
}

div.sidebar ul li {
	margin:					0.2em 0;
}

/*■ 以下、サイドバー内の配置設定
---------------------------------------------------------------------*/
/* サイドバーの１項目 */
div.hatena-module {
	margin-bottom:			1em;
	font-size:				80%;
	line-height:			110%;
}

div.hatena-moduletitle {
	background-image:		url("sidemenu-title.png");
	background-position:	bottom center;
	background-repeat:		no-repeat;
	min-height:				36px;
	_height:				36px;
	padding-left:			1em;
	font-size:				115%;
	line-height:			110%;
}

/* sidebar項目本体 */
div.hatena-modulebody {
	color:					#000;
	padding:				0 0.4em 0.2em 0.4em;
	margin-bottom:			0.5em;
}

div.calendar div.hatena-modulebody {
	padding:				0;
	margin:					0 0 0.3em 0em;
	/* for IE */
	_text-align:			center;
}

div.sidebar p {
	margin-top:				0.5em;
	margin-bottom:			1.3em;
}

div.hatena-module#side-search div.hatena-modulebody input {
	margin:					0.2em 0;
	vertical-align:			middle;
}


/*--------------------------------------------------------------------
●sidebar：カレンダー
---------------------------------------------------------------------*/
table.calendar {
	width:			100%;
	max-width:		100%
	margin-left:	auto;
	margin-right:	auto;
	font-size:		90%;
	line-height:	120%;
	_width:			95%;
	_max-width:		95%;
}
table.calendar td.calendar-prev-month    { text-align: left;  margin-left:  0.5em; }
table.calendar td.calendar-current-month { text-align: center; }
table.calendar td.calendar-next-month    { text-align: right; margin-right: 0.5em; }
table.calendar td {
	text-align:		center;
}
table.calendar td.calendar-day a {
	text-decoration:	underline;}

/* 土曜日 */
table.calendar td.w6, table.calendar th.w6 {
	color:				#4c3b97;
	background-color:	#c0e7f8;
/*	background-color:	#4c3b97;*/
}
table.calendar td.w6 a, table.calendar th.w6 a
{ color: transparent;}

/* 日曜日 */
table.calendar td.w0, table.calendar th.w0, 
table.calendar td.holiday {
	color:				#d46832;
	background-color:	#fadaf0;
}
table.calendar td.w0 a, table.calendar th.w0 a,
table.calendar td.holiday a { color: transparent;}

/* 選択した日付、もしくは今日 */
/* デフォルト */
table.calendar td.day-selected, table.calendar td.day-today {
	font-weight:			bold;
	background-color:		#ccc3b4;
	_background-color:		inherit;
}
/* 土曜日を選択 */
table.calendar td.w6.day-selected, table.calendar td.w6.day-today {
	background-color:		#52427b;
	color:					#c0c6de;
	_color:					inherit;
	_background-color:		inherit;
}
/* 日曜日を選択 */
table.calendar td.w0.day-selected, table.calendar td.w0.day-today {
	background-color:		#c76331;
	color:					white;
	_background-color:		inherit;
}

/* 選択した日付のリンク */
table.calendar td.day-selected a,
table.calendar td.day-today a {}

table.calendar td.w6.day-selected a,
table.calendar td.w6.day-today a {
	color:					white;
	_color:					inherit;
}

table.calendar td.w0.day-selected a,
table.calendar td.w0.day-today a {
	color:					white;
	_color:					inherit;
}



/*--------------------------------------------------------------------
■ フッタ
---------------------------------------------------------------------*/
/* フッタ部水平線 */
hr.footer {
	display:			none;
}

div.footer {
	border-top:			2px solid;
	width:				760px;
	text-align:			right;
/*
	padding-left:		1em;
*/
	padding-top:		0.6em;
	padding-bottom:		2em;
	font-size:			80%;
	line-height:		120%;
	margin-top:			-1em;
}

/*--------------------------------------------------------------------
 システムメッセージ関連（日記本文表示で使用）
---------------------------------------------------------------------*/
strong.error, strong.warning {
	display:			block;
	font-size: 100%;
	font-weight: bold;
	padding:			1em 0 1em 0;
}

/* 表示無効、非公開 の表示 */
strong.void, strong.hidden-com {
	font-size: 100%;
	font-weight: bold;
	color: inherit;
}

/*--------------------------------------------------------------------
●フォーム／日記の編集画面
---------------------------------------------------------------------*/
div.edit strong.error, div.edit strong.warning {
	display:			inline;
	margin:				0;
}

div.edit div.day {
	_padding-bottom:	30px;
}

div.edit div.body {
	padding:			1em 1.5em 0 1.5em;
	_text-align:			left;
}

div.edit h2 {
	font-size:			150%;
}

div.edit h3 {
	margin:				0.5em 1em 0 1em;
	padding-left:		0.5em;
	border-bottom:		1px solid #71644d;
}
/*
div.edit table tr td, div.edit table tr th{
		border-bottom:		1px solid #e56;
}
*/

div.edit span.number {
	margin-right:		-1.5em;
}
/* テキストフィールド、チェックボックス、ラジオボタン等全般 */
form {
	_margin:		0;
	_padding:		0;
}

form input {
	margin:			0 2px 0 2px;
}

div.diary-edit form textarea {
	width:			100%;
	margin:			0.2em 0em;
	_width:			auto;		/* IE bugs */
}
div.comment form textarea {
	width:			90%;
	_width:			auto;		/* IE bugs */
}

div.diary-edit div.writer {
	font-weight:		bold;
	margin:			0.5em 0em 0em 0em;
}

div.diary-edit form input[name="title"] {
	width:			68%;
	margin-bottom:	0.2em;
}

/*--------------------------------------------------------------------
 システム関連
---------------------------------------------------------------------*/
ul.system-menu {
	list-style-type:	none;
	margin:			0.5em 0.2em 0.5em 0.2em;
	padding:		0px;
}

/*--------------------------------------------------------------------
 編集画面
---------------------------------------------------------------------*/
div.edit div.body div.margin {
	margin-left: 2em;
}
div.diary-edit div.body input.filed {
	padding: 0px;
}

div.edit div.body textarea#edit {
	margin-bottom:	0.4em;
}

form input.int, form select.int, input.int, select.int {
	text-align:		right;
}

/* コメント・TBの編集 */
span.edit-checkbox {
	font-size:		120%;
}

/* テーブル */
div.edit div.day table {
	border:			none;
}

/* IP/HOST/AGENT */
div.http_env {
	font-size:		95%;
	line-height:		120%;
	text-align:		right;
}

div.edit {
	font-size:		95%;
}

div.edit div.day form input#category_text {
	width:			110px;
}



