* {
  font-family:    Calibri,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
}

html
{
  overflow-y	: scroll;
}

body
{
  margin		: 0px 0px 0px 0px;
  padding		: 0px 0px 0px 0px;
}

#main
{
  position		: relative;
  text-align	: left;
  overflow		: hidden;
}

.clickable
{
  cursor		: pointer;
}

a
{
  text-decoration	: underline;
}

a img
{
  border-style	: none;
}

a.no_underline
{
  text-decoration	: none;
}

a.no_underline:link
{
  color	: #000000;
}

a.no_underline:active
{
  color	: #000000;
}

a.no_underline:visited
{
  color	: #000000;
}

a.no_underline:hover
{
  color	: #000000;
}

a.word_link
{
  cursor			: pointer;
  text-decoration	: none;
}

a.word_link:link
{
  color	: #000000;
}

a.word_link:active
{
  color	: #000000;
}

a.word_link:visited
{
  color	: #000000;
}

a.word_link:hover
{
  color	: #000000;
  background-color: #86c8de;
}
