@charset "shift_jis";




/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }
a:visited { color: #90f; }
a:hover { color: #f00; }
a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #eee;
}

#wrapper {
  text-align: left;
  width: 800px;
  margin: 20px auto;
  border: 1px solid #333;
  background-color: #fff;
}

#header {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  background: url(img/top800x300.jpg) no-repeat 0 0;
}

#container {
  margin-bottom: 40px;
  padding: 20px 0 0;
}

#contents {
	width: 700px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	margin-top: 3em;
	margin-bottom: 4em;
}

.link{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 100px;
}

.link2{
	margin-left: 100px;
	float: left;
}

#footer {
  padding: 20px 0 30px;
  background: #333;
}

.height50{
	height: 50px;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 20px;
  right: 10px;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
	font-size: 24px;
	position: absolute;
	top: 82px;
	left: 37px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.font14 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
}
.font18_toiawase {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-left: 50px;
}
.font16_right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* ページの概要 */
.description {
	position: absolute;
	top: 121px;
	left: 43px;
}

/* グローバルナビゲーション */
#globalnavi {
	list-style-type: none;
	width: 800px;
	height: 28px;
	padding-top: 12px;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
	left: 0px;
	background: #333;
}

#globalnavi li { display: inline; }

#globalnavi a {
	text-decoration: none;
	padding: 0 5px 0 15px;
	background: url(img/mark.gif) no-repeat 0 50%;
	color: #eee;
	font-size: 16px;
}

#globalnavi li a:hover {
	background: url(img/mark.gif) no-repeat -400px 50%;
	color: #FF0;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2 {
	font-size: 21px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	margin-bottom: 1em;
	padding-left: 30px;
	padding-bottom: 2px;
	background-image: url(img/share/bg-h.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h3{
	font-size: 21px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-bottom: 2px;
	background-image: url(img/share/h3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 2em;
	margin-left: 10px;
}
}

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  color: #fff;
  text-align: center;
}

/* -------------------------------------------------------------
   表に関する指定 */
   
.shiyou {
	margin-right: 100px;
	margin-left: 100px;
}
/*--テーブル部分 --*/
table.table010 {
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 100%;
	margin-top: 1em;
	width: 100%;
}

table.table010 caption {
	text-align: left;
	margin-bottom: 10px;
	padding-left: 18px;
	font-weight: bold;
	color: #666;
	margin-top: 1em;
}

table.table010 th,
table.table010 td {
	border: solid 1px #999;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 10px;
}

table.table010 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
	text-align: left;
	font-size: 100%;
	font-weight: bolder;
	vertical-align: middle;
	width: 25%;
}

td.course2 {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
