@charset	"EUC-JP";
/*****************************************************************************
    テーマ「うみ」Rev1.00RC2
				2006/08/29 (C)かえで
*****************************************************************************/
@import url("../base.css");

/* バージョン情報 */
div.footer:after {
	content:			"Umi Theme Rev1.00RC2 Designed by Kaede.";
}

body {
	background-color:	#F2F4FF;
	width:				800px;
/*	width:				780px;*/
	margin:				0 auto 0 auto;
	line-height:		130%;
	
	FONT-FAMILY: 'tahoma', Osaka;

	word-break:			break-all;
	/* for IE */
	_text-align:		center;
	_word-break:		break-all;
	_word-wrap:			break-word;
	_font-size:			11pt;
	_overflow-x:		auto;
}


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

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

a:hover {
	color:					#336;
}

/*◆フォントサイズ基本設定
---------------------------------------------------------------------*/
.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-style: bold; }
.u,		.underline	{ font-style: underline; }

/*--------------------------------------------------------------------
■ヘッダメニュー
---------------------------------------------------------------------*/
div.adminmenu {
	background-color:	#EEEEFF;
	color:				#1f2563;
	/*margin-top:			-1em;*/
	/*margin-top:			64px;*/
	text-align:			left;
	vertical-align:			top;
	font-size:			90%;
	font-weight:		bold;
	line-height:		100%;
	
	padding:			4px 0 86px 30px;
	border-bottom:		7px solid #d8ddff;
	/*margin-bottom:		;*/
	/*_padding-top:		-4.8em;*/
	_width:				800px;
	/*_width:				780px;*/
}

/* 管理メニューなどのリンク色 */
div.adminmenu a, div.adminmenu a:link, div.adminmenu a:visited {
	color:				#1f2563;
	text-decoration:	none;
}

div.adminmenu a:hover {
	color:				#69f;
}


span.welcome {
	padding-right:			12px;
	border-right:			2px solid #1f2563;
}

span.welcome:after{
	margin-left:			6px;
	content:				"わたしたちはあなたを、\"大歓迎\"します…っ。";
}

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

span.welcome-name a, span.welcome-name a:link, span.welcome-name a:visited {
	color:					#a4091b;
}

span.adminmenu {
	padding:				0 12px 0 6px;
	border-right:			2px solid #1f2563;
}


/*--------------------------------------------------------------------
■ 見出し (日記帳タイトル)
---------------------------------------------------------------------*/
h1 {
	background-color:		#6498FE;
	background-image:		url("umi_title.png");
	background-repeat:		no-repeat;
	color:					#2d3ba4;
/*	min-height:				36px;*/
	height:				128px;
	font-size:				120%;
	line-height:			130%;
	margin-top:				-4.9em;
	padding:				14px 0 0 30px;
	border-bottom:			7px solid #d8ddff;
	
	/* for IE */
	_text-align:			left;
	_padding-top:			10px;
/*	_height:				50px;*/
	_margin-top:			-4.7em;
	_width:					800px;
	/*_width:					780px;*/
}

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

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

/*
h1:after {
	content:				"─";
}
*/
/*--------------------------------------------------------------------
■ 全体配置 (サイドバー + 記事部)
---------------------------------------------------------------------*/
div.hatena-body {
	background-color:		white;
	border-top:				6px double #d8ddff;
	position:				relative;
	margin-top:				2.2em;
	padding:				0;
	min-height:				1200px;
	_margin-top:			2.35em;
	_width:					800px;
/*	_width:					780px;*/
	_height:				1200px;
}


/*--------------------------------------------------------------------
■ 記事部
---------------------------------------------------------------------*/
/* 日記部全体 */
div.main {
/*	margin-left:			175px;*/
	margin-left:			230px;

}

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


/* 記事タイトル */
div.day h2 {
	color:					white;
	margin:					0;
	font-size:				100%;
	text-align:				left;
	background-image:		url("h2.png");
	background-position:	right top;
	background-repeat:		repeat-y;
	background-color:		#214dad;
	border:					6px solid white;
	border-bottom:			none;
	padding:				8px 0 8px 0.8em;
	_padding:				6px 0 6px 0.8em;
	/* for IE-bugs */
	/*_width:					586px;*/
	_height:				1.2em;
}

