@charset	"EUC-JP";
/*****************************************************************************
    adiaryテーマ「こまり」Rev0.90test1
				2006/08/05 (C)かえで
*****************************************************************************/
@import url("../base.css");
/*--------------------------------------------------------------------
■ 全体設定
---------------------------------------------------------------------*/
body{
	background-color:		#6e6e6e;
	background-image:		url("background.png");
	background-repeat:		repeat;
	color:					#000;
	margin:					0;
	padding:				0;
	min-width:				800px;
	line-height:			130%;
	
	/* for IE */
	_word-break:			break-all;
	_word-wrap:				break-word;
	_font-size:				12pt;
	_overflow-x:			auto;
}


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

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

a:hover {
	color:					#f36;
}


/*◆開閉式スイッチ
---------------------------------------------------------------------*/
a.switch, a.switch:link, a.switch:visited {
	text-decoration:		none;
}

span.open {
	text-decoration:		none;
}

span.close {
	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%;  }


/*--------------------------------------------------------------------
■ ヘッダメニュー (管理メニュー)
---------------------------------------------------------------------*/
div.adminmenu {
	background-image:		url("adminmenu.png");
	background-position:	right bottom;
	background-repeat:		no-repeat;
	background-color:		#6e6e6e;
	color:					#fff;
	border-bottom:			3px solid #000;
	font-size:				80%;
	line-height:			100%;
	text-align:				right;
	font-weight:			bold;
	padding:				6px 3px 0px 0;
	/* for IE */
	_height:				21px;
}

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

span.welcome {
	margin-right:			0.3em;
}

span.welcome-name {
	margin:					0 4px;
}

span.admin-links a {
	margin-left:			3px;
}


/*--------------------------------------------------------------------
■ 見出し (日記帳タイトル)
---------------------------------------------------------------------*/
h1 {
	background-image:		url("diary_title.png");
	background-repeat:		repeat;
	font-size:				240%;
	line-height:			130%;
	text-align:				center;
	margin:					0;
	padding:				35px 0;
	border:					3px solid #ff5c00;
	border-bottom:			2px solid #ff5c00;
}

/* 見出し文字色 */
h1 a, h1 a:link, h1 a:visited {
	color:					#ff5c00;
	text-weight:			normal;
	text-decoration:		none;
	
	/* for IE bugs */
	_text-decoration:		none;
}
h1 img, h1 a img {
	border:			none;
}

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


/*--------------------------------------------------------------------
■ 記事部
---------------------------------------------------------------------*/
/* 日記部全体 */
div.main {
	margin-left:			20%;
}

/*--------------------------------------*/
/* ◆以下、記事のデザイン配置（本文）*/
/*--------------------------------------*/
div.day {
	margin:					1.5em;
	background-color:		#fff;
	border-top:				1px solid #ff5c00;
}

/* 記事タイトル */
div.day h2 {
	font-size:				100%;
	text-align:				center;
	background-image:		url("title.png");
	background-position:	bottom;
	background-repeat:		repeat-x;
	border:					2px solid;
	border-color:			#fff4db #ff5220 #ff5220 #fff4db;
	min-height:				20px;
	_height:				20px;
}
h2 {
	margin:					0;
	_margin:				none;
}

h2 a, h2 a:link, h2 a:visited {
	color:					#000;
	text-weight:			inherit;
	text-decoration:		none;
}

/* 記事本文 */
div.day div.body {
	margin-bottom:			1.5em;
	font-size:				90%;
	line-height:			140%;
	border-top:				3px double #f33;
}

/* 記事ヘッダ (【記事カテゴリ】by ○○) */
div.body div.body-header {
	text-align:				right;
	line-height:			100%;
	font-size:				90%;
	padding:				0.2em 0.5em 1.3em 0;
	border-top:				2px solid #f33;
}


/* 記事中のセクション */
div.section {
	padding:			0 2em 0.5em 2em;
}
/*
div.day form {
	margin:				0px;
	padding:			0px;
}
*/


/*-----------------------------------------------*/
/* ◆以下、記事のデザイン配置（コメント、TB）*/
/*-----------------------------------------------*/
/* コメント、TB部余白 */
div.day-additional {}

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

/* タイトル部 */
div.caption {
	font-size:				90%;
	font-weight:			bold;
	text-align:				center;
	background-image:		url("title2.png");
	background-position:	bottom;
	min-height:				20px;
	_height:				20px;
	border-bottom:			6px double #ff5220;
	border-top:				2px solid #fff4db;
	border-right:			2px solid #ff5220;
	border-left:			2px solid #fff4db;
}

