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

.manualBox {
	width: 600px;
	border: 1px solid #003;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.manualBox th {
	background-color: #FC6;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003;
}
.manualBox td {
	padding-left: 5px;
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.manualBox a:link {
	color: blue;
	text-decoration: none;
}
.manualBox a:visited {
	color: purple;
	text-decoration: none;
}
.manualBox a:hover {
	color: red;
	text-decoration: underline;
}
.manualBox a:active {
	color: yellow;
	text-decoration: none;
}
.manulSection {
	width: 575px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #006;
}
.manulSection th {
	color: #FFF;
	background-color: #006;
	height: 15px;
}

