* {
  font-family: Tahoma, Helvetica, verdana, 'trebuchet ms', sans-serif, "ＭＳ ゴシック", Osaka;
}

html {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

a img {
  border: 0;
}

a:link,a:visited {
  color: #53A8B7;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #F1A82A;
  background-color: transparent;
  text-decoration: underline;
}

p {
  margin: 0px;
  padding: 2px;
}

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

h1, h2, h3, h4, h5, h6, ol, ul, pre, blockquote {
  margin: 10px 0px;
  font-weight: normal;
}

h1 { font-size: 140%; }
h2 { font-size: 100%;}
h3, h4 { font-size: 100%; }
h5, h6 { font-size: 100%; }
.bold { font-weight: bold; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.tright { text-align: right; }
.tleft { text-align: left; }
.tcenter { text-align: center; }





