html {
  height: 100%;
}

body {
  height: 88%;
  margin: 0;
  color: #444444;
  margin: 10px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

p {
  text-indent: 1em;
  margin: 0px 5px 0px 25px;
}

.idx {
  border: 1px solid  #cccccc;
  background-color: #f0f0f0;
  font-family: ;
  display: block;
  border-top: 1px solid #aa2222;
  border-left: 15px solid #aa2222;
  padding: 5px;
  margin: 50px 10px 10px 10px;
  font-weight: bold;
}

li.program {
  margin: 0px 10px 20px 10px;
}

li.delete {
  text-decoration: line-through;
}


a.program:link {
  text-decoration:none
}
a.program:visited {
  text-decoration:none
}
a.program:hover {
  text-decoration:underline
}
a.program:active {
  text-decoration:none
}

img {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}