/* コメント/TBタイトル部文字色 */
div.caption a, div.caption a:link, div.caption a:visited {
	color:					#fff;
}

/* コメント概要表示 */
div.commentshort {
	font-size:				90%;
	padding:				0.2em 0.2em;
	line-height:			120%;
	min-height:				1em;
	_height:				1em;
}
div.commentshort p {
	margin:					0.2em 0 0.1em 1em;
}

/* コメントの全文表示モード */
div.commentbody {
	font-size:				90%;
	line-height:			120%;
	padding:				0.2em 0.2em;
	min-height:				1em;
}

/* コメント投稿者表示部 */
div.commentbody div.commentator {
	margin-top:				0.5em;
}

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

/* コメント部フォーム */
/* フォームのマージン除去 (for IE) */
div.comment form {
	margin:					0px;
	margin-top:				-0.5em;
	padding:				0 0.5em;
}

/* TB部 */
div.tb {
	font-size:				90%;
	line-height:			130%;
	min-height:				1em;
	_min-height:			0;
	_height:				1em;
}

div.tb ul {
	font-size:				90%;
	line-height:			120%;
	padding-top:			0.3em;
	padding-bottom:			0.5em;
	list-style:				none;
	margin:					0.2em 0 0.2em 0em;
	min-height:				0.8em;
	_padding:				0;
	_height:				1em;
}

div.tb div.excerpt {
	margin-left:			0em;
}


/****************************************************************************/
/****************************************************************************/
/*--------------------------------------------------------------------
●記事：基本設定
---------------------------------------------------------------------*/
/* 見出し */
div.body h3 {
	background-image:		url("h3.gif");
	background-repeat:		no-repeat;
	background-position:	left bottom;
	min-height:				25px;
	margin:					0.2em 0 0.5em 0;
	padding:				0.2em 0 0em 2em;
	font-size:				135%;
	font-weight:			bold;
	color:					#f60;
	line-height:			120%;
	_height:				25px;
}

/* 時刻付き見出し記法 */
div.body h3 span.timestamp {
	font-size:			80%;
	font-weight:		normal;
}

/* 見出し + 強調 */
div.body h3 strong {
}

/* 小見出し */
div.body h4 {
	margin:				0.5em 0 0.2em 1em;
	font-size:			120%;
	font-weight:		bold;
}

/* サブセクションアンカー */
div.body h4 span.sanchor {
	color:				#f60;
}

/* 小見出し文字色 */
div.body h4 a, div.body h4 a:link, div.body h4 a:visited {
	color:				#f60;
	font-weight:		inherit;
	text-decoration:	underline;
}

/* 小々見出し */
div.body h5 {
	margin:				0.5em 0 0.2em 1em;
	color:				#f60;
	font-size:			105%;
	font-weight:		bold;
}

/* 小見出しへのリンク */
div.body h4 a, div.body h5 a {
	font-size:			inherit;
	color:				inherit;
	text-decoration:	inherit;
}


blockquote, pre, div.box {
	margin:					0.5em 2em 0.5em 2em;
	padding:				0.3em 1em 0.3em 1em;
	border:					1px solid #ccc;
	/* for IE */
/*	_margin:				0 1em;
	_padding:				0 0.5em;*/
	_overflow:				auto;
	_width:					95%;
	_max-width:				95%;
}

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

pre {
	font-family:			monospace;
	display:				block;
	background-color:		#ccc;
	/* for IE */
	_overflow:				auto;
	/*_overflow-x:			scroll;*/
	_width:					95%;
	_max-width:				95%;
}

/* pre 中コメント */
pre span.comment	{ color: #fc9; }
pre strong.comment	{ color: #fc9; 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:			inherit;
	font-size:			90%;
	margin:				0.5em 1em 0.5em 1em;
	border-collapse:	separate;
	border-spacing:		0px;
	border:				2px solid #999;
	empty-cells:		show;
}
div.body table tr {
	margin:				0px;
	padding:			0px;
}
div.body table td {
	margin:				0px;
	padding:			2px;
	border-top:			1px solid #000;
	border-right:		1px solid #999;
	border-bottom:		1px solid #999;
	border-left:		1px solid #000;
}
div.body table th {
/*	font-weight:		bold;*/
	color:				#fff;
	margin:				0px;
	padding:			2px;
	border-top:			1px solid #000;
	border-right:		1px solid #999;
	border-bottom:		1px solid #999;
	border-left:		1px solid #000;
	background-color:	#666;
}
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;
}


