BODY {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	color: #333333;
}
TD {
	text-align: left;
}
h1 {
	font-size: 16px;
	padding: 4px;
	border-top: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 3px solid #336699;
	width: 535px;
}
h1.title {
	font-size: 16px;
	border-top: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 3px solid #336699;
	width: 535px;
	margin-top: 0px;
	padding: 4px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin:0px;
}
h4 {}

h4.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #5167D2;
	padding-top: 1px;
	padding-left: 10px;
}
h4.syllabary {
	font-size: 10px;
	padding: 0px;
	text-align: right;
	text-indent: 10px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
}
h4.caution {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #D90000;
	padding-top: 1px;
	padding-left: 10px;
}

.cautionbody {
	padding: 20px 20px;
	font-size: 12px;
	border: 1px solid #D90000;
	border-radius: 8px;
}

.cautionbody > strong {
	color: #D90000;
}

.cautionbody > h6 {
	margin: 0.7em 0;
	text-align: center;
	line-height: 140%;
	color: #D90000;
	font-size: 18px;
}

#title {
	background: #efefef;
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 10px #5167D2;
	font-size: 16px;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.right {
	background-position: right;
}
blockquote {
	margin-left: 12px;
}
.text14 {
	font-size:14px;
}
.text14v0 {
	font-size:14px;
	margin-top: 6px;
}
.syllabary {
	margin:0;
}
.infobox {
	padding: 0 15px;
}
.infobox .txt14 {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
}

.kaisoku_chapter {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

table.member-list {
	table-layout: fixed;
}

table.member-list td {
	width: 134px;
	padding: 0px 0;
}

.member-list-float {
	width: 97%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.member-list-float li {
	width: 25%;
	line-height: 150%;
	float: left;
}

a.summary {
	margin-top: 6px;
	padding-left: 50px;
	text-decoration: none;
	line-height: 42px;
	background-image: url(img/icon_pdf.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	display: block;
	clear: both;
}

p.indent {
	margin: 0;
	line-height: inherit;
	font-size: inherit;
	padding-left: 1.5em;
	position: relative;
}

p.indent span {
	margin-left: -1.0em;
	display: inline-block;
	position: relative;
}

p.indent strong {
	font-weight: 400;
	text-decoration: underline;
}