/* ASH Style Sheet (http://ash.jp/) */
/* 全体の属性定義 */
body,p,pre,div,th,td,ul,ol,li,dl,dt,dd {
  color: #000000; /* 文字色の定義 */
}
/* リンク用の属性定義 */
a:link    {color: #001f9f}
a:visited {color: #5f1f7f}
a:active  {color: #7f007f}
a:hover {
	color: #ffffff;
	background:#1f3f5f;
}
/* タグ毎の属性定義 */
body {
  color: #000000;
	background: #fff5df;
	margin-top: 0.3em; margin-bottom: 1em;
	margin-left: 0em; margin-right: 0em;
	padding: 0px;
}
h1 {
	color: #003f00;
	font-size: 150%;
	margin: 0.1em;
	padding: 0em;
}
h2 {
	color: #570000;
	background-color: #fef1e7;
	border-color: #af7f5f;
	border-style: solid;
	border-top-width: 2px;
	border-left: none;
	border-bottom-width: 2px;
	border-right: none;
	padding: 0em 0em 0em 0.2em;
	font-weight: bold;
	font-size: 120%;
	margin-top: 0.5em; margin-bottom: 0.3em;
	clear: both;
}
h3 {
  color: #5f0000;
  font-size: 110%;
  margin-top: 1em; margin-bottom: 0.3em;
  margin-left: 0.5em;
}
h4, h5 {
  color: #000000;
  font-size: 100%;
  margin-top: 1em; margin-bottom: 0.3em;
  margin-left: 0.5em;
}
div {
	margin-top: 0.3em; margin-bottom: 0.2em;
	margin-left: 0.4em; margin-right: 0.1em;
}
p {
	margin-top: 0.3em; margin-bottom: 0.2em;
	margin-left: 0.4em; margin-right: 0.1em;
}
ul {
	margin-top: 0.2em; margin-bottom: 0.2em;
}
li {
	margin-top: 0.2em; margin-bottom: 0.2em;
}
table {
  margin-top: 0.2em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.9em;
}
table {
	margin-left: 0.4em; margin-right: 0.1em;
}
th {
  background: #f7f7f3;
  padding-left: 0.2em; padding-right: 0.2em;
  padding-top: 0.2em; padding-bottom: 0.2em;
}
td {
  background: #f7f7f3;
  padding-left: 0.2em; padding-right: 0.2em;
  padding-top: 0.2em; padding-bottom: 0.2em;
}
td {
	padding: 0.1em;
}
img {
  margin-top: 0em; margin-bottom: 0em;
}
div.album {
	display: inline-block;
	margin-top: 2px; margin-bottom: 2px;
	margin-left: 5px; margin-right: 2px;
}
div.album table {
	margin: 0px;
	padding: 0px;
	border: 1px solid #001f00;
	border-collapse: collapse;
	background: #f7f7f3;
}
div.album tr, div.album td {
	margin: 0em:
	padding: 0em:
}
div.album td.photo {
	height: 150px;
	line-height: 1em;
	text-align: center;
}
div.album td.title {
	font-size: 90%;
	line-height: 1em;
	text-align: center;
	margin: 0.2em:
}
div.album img {
	height: 150px;
	margin: 0px;
	border: none;
}
div.album a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

table.header {
	width: 920px;
	margin: 0px 5px;
	padding: 0px;
}
table.header td {
	text-align: left;
}
table.header td.navi {
	text-align: right;
}
hr {
	text-align: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

div.figbox {
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-around; */
/*	justify-content: center; */
	margin-top: 0.2em; margin-bottom: 0.2em;
	margin-left: 0.5em; margin-right: 0.2em;
}
div.figbox>figure {
	border: 1px solid;
	margin: 0.2em;
}
div.figbox>figure img {
	height: 220px;
	margin: 0px;
	vertical-align: bottom;
}
div.figbox>figure a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
div.figbox>figure figcaption {
	background: #f1fff5;
	text-align: center;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

/* タグ拡張用の属性定義 */
.link { /* リンク用 */
  margin-top: 0em; margin-bottom: 0em;
  text-align: center;
}
.sig { /* 署名用 */
  margin-top: 0em; margin-bottom: 0em;
  text-align: left;
}
