/* ダイジェスト用スタイルシート */

/* 本文の文字色 （NN4での不具合対策）*/
div.day, p, dl, th, td, ul, div.version, address {
	color: black;
}

/* 文字色と背景 */
body {
	font-family:MS UI Gothic;
	color:#000000;
	line-height:1.2em;
	background-color:#e1ffd9;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

/* タイトル */
h1 {
	font-family: "MS UI Gothic", "Times New Roman", Times;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	line-height:2em;
	color: blue;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left: 1em;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}

.title {
	font-family:verdana;
	font-size:30;
	font-weight:bold;color:green;
	text-align:right;
	line-height:2em;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:60px;
}
.udate {
	font-family:verdana;
	font-size:11;
	font-weight:bold;color:green;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:30px;
}

.title_head {
	font-size:11pt;
	font-weight:bold;
	color:#000099;
	text-align:center;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:10px;
	border-top:0px none;
	border-bottom:2px solid green;
	border-left:0px none;
	border-right:0px none;
}

/* タイトル その２ */
h3 {
	color: #000000;
	text-align: right;
	margin-right: 3%; 
}

/* 日付 */
h4 {
	font-family: "verdana", "Times New Roman", Times;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	color: #3300cc;
	background-color: #55cc33;
	padding: 0em 5em 0em 1em;
	border-style: outset;
	border-color: #999999;
	border-width: 2px;
}

/* 日記本文 */
div.day {
	background-color: #ffffff;
}

/* 見出し */
h5 {
	font-family: "MS UI Gothic", "Times New Roman", Times;
	font-weight:bold;
	font-size:11pt;
	border-top:2 dotted #000099;
	border-right:8 dotted #000099;
	border-left:0 dotted #000099;
	border-bottom:2 dotted #000099;
	padding-top:4px;
	padding-right:0px;
	padding-left:10px;
	padding-bottom:4px;
	color:green;
	background-color:#e1ffd9;
}

/* スケジュール */
h5.index {
	color: #000000;
	margin-right: 3%; 
	margin-left: 15%; 
	border-width: 0px 0px 0px 0px;
}

ul.monthindex {
	text-align: right;
	margin-right: 3%; 
	margin-left: 10%; 
}


/* 引用 */
blockquote {
	color: #000;
	background-color: #cfd;
	border-style: solid;
	border-color: #3faf43;
	border-width: 2px 0px 2px 0px;
	padding: 4px;
	margin-left: 3em;
	margin-right: 3em;
}

body blockquote p {
	margin-left: 0em;
}

/* 強調 */
strong {
	color: mediumblue;
}

strong.laud {
	color: crimson;
}

strong.monthindex {
	color: black;
}

/* コード表示 */
div.code {
	font-style: normal;
	color: #003300;
	border: solid thin;
	border-color: #306868;
	padding: 0em 1em 1em 1em;
	background: #80aeae;
}

/* 定義リスト */
dt {
	color: #000000;
}

/* カレンダー */
div.calendar {
	text-align: right;
	margin-right: 3%; 
}

table.calendar td {
	color: #555555;
}


/* スケジュール */
ul.schedule {
	margin-left: 20%;
}

/* リンク */
a:link {
	color: #0066CC;
}

a:hover {
	color: #008800;
	background_color: #aeff48;
}

a:visited {
	color: #006699;
}
