@charset	"EUC-JP";
/*****************************************************************************
    テーマ「世界/言葉」 Rev1.00RC1
    			2006/07/07 (C)かえで
    オリジナルテーマ: Satsuki style
				2006/03/12 (C)nabe@abk.nu
*****************************************************************************/
@import url("../base.css");
/*--------------------------------------------------------------------
■全体配置
---------------------------------------------------------------------*/
body
{
	background-color:	#003366;
	color:				#FFFFFF;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:		0px;
	min-width:		400px;
	line-height:		130%;

	word-break:		break-all;
	_font-size:		12pt;		/* for IE */
	_width:			98%;
}
/* 見出し */
h1
{
	font-size:		160%;
	font-weight:		normal;
	border-bottom:		2px solid #FFFFFF;
	padding:		4px 1em 4px 0.5em;
	margin:			0.5em 0em 1em 0em;
}
h1 a, h1 a:link, h1 a:visited{
	color:			inherit;
	font-weight:		inherit;
	text-decoration:	inherit;

	/* for IE bugs */
	_color:			#fff;
	_text-decoration:	none;
}
h1 img, h1 a img {
	border:			none;
}
/* 全体配置用 */
div.hatena-body {
	position:		relative;
	top:			0;
	left:			0;
	margin:			1em 1em 1em 1em;
	_margin-right:		0em;
	width:			100%;
}
/* 日記部 */
div.main {
	margin-left:		17%;
	padding:		0px 8px 0px 8px;
	min-height:		320px;
}
/* 左側にメニューを配置 */
div.sidebar
{
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			16%;
	margin:			0;
	padding:		0;

	font-size:		85%;
	line-height:		130%;
}
/* フッタの配置 */
hr.footer {
	margin-top:		3em;
}
div.footer
{
	text-align:		right;
	margin:			0 0 0 0;
	font-size:		80%;
	line-height:		120%;
}

/*--------------------------------------------------------------------
■ヘッダメニュー
---------------------------------------------------------------------*/
div.adminmenu {
	text-align:		right;
	font-size:		90%;
	line-height:		100%;
	margin:			1px 0 1em 0;
}

div.adminmenu a, div.adminmenu a:link, div.adminmenu a:visited {
/*	ログインページへのリンクの色　*/
	color:			#66FFFF;
	text-decoration:	none;
}

/* ○○さん */
span.welcome      { font-size: 85%; margin-right: 0.5em; }
span.welcome-name { margin: 0px 4px 0px 4px; }
span.welcome a, span.welcome a:link, span.welcome a:visited {
/*	color:			inherit;*/
	color:			#66FFFF;
	font-weight:		inherit;
	text-decoration:	none;
}


