/* VK 2016/07/05 */
body {
	background-color:white;
	font-family:"lr ";
}
a {
	text-decoration:none;
}
a:link {
	color:BLACK;
}
a:visited {
	color:BLACK;
}
a:active {
	color:BLACK;
}
table.main {
	background-color: lightcyan;
	border:ridge 1px #DDFFFF;
	line-height : 115%;
}
td.main {
	width:900px;
	padding:5px;
	text-align:left;
}
table.at {
	background-color: white;
	border:none;
}
td.at {
	width:900px;
	padding:5px;
	text-align:left;
}
table.except{
	margin-top:5px;
	margin-bottom:5px;
}
td.except{
	vertical-align:top;
	padding:3px;
}
pre {
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;
	border-width : 1px;
	border-style : solid;
	border-color : blue;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	line-height : 105%;
}
ol {
	margin-top : 0px;
}
li {
	margin-top : 10px;
}

p {
	margin-top : 10px;
	margin-bottom: 10px;
}

.emcls {
	color : blue;
	font-weight : bold;
}

.emnot {
	color : red;
	font-weight : bold;
}
.kakomi {
	border : 1px solid;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
}
