/* ---------------------------------------- */
/* --- Base Styles ------------------------ */
/* ---------------------------------------- */
*
{
  font-size: 100%;
  margin: 0px;
}
body
{
  color: #333333;
  font-size: 80%;
}
strong{
	font-weight:normal;
	}
img
{
  border: 0px;
}
.msg
{
  color: royalblue;
}
.err
{
  color: crimson;
}
.notice
{
  color: orangered;
}
.require
{
  color: crimson;
}
.textEN
{
  ime-mode: disabled;
}
.center
{
  text-align: center;
}
.right
{
  text-align: right;
}
.left
{
  text-align: left;
}
.hidden
{
  display: none;
}
a:link
{
  color: #0030c0;
  text-decoration: none;
}
a:visited
{
  color: #0030c0;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
  color: #cc0000;
}
a:active
{
  text-decoration: none;
  color: #cc0000;
}
.clear
{
  clear: both;
}
