@charset "utf-8";
/*
  Site Name: Keio University Coprespondence Courses
  Object page: All Pages
*/
/*
  Font-size Adjustment
  71% = 10px
  86% = 12px
  100% = 14px
  114% = 16px
  129% = 18px
*/
/* ------------------------------

 Default setting

------------------------------ */
body {
  margin: 0;
  padding: 0;
  font-size: 86%;
  /* IE */
}
html > body {
  font-size: 14px;
  /* Except IE */
}
h1,
h2,
h3,
h4,
h5,
div,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0px;
}
em {
  color: #c03;
  font-style: normal;
}
/* ------------------------------

 LinkElement setting

------------------------------ */
/* Normal links */
a:link,
a:visited {
  color: #339;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #69f;
  text-decoration: none;
}
a.arrow:link,
a.arrow:visited {
  color: #339;
  text-decoration: underline;
  padding-left: 15px;
  background: url(../images/arrow.gif) 0em 0.1em no-repeat;
}
a.arrow:hover,
a.arrow:active {
  color: #69f;
  text-decoration: none;
  padding-left: 15px;
  background: url(../images/arrow.gif) 0em 0.1em no-repeat;
}
/* arrow links */
.errmsg {
  font-weight: bold;
  color: red;
}
