html {
	font-size: 95%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
}

body {
	background-color : white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

.LOGO {
	text-align       : right;
}

pre {
	margin-left      : 6em;
}

em {
	color            : #cc6666;
	font-weight      : 700;
	font-style       : normal;
}

kbd {
	color            : #333333;
	font-weight      : 700;
}

code {
	color            : #666666;
}

code.more {
	color            : #105020;
	font-weight      : 700;
}

.blockindent {
	margin-left      : 2em;
}

.memo {
	width            : 80%;
	color            : #663300;
	font-weight      : 400;
	padding          : 1em;
	border-left      : 1px dashed black;
}

.text {
	margin-right     : 4em;
	font-weight      : 500;
	padding          : 1em 2em;
	color            : #330000;
	border-left      : 2px solid #663333;
}

.command {
	margin-right     : 4em;
	padding          : 1em 2em;
	color            : white;
	background-color : black;
}

.label {
	font-size        : 85%;
	font-weight      : 400;
	border-left      : 32px solid #666666;
	margin-left      : 6em;
}

.caution {
	color            : #996666;
	font-weight      : bold;
}

.inlineBlock {
	white-space      : pre;
	font-family      : monospace;
}

.LinkBarTop {
	font-size        : 90%;
	text-align       : left;
	font-weight      : 700;
	font-family      : monospace;
	margin-left      : 1.5em;
	padding-left     : 1em;
}

.LinkBarBottom {
	font-size        : 90%;
	text-align       : left;
	font-weight      : 700;
	font-family      : monospace;
	margin-left      : 1.5em;
	margin-right     : 0em;
	padding-left     : 1em;
	padding-top      : 1em;
}