/*--------------------------------------------------------------------
●脚注処理
---------------------------------------------------------------------*/
/* 脚注へのリンク */
span.footnote a {
	font-size:			80%;
}

/* 脚注全体 */
div.footnote {
	color:				#fff;
	font-size:			85%;
	margin:				1.5em 2.5em 0 2.5em;
	padding:			0.1em 1em 0.1em 0.5em;
	background-color:	#666;
}

div.footnote a, div.footnote a:link, div.footnote a:visited {
	color:				#f93;
}

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


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


/*--------------------------------------------------------------------
■ サイドバー
---------------------------------------------------------------------*/
/* サイドバー全体 */
div.sidebar {
	width:					18%;
	max-width:				18%;
	margin-top:				1.5em;
	padding-right:			2%;
	padding-left:			2%;
	position:				absolute;
	text-align:				left;
	top:					0px;
	left:					0px;
	_width:					22%;
	_padding:				0 7%;
}

div sidebar a, div.sidebar a:link, div.sidebar a:hover {
	color:					#66f;
}

div.sidebar a:visited {
	color:					#f36;
}

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

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

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

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

/* サイドバー項目のタイトル */
div.hatena-moduletitle {
	background-image:		url("sidemenu.gif");
	background-position:	left bottom;
	background-repeat:		no-repeat;
	color:					#000;
	font-weight:			bold;
	margin:					0 0 0 0;
	padding:				4px 0px 0 4px;
	text-align:				left;
	height:					16px;
}

/* sidebar項目本体 */
div.hatena-modulebody {
	background-color:		#ccc;
	color:					#000;
	padding:				0.3em 0.5em 0.3em 0.5em;
}


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

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


/*--------------------------------------------------------------------
●sidebar：カレンダー
---------------------------------------------------------------------*/
table.calendar {
	width:			100%;
	max-width:		100%
	margin-left:		auto;
	margin-right:		auto;
	font-size:		95%;
	line-height:		100%;
	_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.w0, table.calendar th.w0,
table.calendar td.holiday {
	background-color: #f90;
	color:			  #fff;
}
table.calendar td.w0 a, table.calendar th.w0 a,
table.calendar td.holiday a { color: #fff;}
/* 土曜日 */
table.calendar td.w6, table.calendar th.w6 {
	background-color:	#06c;
	color:			 	#fff;
}
table.calendar td.w6 a, table.calendar th.w6 a
{ color: #fff;}

/* 今日 */
table.calendar td.day-today      { font-weight: bold; }
/* 選択した日付 */
table.calendar td.day-selected   { }
table.calendar td.day-selected a {
	text-decoration:	none;
	border-bottom:		2px solid #9cf;
}


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

/* フッタ部 */
div.footer {
	color:				#fff;
	text-align:			center;
	padding-left:		1em;
	padding-bottom:		2em;
	font-size:			80%;
	line-height:		120%;
}


/*--------------------------------------------------------------------
 システムメッセージ関連（日記本文表示で使用）
---------------------------------------------------------------------*/
strong.error, strong.warning {
	font-size: 100%;
	font-weight: bold;
	color: #900;
}
/* 非公開、無効 の表示 */
strong.void-com, strong.hidden-com {
	font-size: 100%;
	font-weight: bold;
	color: inherit;
}

/*--------------------------------------------------------------------
●フォーム／日記の編集画面
---------------------------------------------------------------------*/
/* 項目タイトル */
h2 {
	font-weight:		bold;
	color:				#900;
}

/* テキストフィールド、チェックボックス、ラジオボタン等全般 */
form input {
	margin:			0 2px 0 2px;
}

div.diary-edit form textarea {
	width:			100%;
	margin:			0em 1em 0em 2em;
	_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#delete-body {
	margin:			1em 1.5em 1em 1em;
}
div#delete-body div.body {
}


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

/*--------------------------------------------------------------------
 編集画面
---------------------------------------------------------------------*/
div.diary-edit div.body, div.edit div.body {
	padding:			1.5em;

}
div.edit div.body div.margin {
	margin-left: 2em;
}
div.diary-edit div.body input.filed {
	padding: 0px;
}
div.diary-edit div.body textarea {
	width:		98%;
	margin-left: 0px;
	padding: 0px 4px 0px 0px;
	_width:		67%;
	_font-size:	12pt;
}
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 {
}

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

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