/*--------------------------------------------------------------------
■記事のデザイン配置（本文）
---------------------------------------------------------------------*/
/* 1つの記事 */
div.day {
	padding:		0px 8px 0px 8px;
	margin:			0em 1em 1.5em 0em;
}
/* 記事タイトル */
h2 {
	background-color:		#191F33;
	border:			2px solid #FFFFFF;
	border-bottom:		none;
	padding:		2px 8px 2px 8px;
	font-size:		100%;
	margin:			0px;
}
/* 記事本文 */
div.day div.body {
	background-color:	#336699;
	font-size:		90%;
	line-height:		140%;
	border:			2px solid	#FFFFFF;
	border-top:		none;
	margin:			0px;
	padding:		0.5em 1em 0.5em 1.5em;
}
/* 記事本文リンク色 */
div.day a:link, div.body a:link { color:	#BBFFFF;}
div.day a:visited, div.body a:visited { color: #AAF;}

/* 記事タイトル文字色 (Add by Kaede) */
div.day h2 a, div.day h2 a:link, div.day h2 a:visited,
div.body h2 a, div.body h2 a:link, div.body h2 a:visited {
	color:			#FFFFFF;
	font-weight:		inherit;
	text-decoration:	inherit;
}

div.day div.comment div.caption a, div.day div.refererlist div.caption a,
div.day div.tb div.caption a,
div.day div.comment div.caption a:link, div.day div.refererlist div.caption a:link,
div.day div.tb div.caption a:link,
div.day div.comment div.caption a:visited, div.day div.refererlist div.caption a:visited,
div.day div.tb div.caption a:visited
{
	color:			#FFFFFF;
}


/* 記事ヘッダ */
div.body div.body-header {
	text-align:		right;
	line-height:		100%;
	font-size:		90%;
	padding:		0;
	margin:			0 0.2em 0 0;
}

/* 記事中のセクション */
div.section {
	margin-top: 		0.5%;
	margin-bottom:		3%;
}
div.day form {
	margin:			0px;
	padding:		0px;
}

/*--------------------------------------------------------------------
■記事のデザイン配置（コメント、トラックバック）
---------------------------------------------------------------------*/
div.day div.comment, div.day div.refererlist {
	margin:			0;
}
div.comment {
	margin-left:		4px;
	font-size:		90%;
	line-height:		130%;
}
/* コメント、TBタイトル */
div.day div.comment div.caption,
div.day div.refererlist div.caption,
div.day div.tb div.caption {
	background-color:	#003366;
	padding:		1px 0 0 0.5em;
}
div.day div.comment, div.day div.refererlist {
	border:			2px solid #FFFFFF;
	background-color:	#EAEAEA;
	color:				#003366;
	border-top:		none;
}

div.commentshort {
	margin:			0em 1em 0em 1em;
	padding:		0.2em 1em 1em 0.5em;
	line-height:		120%;
}
div.commentshort p {
	margin:			0.2em 0 0.2em 0;
}
/* コメントの全文表示モード */
div.commentbody {
	font-size:		90%;
	line-height:		120%;
}
div.commentbody textarea, div.commentbody input {
	color:			#003366;
}


div.commentbody div.commentator {
	margin-top:		0.5em;
	border-bottom:		1px solid #F54111;
}
div.commentator p {
	text-indent:		0;
	margin:			0;
}
div.comment-text {
	margin:			0.5em 0em 0.4em 2em;
}

/* フォームのマージン除去(for IE) */
div.comment form {
	margin:			0px;
}
div.refererlist {
	margin-left:		4px;
	font-size:		90%;
	line-height:		130%;
}
div.refererlist ul {
	margin:			0.5em 0 0.5em 2em;
	padding:		0;
	font-size:		90%;
	line-height:		120%;
}
/*--------------------------------------------------------------------
■開閉式スイッチ
---------------------------------------------------------------------*/
a.switch, a.switch:link, a.switch:visited {
	text-decoration:	none;
}
span.open {
	text-decoration:	none;
}
span.close {
	text-decoration:	underline;
}

/*--------------------------------------------------------------------
■sidebar内の配置設定
---------------------------------------------------------------------*/
/* sidebar の 1項目 */
div.hatena-module {
	margin:			0 0 1.3em 0;
	padding:		0;
	font-size:		95%;
	line-height:		120%;
/*	border:			2px solid #39ade9;	*/
	_margin-bottom:		0.8em;
}
div.hatena-moduletitle {
	margin:			0 0 0 0;
	padding:		2px 0 2px 0;
	text-align:		center;
	background-color:	#336699;
	border-bottom:		1px solid #FFFFFF;
	color:				#FFFFFF;
	font-weight:		600;
}
div.hatena-modulebody {
	margin:			0.3em 0.5em 0.3em 0.5em;
}
div#side-calendar div.hatena-modulebody {
	_text-align:		center;
}
div#side-calendar div.hatena-modulebody table {
	font-size:		100%;
	margin:			0.3em auto;
}
div.sidebar p {
	margin-top:		0.5em;
	margin-bottom:		0.5em;
}

/*--------------------------------------------------------------------
■トラックバック
---------------------------------------------------------------------*/
div.tb ul li {
	list-style:	none;
}
div.tb div.excerpt {
	margin-left:	3em;
/*	margin:		0.5em 0em 0.5em 3em;	*/
}

