﻿@charset "UTF-8";

/* ▼全体▼ */

body {
  font-family: Arial, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #222222;
}

p {
  margin: 10px 5px 20px 5px;
  line-height: 180%;
  letter-spacing: 1px;
}

strong {
  font-weight:bold;
  color:red;
}

img {
  border-style: none;
}

/* ▼メイン▼ */

#main {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}


/* ▼ヘッダー▼ */

#header {
  margin: 0 auto 10px auto;
  width: 950px;
  height: 110px;
  background-color:#ff8c00;
}

#header h1 {
  margin: 0;
  padding: 5px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  border-top: solid 5px #ff8c00;
  color: #666666;
  background-color: #ffdead;
}

#header h2 {
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#header h2 a {
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}


/* ▼コンテンツ▼ */

#container {
  width: 950px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
}


/* ▼メインコンテンツ▼ */

#contents {
  float: left;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  font-size: 14px;
  width: 628px;
  letter-spacing: 1px;
  border-right: dotted 2px #cccccc;
}

#contents div {
  margin: 5px 0 10px 0;
  padding: 0;
  line-height: 180%;
  font-size: 14px;
}

#contents h2 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  border-top: solid 1px #ff8c00;
  border-right: solid 1px #ff8c00;
  border-bottom: solid 1px #ff8c00;
  border-left: double 10px #ff8c00;
  font-size: 14px;
  color: #333333;
  background-color: #ffdead;
}

#contents a:link {
  font-size: 14px;
  color: #0033cc;
}

#contents a:hover {
  font-size: 14px;
  color: #cc0000;
}

#contents a:visited {
  font-size: 14px;
  color: #663399;
}

#contents p {
  margin: 10px 0 20px 0;
  padding: 0 10px 0 10px;
  line-height: 180%;
  font-size: 14px;
  text-align:justify;
  text-justify:distribute;
}

#contents ul {
  margin: 10px 0 20px 1.5em;
  padding: 0 10px 0 10px;
}

#contents ol {
  margin: 10px 0 20px 1.5em;
  padding: 0 10px 0 10px;
}

#contents li {
  line-height: 180%;
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

#contents table {
  margin: 10px auto 20px auto;
  border-right: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  text-align: center;
}

#contents th {
  background-color: #ffdead;
  border-top: 1px #666666 solid;
  border-left: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  padding: 5px 10px;
  letter-spacing: 1px;
}

#contents td {
  border-top: 1px #666666 solid;
  border-left: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  padding: 5px 10px;
  letter-spacing: 1px;
}

#element a:link {
  display: block;
  font-size: 13px;
  font-weight:bold;
  color: #0033cc;
  text-decoration: none;
}

#element a:hover {
  font-size: 13px;
  font-weight:bold;
  color: #cc0000;
  text-decoration: none;
}

#element a:visited {
  display: block;
  font-size: 13px;
  font-weight:bold;
  color: #663399;
  text-decoration: none;
}

#element table {
  margin: 10px auto 20px auto;
  border-right: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  text-align: center;
}

#element th {
  background-color: #ffdead;
  border-top: 1px #666666 solid;
  border-left: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  padding: 3px;
  font-size: 13px;
  letter-spacing: 1px;
}

#element td {
  width: 23px;
  border-top: 1px #666666 solid;
  border-left: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  padding: 3px;
  font-size: 13px;
  letter-spacing: 1px;
}

.data table {
  margin: 10px auto 20px auto;
  border-right: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  text-align: center;
}

.data th {
  background-color: #ffdead;
  border-top: 1px #666666 solid;
  border-left: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  padding: 5px 10px;
  letter-spacing: 1px;
}

.data td {
  border-top: 1px #666666 solid;
  border-left: 1px #666666 solid;
  border-collapse: collapse;
  line-height: 170%;
  text-align: left;
  padding: 5px 10px;
  letter-spacing: 1px;
}


.noline table {
  margin: 10px auto 20px auto;
  border: none;
  border-collapse: collapse;
  line-height: 170%;
  text-align: center;
}

.noline td {
  border: none;
  border-collapse: collapse;
  line-height: 170%;
  padding: 5px 10px;
  letter-spacing: 1px;
}

div.section1 {
width: 600px;
margin: 10px 0;
}

div.section1 ol.menu {
width: 590px;
margin: 15px auto 10px;
padding: 0;
}

div.section1 ol.menu li {
width: 33%;
padding-bottom: 5px;
float: left;
}

div.section1 ul.menu {
width: 590px;
margin: 15px auto 10px;
padding: 0;
}

div.section1 ul.menu li {
width: 33%;
padding-bottom: 5px;
float: left;
}

div.section2 {
width: 600px;
margin: 10px 0;
}

div.section2 ol.menu {
width: 590px;
margin: 15px auto 10px;
padding: 0;
}

div.section2 ol.menu li {
width: 50%;
padding-bottom: 5px;
float: left;
}

div.section2 ul.menu {
width: 590px;
margin: 15px auto 10px;
padding: 0;
}

div.section2 ul.menu li {
width: 50%;
padding-bottom: 5px;
float: left;
}

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*ブロック全体の設定*/
dl{
	margin: 10px 0 10px 10px;
}
/*番号設定*/
dt {
	float: left;
	margin: 0;
	padding: 0;
}
/*記述設定*/
dd {
	margin: 0;
	padding: 0 0 10px 14px;
}
dd img {
	vertical-align: middle;
}


.ta1 {
	width: 580px;
	margin: 20px auto;
}
.ta1, .ta1 td, .ta1 th{
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	text-align:left;
}
/*テーブル内の左側*/
.ta1 th{
	width: 50px;
	padding: 10px;
	vertical-align:top;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
}



.ta2 {
	width: 580px;
	margin: 20px auto;
}
.ta2, .ta1 td, .ta1 th{
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 240px;
	padding: 10px;
	text-align:left;
	vertical-align:top;
}
/*テーブル内の左側*/
.ta2 th{
	width: 50px;
	padding: 10px;
	vertical-align:top;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
}


/* ▼右サイドメニュー▼ */

#menu-right {
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  width: 300px;
  text-align: left;
  letter-spacing: 1px;
}

#menu-right h2 {
  margin: 0;
  padding: 2px 0 2px 10px;
  font-size: 13px;
  color: #333333;
  border-top: dotted 1px #ff8c00;
  border-right: dotted 1px #ff8c00;
  border-bottom: dotted 1px #ff8c00;
  border-left: double 10px #ff8c00;
  background-color: #ffdead;
}

#menu-right div {
  margin: 5px 0 20px 0;
  padding: 0;
  line-height: 180%;
  font-size: 13px;
}

#menu-right a{
  display: block;
  padding: 5px 10px 5px 10px;
  text-align: left;
  color: #0033cc;
  font-size: 13px;
  background-color: #ffffff;
  border-right: dotted 1px #ff8c00;
  border-bottom: dotted 1px #ff8c00;
  border-left: dotted 1px #ff8c00;
 }

#menu-right a:hover{
  background-color: #eeeeee;
}


/* ▼フッター▼ */

#footer {
  clear: both;
  width: 950px;
  margin: 0;
  padding: 5px 0 10px 0;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border: solid 1px #cccccc;
}

#footer a {
  color: #333333;
  font-size: 13px;
 }

#footer a:hover {
  color: #333333;
}

#footer_main_block {
  width: 850px;
  margin: 0 auto 0 auto;
  padding: 5px 0 10px 0;
  line-height: 180%;
  font-size: 13px;
  text-align: left;
}
