/* diarystyle.css  */
/* サンプル３a     */
/* T-FILE風        */
/* (http://www.fsinet.or.jp/~eisuke/tawagoto.htm */

/* body */
BODY,TH,TD {
	color: #000000;
	background-color: #b2e3dd;
	/* マージン */
	margin-left: 15%; 
	margin-right: 15%; 
	line-height:120%;    /* 行間 */
}

A:link  {
	color: #436197;
}
A:visited {
	color: #1e90ff;
}
A:active {
	color: #ff0000;
}
A{
	texe-decoration: none;
}

/* タイトル その２*/
H1 {
	font-weight: bold;
	font-size: larger;

	color: #000000;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
/*	margin-left: 2%;*/
	margin-right:2%;
	padding: 0.5em 1em;
	
	border-style: solid;
	border-color: #20302d;
	border-width: thin 0 0 0.7em;
}

/* タイトル */
H3 {
	font-size: medium;
	font-weight: normal;

	color: #000000;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4%;
	margin-right:4%;
	padding: 0.5em;

	border-style: solid;
	border-color: #20302d;
	border-width: thin 0 0 0.5em;
}

/* 日付 */
h4 {
	font-size: medium;
	font-style:normal;
}

/* 見出し */
h5 {
	/* 文字  */
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	/* 背景 */
/*	background: #000000; */
	border-style: solid;
	border-color: #303338;
	border-width: thin 0 0 0.5em;
/*	margin-right:0;	/* NN4.75用 背景BOXを右端まで表示*/
}

/* 日記本文 */
div.day {
 	/* 文字  */ 	
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	clear: both;
	/* 背景 */
/*
	background-color: #4169e1; /* 背景色*/
*/
	/* マージン */
	margin-left: 5%; 
/*	margin-right: 12%; */
	line-height: 150%;    /* 行間 */
	/* 枠線 */
/*
	padding: 0em 1em 0em 1em;
	border-style: solid;
	border-color: #ff0000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
*/
}

img {
	border-style: none;
}


p,dl,ul{
	margin-top: 12pt;
}

/* 引用 */
blockquote.quote {
 	/* 文字  */
	color: #000080;
	background-color: #f0f8ff;
	border-color: #00ff80;
	border-style: solid;
	border-width: 2px 0px;;
}

/* コード表示 */
div.code {
	font-style: normal;
	line-height:140%;    /* 行間 */
	/* 背景 */
	background-color: #f0f8ff;
	/* マージン */
	margin-top: 0em;
	margin-left: 3%;
	margin-right: 3%;
	/* 枠線 */
	padding: 0 0 1em 1em;
	border: solid;
	border-width: 2px 0px;
	border-color: #000080;
}

/* version */
div.version {
	text-align: right;
	margin-right: 3%; 
}

/* 脚注 */

div.footnote {
	font-size: 0.8em;
}