/***************************************************************************
  
 ***************************************************************************/

body {
	background: #A0C416 url("./pittan/title.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #0b0d46;
	margin: 0px;
}
hr { display: none; }

/* ======================================================================= */
a:link    { color: #0860a8; }
a:visited { color: #6008a8; }
a:active  { color: #f89800; }

/* ======================================================================= */
/* タイトルとカウンター */
/* ======================================================================= */
#title counter { font-size: small; }
#title h1 {
	font-size: medium;
	margin-top: 96px;
	float: left;
	display: none;
}
#sidelink {
	color: white;
	margin-top: 24px;
	margin-right: 1em;
	text-align: right;
	font-size: x-small;
	list-style-type: none;
}
#sidelink a:link    { color: #ff0; }
#sidelink a:visited { color: #aa0; }
#sidelink ul {
	margin: 0;
	margin-bottom: 0.2em;
}
#sidelink li {
	margin-left: 0.2em;
	display: inline;
}
#search {
	margin-top: 0.4em;
	margin-right: 1em;
	text-align: right;
}
#bloglines {
	margin-top: 0.4em;
	margin-right: 1em;
	margin-bottom: 64px;
	text-align: right;
}

/* ======================================================================= */
/* 最近のコメント */
/* ======================================================================= */
#recent_comment {
	background: white url("./pittan/yellow.gif");
	background-repeat: no-repeat;
	background-position: 16px;
	border: #408080 1pt solid;
	-moz-border-radius: 10px;

	font-size: xx-small;
	text-align: left;
	margin: 10px;
	margin-top: 32px;
	padding: 4pt 46pt;
	line-height: 1.4em;
}


/* ======================================================================= */
/* カレンダーとか */
/* ======================================================================= */
#calendar {
	text-align: left;
	padding:4pt 8pt;
}

#calendar.year {
	float: left;
	width: 2em;
}

#guidance {
	text-align: left;
	padding:4pt 8pt;
}
.antenna {
	background: white;
	-moz-border-radius: 10px;
	margin: 4px;
	padding: 5px;
	font-size: x-small;
	white-space: nowrap;
}

/* ======================================================================= */
/* 記事 */
/* ======================================================================= */

/*******************************
 一日分を囲む
 *******************************/
.daycolumn {
	background: white url("./pittan/yellow.gif");
	background-repeat: no-repeat;
	background-position: 10% 8px;
	border: 0pt;
	-moz-border-radius: 20px;
	margin: 10px;
	margin-top: 32px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0.5em;
}
/*******************************
 日付
 *******************************/
.daycolumn_date {
	text-align: center;
	background-color: #EA0;
	border-bottom: 2px solid #840;
	border-left: 2px solid #840;
	border-right: 2px solid #840;
	font-size: x-large;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 25%;
	margin-left: 25%;
	padding: 10px;
}
.daycolumn_date a { text-decoration:none; }
.daycolumn_date a:hover { color: yellow; }

/*******************************
 記事単体を囲む
 *******************************/
.daycolumn dl {
}

/*******************************
 見出し
 *******************************/
.daycolumn dl dt {
	margin: 0px;
	margin-left: 5%;
	margin-right: 40%;
	background-color: #FC0;
	border-top: 1px solid #FA0;
	border-left: 1px solid #FA0;
	border-bottom: 1px solid #FA0;
	padding:4pt 4pt 3pt 10pt;
	-moz-border-radius: 20px;
}
.daycolumn dl dt a { text-decoration:none; }

/*******************************
 見出し内、最終更新日時
 *******************************/
.daycolumn .lastmodified {
	font-size: x-small;
	color: #DA0;
}

/*******************************
 記事本文
 *******************************/
.daycolumn dl dd {
	background-color: #FFFFF8;
	padding: 6px;
	margin: 0px;
	margin-left: 10%;
	font-family: monospace;
	font-size: medium;
}

/*******************************
 検索に引っかかった文字を装飾
 *******************************/
.highlight {
	background-color: yellow;
}

/*******************************
 引用
 *******************************/
.quote {
	background-color: #ddd;
	border: 3px solid #ccc;
	margin: 0 2em 0 1em;
	padding:1em;
}

/* ======================================================================= */
/* コメント */
/* ======================================================================= */
.commentcolumn { /* コメント郡全体を囲む */
	background-color: white;
	border: #ddd 1pt solid;
	font-size: 0.9em;
	padding: 1em;
	margin: 1em;
}
.commentcolumn_c { /* コメント単体を囲む */
	border-bottom: #bbb 1pt dotted;
	padding: 1pt 6pt;
	margin: 0.125em;
}
.commentcolumn_name { /* 名前 */
	font-family: monospace;
	font-weight: bold;
	color: crimson;
}
.commentcolumn_content { /* コメント内容 */
	font-family: monospace;
	color: black;
}
.commentcolumn_date { /* コメント日時 */
	font-size: small;
	color: #80A0A0;
}

.commentcolumn a.commentl { /* でっかいコメント欄用リンク */
	text-decoration:none;
}

/* ===================================== */
/* フォーム */
/* ===================================== */
input {
	background-color: white;
	border: 1px solid #d80;
	color: black;
	font-size: 10pt;
}
textarea {
	background-image: url("./formbg.png");
	background-color: white;
	border: 1px solid #d80;
	color: black;
	font-size: 10pt;
}

/* ======================================================================= */
/* リファラ */
/* ======================================================================= */
.referer {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2em;
	font-size: x-small;
	color: #d62;
	overflow:hidden; 
	white-space:nowrap;
}
/* ======================================================================= */
/* 概略 */
/* ======================================================================= */
.summary {
	background: white url("./pittan/yellow.gif");
	background-repeat: no-repeat;
	background-position: 10% 8px;
	border: 0pt;
	-moz-border-radius: 20px;
	margin: 10px;
	margin-top: 32px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0.5em;
}
.summary a {
	text-decoration:none;
}

.summary_month {
	background-color: #EA0;
	border-bottom: 2px solid #840;
	border-left: 2px solid #840;
	border-right: 2px solid #840;
	font-size: x-large;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 25%;
	margin-left: 25%;
	padding: 10px;

	font-size: x-large;
}
.summary_date  {
	font-size: x-large;
	padding-bottom:1em;
}
.summary_p li {
	font-size: medium;
}

/**************************************************************
 アンテナとか
***************************************************************/

/**** ジャンルを閉じたり開いたりするリンク ****/
.opengenre {
	color: #000;
	font-weight: bold;
	padding: 4pt;
	margin: 4pt;
	background-color: #FC0;
	border-left: #DB0 12pt solid;
	border-bottom: #DB0 2pt solid;
}

/* ======================================================================= */