/*--------------------------------------------------------------------
■リンク配色
---------------------------------------------------------------------*/
a:link		{ color: #BCFFFF; }
a:visited	{ color: #AAF; }
/*--------------------------------------------------------------------
■フォントサイズ基本設定
---------------------------------------------------------------------*/
.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.body h3 {
	font-size:		110%;
	font-weight:		bold;
	color:				#FFFFFF;
	background-color:	#003366;
	border-bottom:		1px solid #FFFFFF;
	_width:			100%;
}

div.body h3 span.timestamp {
	font-size:		100%;
	font-weight:		normal;
}
/* 小見出し */
div.body h4 {
	font-size:		100%;
	font-weight:		bold;
	border-bottom:		1px solid #FFFFFF;
}
div.body h4 a, div.body h4 a:link, div.body h4 a:visited {
	color:			#FFFFFF;
	font-weight:		inherit;
	text-decoration:	inherit;
}

div.body h5 {
	font-size:		100%;
	font-weight:		bold;
}
/* 小見出しへのリンク */
div.body h4 a, div.body h5 a {
	font-size:		inherit;
	color:			inherit;
	text-decoration:	inherit;
}
div.body h4 a span.sanchor {
	color:			blue;
	text-decoration:	underline;
}

div.body p {
	text-indent:		1em;
	margin:			0.7em 0.5em 0.7em 0;
}

blockquote, pre, div.box {
	margin:			0.5em 2em 0.5em 2em;
	padding:		0.3em 1em 0.3em 1em;
	border:			1px solid #FFFFFF;
}
div.body blockquote p {
	margin:			0.2em 0.5em 0.2em 0;
}
pre {
	font-family:		monospace;
	display:		block;
	background-color:	#BBDDFF;
	color:			#003366;
}
/* pre 中コメント */
pre span.comment	{ color: #DDEEFF; }
pre strong.comment	{ color: #FF6633; 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;
	margin:			0.5em 1em 0.5em 1em;
	border-collapse:	separate;
	border-spacing:		2px;
	empty-cells:		show;
}
div.body table tr {
	margin:			0px;
	padding:		0px;
}
div.body table td {
	margin:			0px;
	padding:		2px;
	border-bottom:		1px solid #003366;
}
div.body table th {
	font-weight:		bold;
	margin:			0px;
	padding:		2px;
	border-bottom:		1px solid #FFFFFF;
	background-color:	#003366;
}
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:		90%;
}
/* pre環境 */
div.section pre span.footnote a {
	color: #FF6633;
	}
/* 脚注全体 */
div.footnote {
	font-size:		85%;
	margin:			1.5em 0 0 1em;
	padding:		0.1em 1em 0.1em 0.5em;
	background-color:	#EAEAEA;
	color:			#003366;
}
div.footnote a, div.footnote a:link, div.footnote a:visited {
	color:			#336699;
	}
/* 脚注１つ */
div.footnote p.footnote {
	padding:		0;
	line-height:		125%;
	margin:			0.2em 0 0.2em 0;
}

/*--------------------------------------------------------------------
●インデント選択 p タグ
---------------------------------------------------------------------*/
p.ni, div.day div.body p.ni {
	text-indent:	0em;
}
p.i, div.day div.body p.i {
	text-indent:	1em;
}
/*--------------------------------------------------------------------
●sidebar：カレンダー
---------------------------------------------------------------------*/
table.calendar {
	width:			100%;
	max-width:		100%
	margin-left:		auto;
	margin-right:		auto;
	font-size:		95%;
	line-height:		100%;
}
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: #C66;
	color:			  #FFFFFF;
}
table.calendar td.w0 a, table.calendar th.w0 a,
table.calendar td.holiday a { color: #FFFFFF;}
/* 土曜日 */
table.calendar td.w6, table.calendar th.w6 {
/*	background-color: #ccf;*/
	background-color:	#336699;
	color:			 	#FFFFFF;
}
table.calendar td.w6 a, table.calendar th.w6 a
{ color: #FFFFFF;}

/* 今日 */
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 #BCFFFF;
}

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

div.section strong{
	color:			#FF6633;
	}

/* サブカテゴリ */
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;
}

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

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/* ここより下は管理メニュー内でのみ使用するクラス                           */
/*		システムメニューに対応しないテーマでは定義不要              */
/****************************************************************************/
/*--------------------------------------------------------------------
●フォーム／日記の編集画面
---------------------------------------------------------------------*/
form input {
	margin:			0 2px 0 2px;
}

div.diary-edit form textarea {
	width:			100%;
	margin:			0em 1em 0em 2em;
}
div.diary-edit form textarea, div.diary-edit form input,
div.diary-edit form select
{
	background-color:	#EEEEFF;
	color:			#003366;
}

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 {
	color:			#003366;
	background-color:	#EAEAEA;
}
div.delete-body a, div.delete-body a:link, div.delete-body a:visited
{	color:			#FF6633;	}
div.delete-body input submit {
	background-color	#EAEAEA;
	color:			#003366;
}
	
div.delete-body input checkbox
{	background-color:	#336699;	}


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

/*--------------------------------------------------------------------
 編集画面
---------------------------------------------------------------------*/
div.diary-edit div.body, div.edit div.body {
	background-color: #336699;
}
div.edit div.body div.margin {
	margin-left: 2em;
}
div.diary-edit div.body input.filed {
	padding: 0px;
}
div.diary-edit div.body textarea {
	margin-left: 0px;
	margin-bottom:	0.3em;
	margin-top:	0.3em;
	padding: 0px 4px 0px 0px;
}
form input.int, form select.int, input.int, select.int {
	text-align:		right;
}

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

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

