@charset "UTF-8";
* {
	font-family: Meiryo, 'メイリオ', ArialMT;
}

pre {
	font-family: monospace;
}

body { 
	min-width: 800px;
}

h1 {
	font-size: x-large;
	text-align: center;
	background-color: #a6c9e2;
}
	
h2 {
	font-size: large;
	text-align: center;
	background-color: #a6c9e2;
}

h3 {
	border-left: 18px solid #a6c9e2;
	border-bottom: 1px solid #a6c9e2;
	padding-left: 10px;
}

p {
	text-indent: 1em;
}

li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.code {
	padding: 0.5em;
	background-color: #ccc;
	color: black;
}

.code b {
	color: blue;
}

.console {
	padding: 0.5em;
	background-color: black;
	color: white;
}

.console b {
	color: red;
}

.number {
	text-align: right;
}

.highlight {
	background-color:  #a6c9e2;
}	

textarea.answer, input.answer {
	border: 4px groove #32CD32;
}

textarea.no_answer, input.no_answer {
	background-color: #FFD700;
}

