﻿@charset "UTF-8";

/*---------------------------
  ▼ページ全体
-------------------------- */

body {
//  background-color: #f0f8ff;
  background-color: #ffffff;

}

h1 {
  text-align: center; 
  padding: 10px 10px 10px 10px;
  background-color: #00008b;
  color: #ffffff;
}

h2 {
	position: relative;
	margin: 2px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	font-size: large;;
	text-align: center;
	color: #ffffff;
	background: #4682b4;

}

h3 {
	position: relative;
	margin: 5px 5px 10px 5px;
	padding: 3px 10px 3px 10px;
	font-size: medium;
	text-align: left;
	color: #000000;
	background: #87cefa;
}

p {
	position: relative;
	font-size: medium;
//	width: 600px;
	margin: 10px 50px 10px 50px;
	text-indent: 1em;
	text-align: left;
//	line-height: 125%;
//	background: #ffffff;
}

.note {
	font-size: small;
	margin: 10px 70px 10px 70px;
}

.content1 {

}

.content2 {
        margin-left: 100px;
}

.content3 {
        margin-left: 150px;
}

.no-indent {
	text-indent: 0em;
}

.text1 {
	margin-left: 50px;
}

.text2 {
	margin-left: 100px;
}

.text3 {
	margin-left: 150px;
}

.align-right {
	text-align: right;
}

.bd1 {
	margin-left: 100px;
	border-top: 2px solid #8787ff;
	border-left: 20px solid #8787ff;
	border-right: 2px solid #8787ff;
	border-bottom: 2px solid #8787ff;
	margin-right: 100px;
}

.bd2 {
	margin-left: 100px;
	border-top: 2px solid #87ff87;
	border-left: 20px solid #87ff87;
	border-right: 2px solid #87ff87;
	border-bottom: 2px solid #87ff87;
	margin-right: 100px;
}

.ex {
	margin: 10px 50px 10px 10px;
}

.item-num {
	margin-left: 100px;
	text-indent: -1.5em;
}

ul {
	position: relative;
	text-align: left;
}

li {

        margin: 0px 0px 0px 100px
}

dl {

}

dt {

}

.table p {
	position: relative;
	font-size: medium;
	margin: 10px 10px 10px 10px;
	text-indent: 1px;
	text-align: left;
//	line-height: 125%;
//	background: #ffffff;
}