@charset "euc-jp";

/***** CSS reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}

body {
  height: 100%;
  overflow: none;
  font-size: 80%;
  color: #333333;
  font-family:
    "�ҥ饮�γѥ� Pro W3",
    "Hiragino Kaku Gothic Pro",
    "HiraKakuPro-W3",
    Osaka,
    "�ᥤ�ꥪ",
    "Meiryo",
    "�ͣ� �Х����å�",
    "MS PGothic",
    Sans-Serif;
  line-height: 1.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a:link {
  color: #006634;
}

a:visited {
  color: #006634;
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: #63a686;
}

.clear {
  clear: both;
}

/***** common *****/
#container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body>#container {
  height: auto;
}

#contents {
  padding-bottom: 50px;
}

#header {
  width: 920px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  float: left;
  margin-top: 3px;
}

h1 span {
  display: none;
}

.kyushoku-logo {
  float: right;
  margin-top: 13px;
}

#nav {
  width: 100%;
  height: 40px;
  border-top: 1px solid #a8d9c2;
  border-bottom: 2px solid #8accab;
  background: #63a686;
  background: -webkit-gradient(linear, left top, left bottom, from(#aacebd), to(#63a686));
  background: -moz-linear-gradient(top, #aacebd, #63a686);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aacebd, endColorstr=#63a686);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aacebd, endColorstr=#63a686);
  /*
	box-shadow: 0px 5px 7px #1d8853;
	-moz-box-shadow: 0px 5px 7px #1d8853;
	-webkit-box-shadow: 0px 5px 7px #1d8853;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#1d8853', Direction=180, Strength=5);*/
}

#nav ul {
  width: 920px;
  height: 40px;
  background: #006634;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d8853), to(#006634));
  background: -moz-linear-gradient(top, #1d8853, #006634);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1d8853, endColorstr=#006634);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1d8853, endColorstr=#006634);
  margin-left: auto;
  margin-right: auto;
}

#nav ul li {
  float: left;
  border-left: 1px solid #006634;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  margin-top: 5px;
}

#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: #ffffff;
}

#nav li a:hover, #nav li a:visited:hover {
  color: #63a686;
}

#main {
  width: 920px;
  margin: 20px auto;
}

#main p {
  padding: 30px;
}

.h2-bg {
  width: 920px;
  height: 40px;
  line-height: 44px;
  font-size: 125%;
  font-weight: bold;
  margin: 20px 0;
  padding-left: 30px;
  background-image: url(images/h2-bg.gif);
  background-repeat: no-repeat;
}

.h3-title {
  font-size: 120%;
  color: #006634;
  font-weight: bold;
  border-bottom: 2px solid #006634;
  margin: 30px 30px 0 30px;
}

.paper-l, .paper-r {
  float: left;
  width: 250px;
  padding: 30px 0 0 30px;
}

dl.text {
  padding-left: 50px;
  padding-bottom: 30px;
}

dl.text dt {
  margin-bottom: 10px;
}

#footer {
  width: 100%;
  height: 50px;
  background-color: #006634;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}

.copyright {
  float: left;
  font-size: 80%;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  margin-left: 100px;
}

.pagetop {
  float: right;
  margin-top: 25px;
  margin-right: 100px;
}

.pagetop2 {
  margin-left: 750px;
  margin-top: 20px;
}

.text-c {
  text-align: center;
}

.line {
  width: 860px;
  border-bottom: 1px dotted #006634;
  margin-left: 30px;
  margin-right: 30px;
}

/***** font *****/
.red {
  color: #de4442;
}

.bold {
  font-weight: bold;
}

.red-bold {
  color: #de4442;
  font-weight: bold;
}

/***** image *****/
.img-border {
  border: 1px solid #cccccc;
  padding: 5px;
}

/***** image thum *****/
.image_shine {
  width: 230px;
  height: auto;
  position: relative;
  margin-bottom: 3px;
}

.hover_shine {
  width: 100%;
  height: 100%;
  background-image: url(images/shine-bg.png);
  position: absolute;
  /*initial position*/
  background-position: -265px 0;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  /*css transition*/
  -webkit-transition: background-position .3s ease;
  -moz-transition: background-position .3s ease;
  -o-transition: background-position .3s ease;
  transition: background-position .3s ease;
}

.hover_shine:hover {
  /*Final position*/
  background-position: 10px 0;
}

.none {
  display: none;
}

/***** image thum text *****/
.active {
  /* background: #DDDDDD; */
  font-weight: bold;
}
