html, body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #424242;
  width: 100%;
  text-align: center;
  line-height: 120%;
}

* {
  zoom: 1;
}

:link, :active, :hover, :focus {
  color: #000080;
}

:visited {
  color: 800040;
}

A:link{text-decoration:underline}
A:visited{text-decoration:underline}
A:active{text-decoration:underline}
A:hover{text-decoration:underline}

img {
  border: none;
}

#title_img {
  width: 414px;
  height: 332px;
  padding-bottom: 15px;
}

#title_img_s {
  width: 420px;
  height: 67px;
  padding-bottom: 20px;
}

#main {
  margin: 0 auto;
  width: 600px;
  text-align: left;
}

hr {
  margin-top: 30px;
  margin-bottom: 20px;
}

.top_news {
  margin: 0 auto;
  width: 600px;
  text-align: left;
  border: solid 2px #4b0082;
  margin-bottom: 15px;
  padding: 15px;
}

.top_news h2 {
	font-size: 160%;
	font-weight: bold;
	line-height: 110%;
	color: #424242;
	text-decoration: underline;
}

.top_news h3 {
  color: #009999;
  font-size: 120%;
}

.top_news .notice {
  color: red;
}

#action {
  margin: 0 auto;
  width: 600px;
  text-align: left;
  margin-bottom: 15px;
  padding: 15px;
}

#days {
  margin: 0 auto;
  width: 570px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #eefefe;
}

.ash20 {  font-size: 20px; line-height: 30px; color: #000066; font-weight: bold}
.ash18 {  font-size: 18px; line-height: 30px; color: #000066; font-weight: bold}
.ash16 {  font-size: 16px; line-height: 30px; color: #000066; font-weight: bold}
.ash14 {  font-size: 14px; line-height: 21px; color: #222222}
.ash12 {  font-size: 12px; line-height: 19px; color: #222222}
.ash10  {  font-size: 11px; line-height: 15px; color: #222222}
.white14 {  font-size: 14px; line-height: 18px; color: #ffffff}
.table1 {  font-size: 14px; line-height: 20px; color: #000000}
