* {
  font-family: Tahoma, verdana, 'trebuchet ms', sans-serif;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size : 78%;
}

form {
  margin: 0;
  padding: 0;
}

a:link {
  color : #007BC3; /* 露草色 */
  background-color : transparent;
  text-decoration: underline;
}

a:visited {
  color : #007BC3; /* 露草色 */
  background-color : transparent;
  text-decoration: underline;
}

a:hover {
  color : #007BC3; /* 露草色 */
  background-color : transparent;
  text-decoration : none;
}

a:active {
  color : #007BC3; /* 露草色 */
  background-color : transparent;
  text-decoration : none;
}

img {
  border : 0;
  vertical-align : middle;
}

.clear {
  clear : both;
}

.notice {
  color : red;
  background-color : #FFF;
}

h1 {
  font-size : large;
  font-size : 140%;
}

h2 {
  font-size : medium;
  font-size : 120%;
}

h3 {
  margin : 0px;
  padding : 2px;
  font-size : small;
  font-size : 100%;
}

p {
  margin : 1px 0px;
  padding : 1px 0px;
  line-height : 140%;
  font-size : 100%;
}

table {
  font-size : 100%;
  border-collapse : collapse;
}

td {
  padding : 5px;
  vertical-align : top;
}

ul {
  font-size : 100%;
}

li {
  font-size : 100%;
}

ol ol {
  list-style-type : lower-latin;
}