@charset "UTF-8";
* {
	margin: 0;
	font-family: Meiryo, 'メイリオ', ArialMT;
}

body {
	margin: 0;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: 0.5em;
}

/*	見出し	*/
#page_header {
	padding-left: 20px;
}

#page_header h1 {
	font-size: 20px;
}

p#navigator {
	font-size: small;
}

/*
#page_content {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 220px;
}

#content_menu {
	float: left;
	width: 220px;
}
#content_menu {
	padding: 0 5px 1em 0;
}
#content_menu .sub_item dd {
	font-size: small;
	padding-left: 1em;
}
*/

hr.ui-state-default {
margin-bottom: 10px; }

/*	数値を右寄せにする	*/
.number {
	text-align: right;
}

h2 {
	border-bottom: #A6C9E2 solid 1px;
	border-left: #A6C9E2 solid 20px;
	padding-left: 5px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h3.file_name {
	background-color: black;
	color: white;
	padding-left: 7px;
	font-size: 12pt;
	border-left: 15px solid #CD5C5C;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

pre.file {
	background-color: #CCC;
	font-size: 10pt;
	font-family: monospace;
	padding-left: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	word-wrap: break-word;
	margin-bottom: 10px;
}

pre.file strong {
	color: red;
	font-weight: bold;
	font-family: monospace;
}

pre.file .comment {
	color: blue;
}

pre.console {
	background-color: black;
	color: white;
	font-size: 10pt;
	font-family: monospace;
	padding: 2px 5px;
	word-wrap: break-word;
	margin-bottom: 10px;
}

pre.console .comment {
	color: red;
}

pre.code {
	background-color: black;
	color: white;
	font-size: 10pt;
	font-family: monospace;
	padding: 2px 5px;
	/*word-wrap: break-word;*/
	margin-bottom: 10px;
	overflow: x-scroll;
}

pre.code .comment {
	color: red;
}

form.download td.form_prompt {
	text-align: right;
}

form.download td.form_prompt:after {
	content: ":";
}

