/* ダイジェスト、月別ファイル共用スタイルシート */

/* 文字色と背景 */
body {
	color: #CCCCCC;
	background-color: #000000;
	background-repeat: repeat-y
	font-size: small
}
/* 本文の文字色 （NN4での不具合対策）*/
div.day, p, dl, th, td, ul, div.version, address {
	color: #CCCCCC;
}

/* タイトル */
h1 {
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	color: #0066CC;
	text-align: right;
}

/* タイトル */
h2 {
	font-weight: bold;
	text-align: center; 
}

/* タイトル その２ */
h3 {
	color: #0066CC;
	text-align: right;
	margin-right: 3%; 
	font-size: 10px;
}

/* 日付 */
h4 {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	color: #66CCCC;
	background-color: #000000;
	padding: 0em 1em 0em 1em;
	border-style: outset;
	border-color: #999999;
	border-width: 1px;
	white-space:  pre;
	line-height: 150%;
}

/* 見出し */
h5 {
	font-size: 110%;
	line-height: 150%;
	font-weight: bold;
	font-style: normal;
	color: #EEEEEE;
	background-color: #111111;
	border-style: outset;
	border-color: #999999;
	border-width: 1px;
}

/* 段落 */

p {
    margin-left:  1%;
	line-height: 150%;
}


/* スケジュール */
h5.index {
	color: #ffffcc;
	margin-right: 3%; 
	margin-left: 15%; 
	border-width: 0px 0px 0px 0px;
}
ul.monthindex {
	text-align: left;
	margin-right: 3%; 
	margin-left: 3%; 
}
ul.info {
	margin-right: 3%; 
	margin-left: 3%; 
}
ul.schedule {
	margin-left: 20%;
}

/* infomation */
div.info {
	font-size: 80%;
	margin-right: 3%; 
	margin-left: 20%; 
	text-align: right;
}

/* 日記本文 */
div.day {
	line-height: 140%;
	margin-right: 0%; 
	margin-left: 2%; 
	font-style: normal;
/*	margin-top: auto;	*/
	margin-bottom: auto;
}

/*
div.day p{
	text-indent: -0.7em;
}
*/

/* 脚注 */
div.footnote {
  font-size: 80%;
}

div.footnote hr {
  text-align: left;
  width: 60%;
}

/* コード表示 */
div.code {
	font-style: normal;
	color: #660000;
	border: solid thin;
	border-color: #a79a60;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0em 1em 0em 1em;
	background: #e7daa0;
}

/* version */
div.version {
	text-align: left;
	margin-right: 3%; 
}

.right {
	text-align: right;
	margin-right: 3%; 
}

/* 定義リスト */
dt {
	color: #ffffcc;
}


/* 引用 */
blockquote {
	color: #88eeff;
}

/* カレンダー */
div.calendar {
	text-align: right;
	margin-right: 3%; 
}
table.calendar td {
	color: #555555;
}


/* リンク */
a {
	text-decoration: none;
}
a:link{
	color: #66CCCC;
}
a:hover {
	text-decoration: none;
	background-color: #005347;
}
a:visited {
	color: #66CCCC;
}



/* アドレス */
address a {
	font-family: "Times Roman", "Times New Roman", Times;
	font-weight: bold;
}