h2 a, h2 a:link, h2 a:visited{
	color:					white;
}

h2 a:hover{
	color:					#c6ffff;
}

/* 記事本文 */
div.day div.body {
	padding-bottom:			0.6em;
	font-size:				90%;
	line-height:			140%;
	border-left:			6px solid white;
	border-right:			6px solid white;
	_width:					100%;
}

/* 記事ヘッダ (【記事カテゴリ】by ○○) */
div.body div.body-header {
	color:					#4a5ab5;
	text-align:				right;
	line-height:			100%;
	background-image:		url("day_header.png");
	background-position:	bottom;
	background-repeat:		repeat-x;
	font-size:				90%;
	padding:				0.2em 0.5em 0.2em 0.2em;
	height:					2.3em;
	margin-bottom:			0.5em;
	_height:				2.7em;
	_padding:				0.3em 0.5em 0.3em 0.5em;
}

/* 記事中のセクション */
div.section {
	text-align:			left;
	padding:			0 0.8em;
}

div.section p {
	text-align:			left;
	padding-left:		1em;
	_margin:			1.5em 0;
}

/*-----------------------------------------------*/
/* ◆以下、記事のデザイン配置（コメント、TB）*/
/*-----------------------------------------------*/
/* コメント、TB部余白 */
div.day-additional {
	text-align:			left;
	background-color:	white;
	border:				6px solid white;
	border-top:			none;
}

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

div.caption {
	background-color:		white;
	background-image:		url("caption.png");
	background-repeat:		no-repeat;
	height:					23px;
	font-size:				95%;
	font-weight:			bold;
	padding-top:			9px;
	padding-left:			32px;
	border-bottom:			6px double #d8ddff;
	_height:				32px;
}

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

div.caption a:hover{
	color:					#336;
}

/* コメント概要表示 */
div.commentshort {
	font-size:				90%;
	padding:				0.2em 0.2em;
	line-height:			120%;
	min-height:				1em;
	border-top:				4px solid #d8ddff;
	_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%;
}

div.tb ul {
	border-top:				4px solid #d8ddff;
	font-size:				90%;
	line-height:			120%;
	padding-top:			0.3em;
	padding-bottom:			0.5em;
	list-style:				none;
	margin:					0em 0 0.2em 0em;
	min-height:				0.8em;
/*	_padding:				0.3em 0 0.5em 0;*/
	_padding-left:			2.5em;
	_height:				1em;
}

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


/****************************************************************************/
/****************************************************************************/
/*--------------------------------------------------------------------
●記事：基本設定
---------------------------------------------------------------------*/
/* 見出し */
div.body h3 {
	background-image:		url("h3.png");
	background-position:	top;
	background-repeat:		repeat-x;
	margin:					0.8em 0 0.5em 0;
	padding:				0.1em 0 0em 0.5em;
	font-size:				120%;
	font-weight:			bold;
	color:					#3951AD;
	line-height:			120%;
	border-bottom:			1px solid #3951ad;
}

span.sanchor {
	margin-right:		0.2em;
	color:				#3951AD;
}

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

/* 小見出し */
div.body h4 {
	margin:				0.8em 0 0.2em 0;
	padding-left:		0.25em;
	font-size:			115%;
	font-weight:		bold;
	border-bottom:		2px solid #1e2662;
}

/* 小見出し文字色 */
div.body h4 a, div.body h4 a:link, div.body h4 a:visited {
	color:				#1e2662;
}

/* 小々見出し */
div.body h5 {
	margin:				0.8em 0 0.2em 0.5em;
	color:				#1e2662;
	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:					2px solid #8899cb;
	/* for IE */
	_overflow:				auto;
	_width:					95%;
	_max-width:				95%;
	_text-align:			left;
}

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

pre {
	font-family:			monospace;
	display:				block;
	color:					#1e2662;
	background-color:		#E2EBFD;
	border:					2px solid #8899cb;
	/* for IE */
	_overflow:				auto;
	/*_overflow-x:			scroll;*/
	_width:					95%;
	_max-width:				95%;
	_text-align:			left;
}

