@charset "utf-8";

* {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

body {
  _text-align: center;
  background: url(./image/main_bg.jpg) repeat-y center;
}

body * {
  _text-align: left;
  margin: 0 auto;
  width: 910px;
  max-width: 100%;
  clear: both;
}

body * * {
  margin: 0;
  width: auto;
  max-width: auto;
  clear: none;
}

div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6 {
  margin-left: 1em;
  margin-right: 1em;
}

div.section p,
div.section dl,
div.section table {
  margin-left: 2em;
  margin-right: 2em;
}

h1 {
  color: #9cf;
  text-indent: 50px;
  line-height: 105px;
  font-size: 60px;
  font-weight: bold;
  border-top: thick solid #9cf;
  background-color: white;
  width: 100%;
  height: 150px;
}

h1::after {
  font-size: 110px;
  margin-top: -110px;
  overflow: hidden;
  height: 110px;
  display: block;
  content: url(./image/logo.jpg);
}

h2 {
  color: #9cf;
  font-size: 1.5em;
  margin-top: .5em;
  margin-bottom: .3em;
}

h3 {
  color: #9cf;
  font-size: 1.2em;
  border-bottom: thin dashed #9cf;
  margin-top: .5em;
  margin-bottom: .3em;
  padding-left: .5em;
}

p {
  color: #5c5c5c;
  text-align: justify;
  text-indent: 1em;
  line-height: 150%;
}

dl {
  margin-top: .2em;
  margin-bottom: .2em;
}

table {
  margin-top: .2em;
  margin-bottom: .2em;
  border: thin solid #ccf;
  border-collapse: collapse;
}

table th, table td {
  padding: .5em 1em;
}

table th {
  font-weight: bold;
  border-bottom: thin solid #ccf;
  border-right: thin solid #ccf;
  background-color: #a0c0f0;
}

table td {
  border-bottom: thin solid #99f;
  border-right: thin solid #99f;
  background-color: #acf;
}

table td ul {
  list-style: none;
}

address {
  color: white;
  text-align: center;
  line-height: 45px;
  margin: 1em auto 0;
  background: url(./image/footer_bg.jpg) no-repeat;
  width: 910px;
  height: 45px;
}

address a,
address a:link,
address a:visited,
address a:active,
address a:hover {
  color: inherit;
  text-decoration: none;
}

a {
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}

abbr {
  border-style: none;
}

em {
  color: #f90;
  font-weight: bold;
}

div#contents {
  text-align: center;
  margin: -45px 0 1em;
  padding: 0;
  background: #5c5c5c url(./image/nav_default.jpg) repeat-x;
  width: auto;
  max-width: auto;
  heigth: 45px;
}

div#contents * {
  text-align: left;
  height: 45px;
}

div#contents h2 {
  display: none;
}

div#contents ul {
  margin: 0 auto;
  _margin-left: 0;
  width: 910px;
  max-width: 100%;
}

div#contents ul li {
  margin: 0;
  list-style: none;
  width: auto;
  _width: 151.666px;
  float: left;
  display: block;
  text-align: center;
}

div#contents ul li a {
  color: white;
  text-decoration: none;
  line-height: 45px;
  font-weight: bold;
  padding: 0 1em;
  width: 100%;
}

div#contents ul li a:hover {
  background: #9cf url(./image/nav_hover.jpg)
}

div#update-information dl {
  color: #5c5c5c;
}

div#update-information dl dt {
  margin-right: 1ex;
  float: left;
  clear: both;
}

/*
 * add by taji
 */
div#content_area dl dt {
	border-left:solid 5px navy;
	border-bottom:dotted 1px navy;
	width:-moz-fit-content;
	padding-left:2px;
	margin-top:10px;
	letter-spacing:1.5px;
}
div#content_area dl {
	margin-left:25px;
}
div#content_area dl dd {
	margin-top:4px;
	padding-left:20px;
	color:#5c5c5c;
}
div#content_area h3 {
	font-size:large;
	color:red;
	font-weight:600;
	width:-moz-fit-content;
	border-width:2px;
	border-color:red;
}
div#content_area h4 {
	font-weight:600;
	margin-top:10px;
	margin-left:25px;
}


/* add by cham */
a img {
border: none;
}

.image img{
margin:10px;
}

/* debug *//*
* { outline: thin dotted red }*/

