@charset "UTF-8";

@font-face {
	font-family: "Yasashisa";
	src: url("http://www.ht.sfc.keio.ac.jp/~techi/mori12/fonts/yasashisa.eot?") format('eot'),
		url("http://www.ht.sfc.keio.ac.jp/~techi/mori12/fonts/yasashisa.woff") format('woff'),
		url("http://www.ht.sfc.keio.ac.jp/~techi/mori12/fonts/yasashisa.ttf")  format('truetype');
}

body {
	font-family: "Yasashisa";
	/*font-family: "メイリオ", Meiryo, "IPAexゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
	font-size: 11pt;
	color: #333333;
	line-height: 1.75em;
	text-align: justify;
	background-image: url(./image/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

p {
	text-indent: 0.5em;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
/*	font-family: "メイリオ", Meiryo, "IPAexゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
	font-weight:bold;
	line-height: 1.75em;
}
h1 {
	font-size: 20pt;
	text-align: center;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h2:before {
	content: "◆ ";
}

h2:after {
	content: " ◆";
}

h3:before {
	content: "● ";
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	border: solid 1px #666666;
	padding: 4px;
}

video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	border: solid 1px #666666;
	padding: 4px;
}

table {
	margin-left:  auto;
	margin-right: auto;
	border-collapse: collapse;
}

table caption {
	font-weight: bold;
	caption-side: bottom;
}

th, tr, td {
	padding: 4px;
}

th {
	background-color: #7faaff;
}

tr:nth-child(odd) {
background-color: #f9f9f9;
}

tr:nth-child(even) {
background-color: #b7cfff;
}

div {
	margin: 2px;
	padding: 8px;
}

.maindiv {
	width: 800px;
	margin: 32px auto;
	padding: 24px;
	background-color: #fffcf9;
	border-radius: 16px;
	border: solid 1px #999999;
	box-shadow: 4px 4px 6px #666666;
}

div.copyright p {
	text-align: center;
}

.right {
	text-align: right;
}

figcaption {
	font-weight: bold;
	text-align: center;
	caption-side: bottom;
}

hr {
	height: 1px;
	width: 95%;
	color: #bbbbbb;
}
