@charset	"EUC-JP";
/*****************************************************************************
  Satsuki style - my
				2008/06/21 (C) tu-sa@tu-sa.net / based on Satsuki style
*****************************************************************************/
@import url("../satsuki/satsuki.css");
/*--------------------------------------------------------------------
■全体
---------------------------------------------------------------------*/
body {
	background-color:	#f8fcff;
	color: #555;
	line-height: 150% ! important;
}

div.page-title {
	padding: 0.5em;
	background-color: #f0f8ff;
	border-bottom:	solid 2px	#ffccdd;
}

div.page-title div.page-title-desc
{
	font-size: 92%;
	padding-left: 2em;
}

h1 {
	border:none ! important;
	margin-bottom: 5px;
}

div#side-information div.hatena-moduletitle {
	display: block ! important;
}


h1 a
{
	border-bottom: none ! important;
}

li { margin-bottom: 0.4em; }
.day2 li { margin-left: -1em; }

/* 左側にメニューを配置 */
div.sidebar
{
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			200px;
	margin:			0;
	padding:		0;
	min-width:		170px;

	font-size:		85%;
	line-height:	130%;
}

/* 日記部 */
div.main {
	margin-left:	200px;
	padding:		0px 8px 0px 8px;
/*	min-height:		320px;	*/
}

/*--------------------------------------------------------------------
■リンク配色
---------------------------------------------------------------------*/
a:link		{ color: #47c; text-decoration:none; border-bottom: dotted 1px #47c;}
a:visited	{ color: #84c; text-decoration:none; border-bottom: dotted 1px #84c;}

/*--------------------------------------------------------------------
■ヘッダメニュー
---------------------------------------------------------------------*/
div.adminmenu a, div.adminmenu a:link, div.adminmenu a:visited {
	color:			#c69;
}

/*--------------------------------------------------------------------
■記事のデザイン配置（本文）
---------------------------------------------------------------------*/

div.day h2,
div.day div.day2,
div.day div.body, 
div.day div.comment,
div.day div.comment div.caption,
div.day div.tb,
div.day div.tb div.caption
{
	border: none;
}

div.day div.day2
{
	border-right: dotted 2px #f9d;
}


div.day div.body,
div.day div.day-additional2
{
	background-color: white;
	margin-left : 10pt;
	border-left: dotted 1px #fae;
}

div.day div.day-additional2
{
	border-bottom: dotted 2px #f9d;
}

div.day div.comment,
div.day div.tb
{
	margin-left : 10pt;
}

div.commentbody div.commentator
{
	border-bottom: dotted 1px #99c;
}

/* 記事タイトル */
div.day h2,
div.day div.comment div.caption,
div.day div.tb div.caption
{
	background-color: #ffe8f8;
	border-left: solid 5px #f9d;
	border-bottom: dotted 2px #f9d;
	padding-left: 8pt;
}

/*--------------------------------------------------------------------
■sidebar内の配置設定
---------------------------------------------------------------------*/
div.sidebar div.hatena-module {
	background-color: #fffdf8;
	border-top:  dotted 1px #fce;
	border-left: dotted 1px #fce;
	border-bottom: solid 1px #fce;
	border-right: solid 1px #fce;
	overflow: auto;
}

div.hatena-moduletitle {
	background-color:	#fff8dd;
	border-color:		#fad;
}

div#side-infomation .hatena-moduletitle
{
	display: block ! important; 
}

div.sidebar div.hatena-module  ul{
	list-style-type:	none;
	margin:			0.3em 0em 0.3em 0.3em;
	padding:		0px;
}

/****************************************************************************/
/****************************************************************************/
/*--------------------------------------------------------------------
●記事：基本設定
---------------------------------------------------------------------*/
/* 見出し */
div.body h3 {
	margin-left: -8pt;
	background-color:	#e8ffe8;
	border-color:		#8ca;
}
div.body h4 {
	margin-left: -4pt;
	border-color:		#8ca;
}

div.body p {
	margin-left: 0pt;
	border-color:		#8ca;
}

div.body h4 a span.sanchor {
	color:			#afd;
}
blockquote, pre, div.box {
	border-color:		#8ca;
}
pre, div.footnote  {
	background-color:	#fff4fa;
}
/*--------------------------------------------------------------------
●記事：テーブル
---------------------------------------------------------------------*/
div.body table th {
	background-color:	#e8f8f8;
}

/*--------------------------------------------------------------------
●sidebar：カレンダー
---------------------------------------------------------------------*/
table.calendar td.day-selected a {
	border-color:		#f8c;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/* ここより下は管理メニュー内でのみ使用するクラス                           */
/*		システムメニューに対応しないテーマでは定義不要              */
/****************************************************************************/
/*--------------------------------------------------------------------
 編集画面
---------------------------------------------------------------------*/
div.diary-edit div.body, div.edit div.body {
	background-color:	#ffffff;
}
/* コメント・TBの編集 */
span.edit-checkbox {
	background-color:	#ffe0f4;
}

/*--------------------------------------------------------------------
■全体配置
---------------------------------------------------------------------*/
/* 全体配置用 */
div.hatena-body {
	position:		relative;
	top:			0;
	left:			0;
	margin:			1em 1em 1em 1em;
	width:			98%;
}
/* 日記部 */
div.main {
	margin-left:		17%;
	margin-right:		17%;
	padding:		0px 8px 0px 8px;
	_margin-right:		15%;
}
/* 左側にメニューを配置 */
div.sidebar
{
	position:		absolute;
	left:			inherit;
	top:			inherit;
	font-size:		85%;
	line-height:		130%;
	width:			inherit;
	_width:			100%;
}
div.side-a
{
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			16%;
	margin:			0;
	padding:		0;
}
div.side-b
{
	position:		absolute;
	left:			84%;
	top:			1em;
	width:			16%;
	margin:			0;
	padding:		0;
}


