@charset "utf-8";
/* CSS Document */

h2 {
	margin-top: 0;
	margin-bottom: 0.2em;
	padding-bottom: 0;
	font-size: 100%;
	border-bottom: none;
	color: #191919;
}

.aisatsu {
	border: 1px solid #FFCE84;
	font-size: 100%;
	background-color: #FFEDA6;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* width: 635px; */
	margin: 1em auto;
	border-radius: 10px;
}
.incho-name {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 0.5em;
}

.directer-introduction {
	margin: 1em auto 0.5em;
	overflow: hidden;
	width: 675px;
}
.directer-image {
	float: left;
	margin-right: 20px;
	width: 120px;
	height: 160px;
}
.image-side {
	float: left;
	/* width: 320px; */
	width: 535px;
}

article.content .image-side ul {
	padding: 0;
	list-style-type: none;
	border-top: dotted 1px #CCC;
}
article.content .image-side li {
	padding: 0.15em 0;
	border-bottom: dotted 1px #CCC;
	font-size: 90%;
}

.syozoku {
	overflow: hidden;
	width: 675px;
	margin: 0 auto;
}
article.content .syozoku ul {
	list-style-type: none;
	float: left;
	border-top: dotted 1px #CCC;
	padding-left: 0;
	padding-right: 0;
	margin-right: 1.5em;
}
.syozoku li {
	padding: 0.15em 0;
	border-bottom: dotted 1px #CCC;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
}

table {
	width: 675px;
	margin: 0 auto;
	border-top: 1px dotted #CCC;
}

.date {
	text-align: right;
	padding-right: 0.1em;
}

td {
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
	padding: 0.15em 0;
}

