body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sens-serif;
  font-size: 12px;
  background: url(../imags/back_01.gif) repeat-x fixed;
  margin: 0px;
  padding: 0px;
  color: #4E4E4E;
  line-height: 1.4em;
}
* html body {
  font-size: 80%;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  margin: 0px;
}

img {
  border-style: none;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  margin: 0px;
  padding: 0px;
}

.txt_small {
  font-size: 80%;
}

.txt_large {
  font-size: 110%;
  margin-bottom: 5px;
}

.txt_orange {
  color: #FFCC00;
}

.txt_white {
  color: #FFFFFF;
}

.txt_red {
  color: #FF0000;
}

.txt_black {
  color: #4E4E4E;
}

a {
  text-decoration: none;
  color: #003399;
}
a:hover {
  color: #0099FF;
}

.clear {
  float: none;
}
