body {
	line-height: 1.4em;
	color: cornflowerblue;
}
a:link {
	color: #00285E;
	text-decoration: underline;
}
a:visited {
	color: #2F808F;
	text-decoration: underline;
}
a:active {
	color: #FF0000; text-decoration: underline;
}
a:hover {
	color: #FF4040; text-decoration: underline;
}

a:hover {
	text-decoration: underline;}


/* ============================================================= */

div.body {
	margin-top: 10px;
}


h1 {
	font-family: Arial,sans-serif;
	font-weight: bolder;
	color: #004080;
	text-align: right;
	margin: 0px;
}
h2 {
	color: #004080;
	margin-top: 2em;
	margin-right: 3%;
	margin-left: 3%;
	padding-left: 0.5em;
	border-width: 2px;
	border-bottom-style: solid;
}

span.title {
	font-weight: bold;
	color: white;
}

/* ============================================================= */
/* div navi */

table.navi {
	background-color: teal;
}

table.navi td {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
table.navi a:visited {
	color: whitesmoke;
	text-decoration: underline;
}
/* ============================================================= */
/* contents */

div.contents {
	margin-right: 5%;
	margin-left: 5%;
}

p.contents-title {
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	color: cornflowerblue;
}

/* ============================================================= */
/* img */

img {
	border-width: 1px;
}

p.image {
	font-size: 80%;
	line-height: 1.4em;
	text-align: center;
}
p.image-1 {
	font-size: 80%;
	line-height: 1.4em;
	text-align: center;
	margin-top: 2em;
}

/* ============================================================= */
/* div item */

div.item {
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
}

div.item p.small{
	font-size: 80%;
}

div.item table.thumbnail td {
	font-size: 80%;
	line-height: 120%;
	vertical-align: bottom;
	padding: 5px;
}
div.item table.thumbnail td.image {
	vertical-align: top;
	text-align: center;
	padding: 2px 0px;
}

div.item table.process td {
	line-height: 140%;
	vertical-align: top;
	padding: 10px 5px;
}
div.item table.process td.image {
	vertical-align: top;
	text-align: center;
	padding: 12px 5px;
}

table.item {
	margin-right: 5%;
	margin-left: 5%;
}
table.item td {
	padding-right: 2%;
	padding-left: 2%;
}
td.image {
	font-size: 80%;
	line-height: 1.4em;
	vertical-align: top;
	text-align: center;
	padding-bottom: 1em;
}
td.image-middle {
	font-size: 80%;
	line-height: 1.4em;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 1em;
	padding-right: 2%;
	padding-left: 2%;
}
td.text {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* ============================================================= */
div.column {
	background-color: #B5FFE7;
	margin-right: 3em;
	margin-left: 3em;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
}
div.column td {
	vertical-align: top;
}
div.item p.column {
	background-color: yellow;
	padding: 0.2em;
	border-width: 2px;
	border-style: ridge;
	width: 15em;
}


/* ============================================================= */
div.ps {
	text-align: center;
	margin: 1em 10%;
	border-width: 2px 0px;
	border-color: #DCDCDC;
	border-style: solid;
}
div.ps p {
	font-size: 80%;
	line-height: 1.2em;
	margin: 1em 5%;
}
div.ps p.title {
	font-weight: bold;
}

/* = quote_and_res ============================================================ */
div.quote_and_res{
	font-size: 85%;
	text-align: left;
}
div.quote_and_res blockquote{
	color: #2E8B57;
	background-color: #ADFCAD;
	margin: 0.5em 4em;
	padding-right: 1em;
	padding-left: 1em;
	border-width: 1;
	border-color: #32CD32;
	border-style: solid;
}
div.quote_and_res p.res{
	color: saddlebrown;
	margin: 0.5em 6em;
}


/* ============================================================= */

hr.body {
	color: #00CCCC;
	background-color: #00CCCC;
	border-style: solid;
	height: 6px;
}

hr.footer {
	color: #00CCCC;
	background-color: #00CCCC;
	border-style: solid;
	height: 4px;
}

div.back {
	text-align: right;
	margin-right: 0.5em;
	float: right;
}

div.back a {
	font-family: sans-serif;
	font-weight: bold;
}

div.footer {
	font-style: italic;
	font-size: 80%;
	line-height: 1.2em;
	color: #2B60B7;
}

