@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Document */
/* ================================================================ *
	テキスト書式設定用 CSS
 * ================================================================ */


/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body{
	font-family:Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.8em;
	color: #333333;
}


 /* リストの設定 */
ul {
padding: 0;
margin: 0;
}

li {
margin: 0;
padding: 0;
list-style-position:outside;
}




head + body {
	font-size: 10pt;
}
[lang^="ja"] body {
  font-size: small;
}
body:lang(ja) {
	font-size: 10pt;
}

body {
   /* 必要ならば，本文のテキストに関する設定をしてください */
  color: #333333;
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}


a,
a:link {
	/* 必要ならば，リンクテキストに関する設定をしてください */
  color: #900;
	text-decoration: none;
}

a:visited {
   /* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
  color: #578cb9;
}

a:hover {
   /* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
  color: #125382;
  text-decoration: underline;
}

a:active {
	/* 必要ならば，アクティブ時のリンクテキストに関する設定をしてください */
  color: #F36;
	text-decoration: underline;
}




a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}


p {
  /* 基本的なテキスト要素の行送りを設定してください */
  line-height: 2.5em;
}

ul, ol, dl {
	/* リスト関連要素の行送りを設定してください */
  line-height: 1.5em;
	list-style-type: none;
}

p {
  /* パラグラフの上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0.5em;
}


ul, ol, dl {
  /* 箇条書きの上下マージンを設定してください */
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left:0px;
}

h1 {
  /* 見出し 1 のジャンプ率を設定してください */
  font-size: 125%;
  /* 見出し 1 の上下マージンを設定してください */
  margin-top: 20px;
  margin-bottom: 15px;
  /* 見出し 1 の行送りを設定してください */
  line-height: normal;
}

h2 {
  /* 見出し 2 のジャンプ率を設定してください */
  font-size: 145%;
  /* 見出し 2 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0.5em;
  /* 見出し 2 の行送りを設定してください */
  line-height: 1.4;
}

h3 {
  /* 見出し 3 のジャンプ率を設定してください */
  font-size: 115%;
  /* 見出し 3 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
  /* 見出し 1 の行送りを設定してください */
  line-height: normal;
}

h4 {
  /* 見出し 4 のジャンプ率を設定してください */
  font-size: 110%;
  /* 見出し 4 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
  /* 見出し 1 の行送りを設定してください */
	line-height: 2em;
}

h5 {
  /* 見出し 5 のジャンプ率を設定してください */
  font-size: 105%;
  /* 見出し 5 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
  /* 見出し 1 の行送りを設定してください */
  line-height: normal;
}

h6 {
	/* 見出し 6 のジャンプ率を設定してください */
  font-size: 100%;
	/* 見出し 6 の上下マージンを設定してください */
  margin-top: 1.5em;
	margin-bottom:  1.5em;
	/* 見出し 1 の行送りを設定してください */
  line-height: normal;
	font-weight: bold;
}


/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

#header {
   /* 必要ならば，ヘッダ部分に関する設定をしてください */
}

#navi {
   /* 必要ならば，ナビゲーション部分に関する設定をしてください */
}

#footer {
   /* 必要ならば，フッタ部分に関する設定をしてください */
  font-size: small;
}

#footer address {
   /* 必要ならば，コピーライト部分に関する設定をしてください */
  font-style: normal;
}


.stxtred {
	font-size:　small;
	line-height: normal;
	color: #FF0000;
}



.stxt {
	font-size:　small;
	line-height: normal;
}


.xstxt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 100%;
}

.green {
	color: #993;
}
