@charset "UTF-8";

@import "reset.css";

/**--------------------------------------------------
 *
 * 全体
 *
 **--------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
}
body{
	color: #000033;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 92%;
	line-height: 130%;
	text-align: center;/* IEバグ対策 */
	margin-top:1em; /*追加*/
}
#contents{
	background-color: #00a0e9;
	background: url("../img/common/background.png") repeat;
	width: 800px;
	margin: 0 auto;
	text-align: left;/* IEバグ対策 */
}

/**--------------------------------------------------
 *
 * Header
 *
 **--------------------------------------------------*/
#header{
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
#header h1{
	line-height: 120%;
	font-size: 180%;
	font-weight: bold;
	background: url("../img/common/title.png") no-repeat top center;
	/*margin-bottom: 10px;*/
	margin: 15px 0; /*変更*/
	padding: 0 30px;
}
#header p#author{
	border-top: solid 4px #ffffff;
	border-bottom: solid 4px #ffffff;
	font-size: 120%;
	/* padding: 5px; */
	padding: 10px; /*変更*/
}
@media (max-width: 800px) {
  #header h1 {
    padding: 0 .2em;
  }
  #header ul#author li {
    display: block;
    margin: .3em;
  }
}

/**--------------------------------------------------
 *
 * Main
 *
 **--------------------------------------------------*/
#main{
	background-color: #ffffff;
	width: 760px;
	margin: 0 10px;
	padding: 10px;
	text-align: left;/* IEバグ対策 */
}
* html #main{/*IE6ハック*/
	width: 780px;
}
#main h2 {
  color: #000;
  border-bottom: solid 2px #00a1e9;
  font-size: 150%;
  font-weight: bold;
  margin: 1em 0;
  line-height: 120%;
  counter-increment: sectionnum; /*章番号となるカウントを増やす*/
}
#main h2:before { /*変更*/
  /*最初の文字に適用*/
	display: inline-block;
	line-height: 120%;
  content: counter(sectionnum);
  background-color: #00a1e9;
  background: url("../img/common/background.png") repeat;
  color: #fff;
  border: solid 3px #00a1e9;
  margin-right: 0.2em;
  padding: 0.2em 0.2em 0;
}
/* #main h2:first-letter{
	background-color: #00a0e9;
	background: url("../img/common/background.png") repeat;
	color: #ffffff;
	border: solid 3px #00a0e9;
}
*:first-child+html #main h2:first-letter{
	padding-bottom: 3px;
}
*html #main h2:first-letter{
	padding-bottom: 3px;
}
 */
#main p{
	text-indent: 1em;
	margin-bottom: 2px;
	line-height: 1.5em; /*追加*/
}
#main h3{
	color: #000000;
	border-bottom: solid 2px #00a0e9;
	font-size: 110%;
	font-weight: bold;
	margin: 20px 0 10px;
}
#main .section{
	/* margin-left: 10px; */
	margin: 0 10px; /*変更*/
}
#main .section.two-columns{ /*追加*/
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 20px;
}
#main p#return{
	margin: 10px;
	text-align: center;
}

/**--------------------------------------------------
 *
 * Footer
 *
 **--------------------------------------------------*/
#footer{
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
#footer address{
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	font-size: 100%;
	padding: 5px;
	font-weight: bold;
}

/*********** table **********/
table {
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}
thead, tbody {
	line-height: 105%;
}
.tab table table {
	margin: 0px;
}
.tab table table th, .tab table table td {
	border: solid 1px #00a1e9;
	vertical-align: middle;
	padding: .3em;
	text-align: left;
}
.tab table table th {
	color: #333;
	background: #fff;
}
caption {
	caption-side: bottom;
	text-align: center;
}

/*********** link **********/

a:link, a:visited {
	color: #00a1e9;
}
a:hover, a:active {
	color: #00a1e9;
}

/*********** img **********/
.img, .tab {
	/* IEバグ対策 */
	text-align: center;
}
.img table, .tab table {
	margin: 1em auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
.img table th, .img table td,
.tab table th, .tab table td {
	border: solid 3px #00a1e9;
}
.img table th, .tab table th {
	text-align: center;
	color: #ffffff;
	background: url("../img/common/background.png") repeat;
	font-weight: bold;
	padding: .2em;
}
.img table img {
	max-width: 700px;
}

@media (max-width: 800px) {
	.img table img {
		width: 100%;
	}
}

/*********** link **********/
a:link, a:visited {
	color: #00a0e9;
}
a:hover, a:active {
	color: #00a0e9;
}

/*********** list **********/
ol{
	margin: 0 0 10px 25px;
	list-style-type: decimal;
}
ul{
	margin: 0 0 10px 20px;
	list-style-type: disc;
}
/*********** sup **********/
sup{
	vertical-align: 30%;
}
*html sup{
	vertical-align: 20%;
}
*:first-child+html  sup{
	vertical-align: 20%;
}



/**************************/
div.bold{
	font-weight: bold;
}
td.sizzle{
	text-align: left;
}

div.title_container {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

table.table_value {
	width: 100%;
}