@charset "utf-8";
/*-----------------------------------------------*
	movement.css
 *-----------------------------------------------*/

img.dc
{
	width:600px;
}

p.ind0
{
	color: ;
	text-indent: 0em;
}

p.title
{
	color: ;
	font-weight: bold;
	text-align: center;
	text-indent: 0em;
}

p.comment
{
	color: ;
	font-size: small;
	margin-bottom: 5px;
	text-align: ;
	padding-left: 2em;
	text-indent: -1em;
}
p.caption
{
	color: ;
	text-indent: 0em;
}

.box {
	border: solid 1px grey;
	border-radius: 10px;
	margin: 1em 2em;
	padding: 0.5em 0.5em;
}
.box p {
    margin: 0; 
    padding: 0;
}

table.temp{
	border: solid 1px ;
	font-size: small;
	line-height: ;
	margin-bottom: px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}


td.ns{
	border: solid 1px;
	width: px;
	}
td.nscenter{
	border: solid 1px;
	text-align: center;
	width: px;
	}
td.c{
	background-color: gainsboro;
	border: solid 1px;
	text-align: center;
	width: px;
	}
td.cl{
	background-color: gainsboro;
	border: solid 1px;
	width: px;
	}
td.orange{
	background-color: orange;
	border: solid 1px ;
	width: px;
	}
td.w80n{
	border: solid 1px;
	text-align: center;
	width: 80px;
	}
td.w80c{
	background-color: gainsboro;
	border: solid 1px;
	width: 80px;
	}
td.w120c{
	background-color: gainsboro;
	border: solid 1px;
	text-align: center;
	width: 120px;
	}
td.w120n{
	border: solid 1px;
	text-align: center;
	width: 120px;
	}
td.w160c{
	background-color: gainsboro;
	border: solid 1px;
	text-align: center;
	width: 160px;
	}
td.w200c{
	background-color: gainsboro;
	border: solid 1px;
	width: 200px;
	}

.jb00{
	padding-left: 0em;
	text-indent: 0em;
}
.jb01{
	padding-left: 0em;
	text-indent: -1em;
}
.jb10{
	padding-left: 1em;
	text-indent: 0em;
}
.jb11{
	padding-left: 1em;
	text-indent: -1em;
}
.jb20{
	padding-left: 2em;
	text-indent: 0em;
}
.jb21{
	padding-left: 2em;
	text-indent: -1em;
}
.jb22{
	padding-left: 2em;
	text-indent: -2em;
}
.jb12{
	padding-left: 1em;
	text-indent: -2em;
}
jb30{
	padding-left: 3em;
	text-indent: ;
}
.jb31{
	padding-left: 3em;
	text-indent: -1em;
}

#context .note
{
	border-top: dotted 1px #CB9;
	margin-top: 1em;
}

#context .note p
{
	font-size: 80%;
	margin-bottom: 0;
}

#context .note span
{
	font-style: italic;
}

