/***************************************************************************
  
 ***************************************************************************/

body {
	background-color: #000;
	color: white;
}
hr { display: none; }

/* ======================================================================= */
a:link    { color: #eeffee; }
a:visited { color: #dddddd; }
a:active  { color: #ff0000; }

/* ======================================================================= */
/* タイトルとカウンター */
/* ======================================================================= */
#title {
	float: left;
}
#title h1 {
	font-size: x-large;
	margin: 0px;
}
#title .counter {
	text-align: right;
	font-size: small;
}
#sidelink {
	text-align: right;
	font-size: x-small;
	list-style-type: none;
}
#sidelink ul {
	margin: 0;
	margin-bottom: 0.2em;
}
#sidelink li {
	margin-left: 0.2em;
	display: inline;
}
#search {
	margin-top: 0.4em;
	text-align: right;
}
#bloglines {
	margin-top: 0.4em;
	text-align: right;
}

/* ======================================================================= */
/* 最近のコメント */
/* ======================================================================= */
#recent_comment {
	background: #033;
	margin-bottom: 1em;
	border: #408080 1pt solid;
	-moz-border-radius: 10px;

	font-size: x-small;
	text-align: left;
	padding: 4pt 8pt;
	line-height: 1.4em;
}


/* ======================================================================= */
/* カレンダーとか */
/* ======================================================================= */
#calendar {
	font-size: x-small;
	text-align: left;
	padding: 4pt 8pt;
	line-height: 1.4em;
}
#guidance {
	text-align: left;
	padding:4pt 8pt;
}
.antenna {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	white-space: nowrap;
}

/* ======================================================================= */
/* 記事 */
/* ======================================================================= */

/*******************************
 一日分を囲む
 *******************************/
/*	background-image: url("./bg.png");*/
.daycolumn {
	background: #084448;
	padding:4pt 4pt 8pt 8pt;
	margin-bottom: 2em;
	border: #408080 1pt dotted;
	-moz-border-radius: 10px;
}

/*******************************
 日付
 *******************************/
.daycolumn_date {
	font-size: x-large;
	font-weight: bold;
}
.daycolumn_date a { text-decoration:none; }

/*******************************
 記事単体を囲む
 *******************************/
.daycolumn dl {
}

/*******************************
 見出し
 *******************************/
.daycolumn dl dt {
	background: #003f3f;
	padding:4pt 4pt 3pt 3pt;
	border-left: #408080 12pt solid;
	border-bottom: #408080 1pt solid;
}
.daycolumn dl dt a { text-decoration:none; }

/*******************************
 見出し内、最終更新日時
 *******************************/
.daycolumn .lastmodified {
	font-size: x-small;
	color: #408080;
}

/*******************************
 記事本文
 *******************************/
.daycolumn dl dd {
	font-family: monospace;
	font-size: medium;
	margin-bottom: 3em;
}
.daycolumn dl dd a:hover { color: yellow; }

/*******************************
 検索に引っかかった文字を装飾
 *******************************/
.daycolumn .highlight {
	color: black;
	background-color: #FF8;
}

/*******************************
 引用
 *******************************/
.quote {
	background-color: #033;
	border: 3px solid #155;
	margin: 0 2em 0 1em;
	padding:1em;
}

/* ======================================================================= */
/* コメント */
/* ======================================================================= */
.commentcolumn { /* コメント郡全体を囲む */
	border-top: #80a0A0 1pt solid;
	margin: 24pt 10pt 0pt;
}
.commentcolumn_c { /* コメント単体を囲む */
	border-bottom: #80a0A0 1pt solid;
	padding: 1pt 0pt;
	margin: 2pt 0pt 2pt 0pt;
}
.commentcolumn_name { /* 名前 */
	color: yellow;
}
.commentcolumn_content { /* コメント内容 */
	font-family: monospace;
	font-size: small;
	color: #eeeeee;
}
.commentcolumn_date { /* コメント日時 */
	color: #8AA;
	font-size: small;
}
.commentcolumn a.commentl { /* でっかいコメント欄用リンク */
	text-decoration:none;
}

.comment_text input[type=text] {
	width: 70%;
}
.comment_text textarea {
	width: 70%;
}
.post_text textarea {
	background-image: url("./formbg.png");
}

/* ===================================== */
/* フォーム */
/* ===================================== */
input {
	background-color: #004040;
	border: 1px solid #408080;
	color: #FFF;
}
textarea {
	background-attachment: scroll;
	background-color: #004040;
	border: 1px solid #408080;
	color: #FFF;
}

/* ======================================================================= */
/* リファラ */
/* ======================================================================= */
.referer {
	background-color: #005050;
	margin: 10pt 10pt;
	color: #408080;
	font-size: x-small;
	overflow:hidden; 
	white-space:nowrap;
}

/* ======================================================================= */
/* 概略 */
/* ======================================================================= */
.summary {
	background-image: url("./bg.png");
	padding:4pt 4pt 8pt 8pt;
	margin-bottom: 2em;
	border: #408080 1pt dotted;
	-moz-border-radius: 10px;
}
.summary a {
	text-decoration:none;
}

.summary_month {
	font-size: large;
}
.summary_date  {
	font-size: x-large;
	padding-bottom:1em;
}
.summary_p {
	padding-bottom:0.3em;
}
.summary_p li {
	font-size: medium;
	padding-bottom:0em;
}

/**************************************************************
 アンテナとか
***************************************************************/
#rss {
  margin: 0px;
  padding: 0px;
}

#rss a:link		{ text-decoration: none; color: #38B; }
#rss a:visited	{ text-decoration: none;  color: #87A; }
#rss a:hover	{ text-decoration: underline; }
#rss a:active	{ text-decoration: none; }

/**** RSSヘッダ全体を囲む ****/
#rss-header {
  border-bottom: 1px dashed #38B;
  padding: 0px;
  margin-bottom: 0px;
}

/**** RSSヘッダ内、タイトル ****/
#rss-title {
  font-size: 1em;
  display:inline;
  word-break: break-all;
  overflow:hidden; 
}
/**** RSSヘッダ内、概要 ****/
#rss-desc {
  display: none;
}
/**** RSSヘッダ内、更新時刻 ****/
#rss-lastmodified {
  color: #400;
  font-size: 0.5em;
  display:none;
}

/**** RSSヘッダ内、閉じたり開いたりするリンク ****/
.opensubject {
  color: red;
  font-weight: bold;
}

/**** ジャンルを閉じたり開いたりするリンク ****/
.opengenre {
	color: #408080;
	font-weight: bold;
	padding: 4pt;
	margin: 4pt;
	border-left: #408080 12pt solid;
	border-bottom: #408080 2pt solid;
}

/* ===================================== */
/* それぞれの記事                        */
/* ===================================== */
.item-title {
  font-size: x-small;
  font-weight: bold;
  margin: 0px;
  display:inline;
}

.item-pubDate {
  color: #AAA;
  font-size: x-small;
  margin-left: 10px;
}

.item-ordinal {
  font-weight: lighter;
}

.item-desc {
  font-size: x-small;
  margin: 0.5em;
  padding: 0.3em;
  border: 1px solid #DDD;
}

/* ======================================================================= */