/* pre 中コメント */
pre span.comment	{ color: #a4091b; }
pre strong.comment	{ color: #a4091b; 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:			90%;
	margin:				0.5em 1em 0.5em 1em;
	border-collapse:	separate;
	border-spacing:		0px 2px;
	empty-cells:		show;
}

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

div.body table tr.odd {
	background-color:	white;
}

div.body table tr.even {
	background-color:	#d8ddff;
}

div.body table td {
	margin:				0px;
	padding:			2px;
	border-bottom:		1px solid #21418c;
}

div.body table th {
/*	font-weight:		bold;*/
	color:				#fff;
	margin:				0px;
	padding:			2px;
	border-bottom:		1px solid #21418c;
	background-color:	#6599ff;
}
div.body table th a:link {
	color:				#1f2563;
}
div.body table th a:hover {
	color:				white;
}


div.body table tr.odd th {
/*	font-weight:		bold;*/
	color:				#fff;
	margin:				0px;
	padding:			2px;
	border-bottom:		1px solid #21418c;
	background-color:	#6599ff;
}

div.body table tr.even th {
/*	font-weight:		bold;*/
	color:				#fff;
	margin:				0px;
	padding:			2px;
	border-bottom:		1px solid #21418c;
	background-color:	#214dad;
}

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;
}


/* テーブル背景色をストライプにしない場合 */
div.body table.no-stripe tr.odd td,
div.body table.no-stripe tr.even td {
	background-color:	white;
}

div.body table.no-stripe tr.odd th,
div.body table.no-stripe tr.even th {
	color:				#fff;
	margin:				0px;
	padding:			2px;
	border-bottom:		1px solid #21418c;
	background-color:	#6599ff;
}

/* テーブルを囲う場合(curbクラス指定) */
div.body table.curb {
	border:				1px solid #21418c;
	padding:			2px 4px;
}


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

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


/* 脚注１つ */
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:					160px;*/
	width:					215px;
	margin:					1em 10px;
	position:				absolute;
	text-align:				left;
	top:					0px;
	left:					0px;
}

/*●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:			0 0 0.2em 1em;
	padding:		0px;
}

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

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

/* サイドバー項目のタイトル */
div.hatena-moduletitle {
	background-image:		url("sidemenu.png");
	background-position:	left bottom;
	background-repeat:		no-repeat;
	background-color:		white;
	color:					#202662;
	font-weight:			bold;
	margin:					0 0 0 0;
	padding:				6px 5px 2px 24px;
	text-align:				left;
	height:					15px;
	_height:				23px;
	border-bottom:			2px solid #d8ddff;
}

/* sidebar項目本体 */
div.hatena-modulebody {
	color:					#000;
	padding:				5px;
	border-top:				6px double #d8ddff;
}

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.w6, table.calendar th.w6 {
	background-color:	#69f;
	color:			 	#fff;
}
table.calendar td.w6 a, table.calendar th.w6 a
{ color: #fff;}

/* 日曜日 */
table.calendar td.w0, table.calendar th.w0, 
table.calendar td.holiday {
	background-color: #f63;
	color:			  #fff;
}
table.calendar td.w0 a, table.calendar th.w0 a,
table.calendar td.holiday 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;
}

/*--------------------------------------------------------------------
■ ページ送り
---------------------------------------------------------------------*/
div.page-head, div.page-foot {
	text-align:			left;
}
/*--------------------------------------------------------------------
■ フッタ
---------------------------------------------------------------------*/
/* フッタ部水平線 */
hr.footer {
	display:				none;
}

/* フッタ部 */
div.footer {
	color:				#202662;
	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;
}
/* 表示無効、非公開 の表示 */
strong.void, strong.hidden-com {
	font-size: 100%;
	font-weight: bold;
	color: inherit;
}

/*--------------------------------------------------------------------
●フォーム／日記の編集画面
---------------------------------------------------------------------*/
div.edit div.body {
	background-color:	#d8ddff;
	padding:			0.5em 0.5em;
	border-bottom:		6px solid white;
	_text-align:			left;
}

div.edit div.body a, div.edit div.body a:link, div.edit div.body a:visited {
	color:				#214dad;
}


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

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%;
}
