BODY {
    	font-family: "‚l‚r ƒSƒVƒbƒN",monospace;
    	font-size: midium;
    	background: #FADBDB;
	margin: 1em 1em;
	color: #682B2B;
    }

A:link{
	color: #910000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-width: 1px;
	}

A:visited{
	color: #757575;
	border-bottom-style: dashed;
	border-width: 1px;
	text-decoration: none;
	}

A:active{
	background: #FBF2F2;
	border-bottom-style: dashed;
	border-width: 1px;
	text-decoration: none;
	}

A:hover{
	background: #FBF2F2;
	border-bottom-style: dashed;
	border-width: 1px;
	text-decoration: none;
	}

H1{
	font-size: x-large;
	background-color: #682B2B;
	color: #FFFFFF;
	text-align: center;
	}
H1.title{
	background-color: transparent;
	}

H2.index{
	border-color: #F28B8B;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: solid; 
	border-right-style: none;
	border-width: 0px 0px 2px 8px;
	padding: 5px;
	}
	
H2.diary{
	font-size: midium;
	text-align: right;
	}

H2.nanika{
	font-size: large;
	color: #336600;
	}

H3{
	font-size: midium;
	font-weight: bold;

	}
H3.index{
	font-weight: bold;
	font-size: large;
	color: #006633;
	}

H3.list{
	font-weight: bold;
	font-size: midium;
	color: #006633;
	}
	
H4{
	font-size: midium;
	font-weight: normal;
	}
H4.diary{
	font-size: small;
	font-weight: normal;
	text-align: right;
	}

P{
	text-indent: 1em;
	line-height:1.3em;
	}

UL{
	line-height:1.3em;
	}

TABLE{
		border-color: #F28B8B;
	}

TABLE.main{
	border-style: none;
	border-collapse: collapse;
	}	
TD.green{
	background: #transparent;
	}

TD.blue{
	background: #FFF7F7;
	}

TR.green{
	background: #transparent;
	}

TR.blue{
	background: #FFF7F7;
	}

ADDRESS{
	text-align: right;
	font-size: x-small;
	}

HR{
	color: #682B2B;
	}

BLOCKQUOTE{
	font-size: midium;
	border-style: solid;
	border-width: 1px;
	border-color: #FBBABA;
	background: #FFF7F7;
	white-space: pre;
	line-height:1.5em;
	}

DIV.center{
	text-align: center;
	}

DIV.right{
	text-align: right;
	}
div.lastupdate{
	font-size: small;
	font-weight: normal;
	text-align: right;
}
	
strong.red{
	color: #FF0000;
	font-weight: bold;
	}