body { 
  font-family:Arial,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,sans-serif;
  font-size:100%;
}

font {
  font-size:100%;
  background-color: #ffffff;
}

div {
  font-size:100%;
  background-color: #ffffff;
}

td {
  font-size:100%;
  background-color: #ffffff;
}

/* 標準のリンク */
A:link {
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
  font-size:100%;
}

/* 訪問済みリンク */
A:visited { 
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
  font-size:100%;
}

/* マウスカーソルが上に来た時のリンク */
A:hover {
  color: #ff0000; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
  font-size:100%;
}

/* 現在開いているリンク */
A:active { 
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  background-color: #ffffff;
  font-size:100%;
}

.inline_form {
display: inline;
position: relative;
top: 0px; 
left: 20px;
margin-bottom:0;
}

.extended {
  background-color: #ff0000;
  font-size:100%;
}

#header {
  text-align:center;
}

p.subtitle {
  font-size: x-small;
  text-align:center;
}
#footer {
  text-align:center;
    font-size: small;

}

#login_nav{
  font-size: x-small;
  text-align:center;
   margin-bottom: 10px;
}

ul.footer_list {
  list-style: none;
  text-align:center;
  margin-left: auto;
}

ul.footer_list li {
  display : inline ;
  margin: 5px;
}


#login_box {
  font-size: x-small; 
  display:inline;
}


div.input_box {
   margin-bottom: 10px;
}
