<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.inline {
	background-color: white;
}
ul.tab-index {
	margin: 0; 
	padding: 0; 
	list-style: none;
	line-height: 50px;
	width: 100%;
	display: table;
	table-layout: fixed;
	text-align: center;
	background-color: rgb(124, 197, 232);
}
ul.tab-index li {
	display: table-cell;
	margin-left: 10px;
	background-color: lightblue;
	border: 1px solid rgb(124, 197, 232);
	color: #4d4d4d;

}
ul.tab-index img {
	border-left: 1px solid rgb(124, 197, 232);
}
#fraMain {
	width: 100%;
	height: 600px;
	margin: 0px;
	padding-left: 2px;
}
div.content-area {
	margin: 20px 40px 20px 40px;
}
ul.title-area {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding:  20px 0px 20px 60px;
	background-color: lemonchiffon;
	list-style-image: url(../images/list_icon01h.png);
	vertical-align: middle;
}
li.title {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.content {
	width: 640px;
	float: left;
	margin-left: 40px;
}
div.content-end {
	clear: both;
}
hr.sikiri {
	width: 92%;
}
</pre></body></html>