@charset "utf-8";
.contents {
  margin-top: 20px;
  width: 1046px;
}

/* ----------------------------------------------------------------
	H3 Title
----------------------------------------------------------------- */
h3 {
  font-size: 22px;
  color: #005D98;
  margin-bottom: 10px;
}


#contents {
  float: left;
}
/* ----------------------------------------------------------------
	contents_left layout
----------------------------------------------------------------- */
#contents_left {
  float: left;
  font-size: 14px;
  width: 500px;
  margin-left: 20px;
}

#contents_left p {
  line-height: 166%;
}

.kyoka_box {
  margin-bottom: 30px;
}

.kyoka_box a {
  text-decoration: none;
}

/* ----------------------------------------------------------------
	contents_rifht layout
----------------------------------------------------------------- */
#contents_right {
  float: left;
  font-size: 14px;
  width: 500px;
}

#contents_right p {
  line-height: 166%;
}

.p_style_01 {
  font-size: 16px;
  margin-top: 10px;
}

.p_style_02 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 0px 20px;
}

/* ----------------------------------------------------------------
	footer clear_both
----------------------------------------------------------------- */
#footer {
  clear: both;
}