@charset "shift_jis";

* {
  margin: 0;
  padding: 0;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

a:link { color: dodgerblue; }
a:visited { color: darkviolet; }
a:hover { color: red; }
a:active { color: yellow; }

body {
  font-size: 85%;
  text-align: center;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
  padding: 0;
  margin: 0;
  background: url(../img/bg/bg-body-q.gif) repeat-x 0 0;
}

#wrapper {
  text-align: left;
  width: 930px;
  margin: 0 auto;
  padding: 0 10px;
}

#header {
  width: 100%;
  height: 240px;
  margin-bottom: 2em;
  position: relative;
  background: url(image/bg-tisis.jpg) no-repeat 50% 0;
}

#contents {
  width: 630px;
  float: left;
  padding: 0 40px 0 10px;
}

#sidebar {
  width: 250px;
  float: right;
}

#right-sidebar {
  width: 180px;
  float: left;
}

#footer {
  padding: 2em 0 0.5em;
  background: url(image/bg-body.jpg) repeat-x 0 100%;
}

h1 {
  font-size: 100%;
  text-align: right;
  position: absolute;
  top: 8px;
  left: 13px;
  color: #0a4029;
}

.logo {
  font-size: 165%;
  position: absolute;
  top: 27px;
  left: 13px;
}

.logo a {
  font-weight: bold;
  color: #00df20;
  text-decoration: none;
}

.logo a:hover {
  color: #fdf310;
  text-decoration: none;
}

.englishtitle {
  font-size: 130%;
  font-family: Arial;
  line-height: 1.6em;
  position: absolute;
  bottom: 2px;
  left: 13px;
  color: #cdcec0;
}

h2 {
  font-size: 190%;
  font-weight: normal;
  height: 28px;
  padding: 2 5 2 7px;
  background-color: #f5f5fa;
  color: #006020}


h3 {
  font-size: 175%;
  font-weight: normal;
  height: 28px;
  padding: 2 5 2 7px;
  background-color: #efcaff;
  color: #009f00}

h4 {
  font-size: 175%;
  font-weight: normal;
  height: 55px;
  padding: 2 5 2 7px;
  background-color: #efcaff;
  color: #009f00}

h5,h6 {
  font-size: 160%;
  font-weight: normal;
  height: 28px;
  padding: 2 5 2 7px;
  background-color: #ffffff;
  color: #000000
}

#contents p {
  line-height: 1.5em;
  text-indent: 0em; 
  margin-bottom: 1em;
}

table, th, td {
  border-style: solid;
  border-color: #efffa8;
  border-width: 1px;
  text-align: left;
  font-size: 92%;
}

th {
  background-color: #ffffdd;
}

td {
  background-color: #ffffdd;
}

table.midashi, th.midashi, td.midashi {
  border-style: solid;
  border-color: #ffffde;
  border-width: 0px;
  border-collapse: collapse;
  padding: 0.4em;
  background-color: #ffffde;
  text-align: left;
  font-size: 95%;
}

.side-title {
  text-align: left;
  margin: 0;
  padding: 3 0 3 6px;
  background-color: #e0e0ea;
  color: #000000;
}

ul.localnavi {
  font-size: 94%;
  list-style-type: none;
  margin-bottom: 30px;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  width: 250px;
  display: block;
  padding: 4px;
  border: 1px outset #360;
  background-color: #ffffeb;
  color: #cc00aa;
}

.localnavi a:hover {
  text-decoration: underline;
  border: 1px outset #ffaaff;
  background-color: #ffeeee;
  color: #ff0000;
}

#footer p { text-align: center; }