@charset "UTF-8";
/* 共通スタイル
 */
body {
  color: black;
  background-color: white; }

a {
  color: #4169e1;
  background-color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: #191970; }

dt, th, strong, b {
  font-weight: bold; }

th, td {
  vertical-align: top; }

dd {
  margin-bottom: 24px; }

div#wrapper {
  width: 980px;
  margin: 0 auto; }

/*
 * ヘッダー部分
 */
div#header {
  color: white;
  background-color: #191970;
  font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px; }
  div#header h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 1em;
    border-bottom: 3px solid #87ceeb; }
  div#header a {
    color: white;
    background-color: inherit; }
    div#header a:hover {
      color: #ff4500; }
  div#header .description {
    color: black;
    background-image: url("../image/TitleBackGround.jpg");
    text-align: right;
    height: 240px;
    padding: 0 1em;
    border: 1px sold gray; }
  div#header .sitemenu {
    font-size: 14px;
    line-height: 24px;
    padding: 0 1em;
    border-top: 3px solid #87ceeb; }

/*
 * コンテンツ部分
 */
div#content {
  color: black;
  background-color: transparent;
  font-family: Helvetica, "Franklin Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 24px; }
  div#content h2 {
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    border: 1px solid gray;
    border-left: 5px solid #191970;
    background: transparent;
    background: linear-gradient(top, white 0%, #eeeeee 70%, #dddddd 71%, white 100%);
    background: -moz-linear-gradient(top, white 0%, #eeeeee 70%, #dddddd 71%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(70%, #eeeeee), color-stop(71%, #dddddd), color-stop(100%, white));
    padding: 0 0.5em;
    margin-bottom: 22px; }
  div#content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    background: transparent;
    background: linear-gradient(top, white 0%, #eeeeee 70%, #dddddd 71%, white 100%);
    background: -moz-linear-gradient(top, white 0%, #eeeeee 70%, #dddddd 71%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(70%, #eeeeee), color-stop(71%, #dddddd), color-stop(100%, white));
    border: 1px solid gray;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    padding: 0 .5em;
    margin: 0 0.5em 22px 0.5em; }

.foreword, .postface {
  clear: both; }

.article {
  width: 650px;
  float: right; }
  .article dt {
    font-size: 18px;
    line-height: 24px;
    line-height: 48px;
    background: url("../image/icon/applications-internet.png") no-repeat top left;
    padding-left: 1.5em; }
  .article dd {
    margin-left: 1em; }

.nav {
  text-align: center;
  width: 320px;
  float: right;
  margin-right: 10px; }

.paragraph {
  margin-left: 1em;
  margin-bottom: 24px; }

.captureimg {
  margin-right: 1em;
  margin-bottom: 18px; }

/*
 * フッター部分スタイル
 */
div#footer {
  color: white;
  background-color: #191970;
  font-family: georgia, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  clear: both;
  padding: 0 1em;
  border-top: 3px solid skyblue; }
  div#footer a {
    color: white;
    background-color: inherit; }
    div#footer a:hover {
      color: #ff4500; }

/* その他
 */
.RectangleAd {
  margin: 0px auto 14px auto; }

.snsbutton {
  text-align: right;
  height: 72px; }

.small {
  font-size: 12px;
  line-height: 24px; }

.right {
  text-align: right; }
