* {
    margin:0;
    padding:0;
}

body {
    background-color: #f8f8ff;
    color: #16160e;
    letter-spacing:0.1em;
}
/*==========ヘッダー==========*/
.header{
		background-color : #00a1e9;
  	color : #f8f8ff;
  	text-align : right;
  	font-size : small;
}
.header A{
  	color: #ffff99;
    text-decoration:none;
}
.header A:HOVER{
    text-decoration:underline;
}

/*==========見出し==========*/
h1{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00a1e9;
}
h1, h2, h3, h4, h5, h6{
    color:#779ac7;
    font-family:serif;
    margin-bottom:0.5em;
}
/*==========ブロック==========*/
.contents, .annotation{
    margin:0.5em;
    padding:0.5em;
}
.contents p, .contents ul, .contents dl, dd{
 padding-left:20px;
 padding-bottom:10px;

 margin-bottom:5px;
}
.contents ol{
    padding-left:40px;
    padding-bottom:10px;
}
.contents ul{
	list-style-type : none;
}
/*リンク*/
.contents a, .footer a{
  color: #e36b52;
  text-decoration : none;
}
.contents A:HOVER, .footer a:HOVER{
  color: #e36b52;
  text-decoration : underline;
}
/*==========フッター==========*/
.footer{
    font-size:small;
    text-align: right;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #00a1e9;
}

TABLE{
	  margin-left : 20px;
    padding-bottom:10px;
}
img {
	border-style: none;
}
/* ===== annotation ===== */
.annotation {
	border-color:#779ac7;
	border-width:1px;
	border-style:solid;
	margin-left:20px;
	margin-right:20px;
}
