@charset "utf-8";
/** このファイルのエンコーディングは utf-8 です ******************************/

/** shared ******/
.hide {
	visibility: hidden;
}

.small-letter {
	font-size: small;
}


/** body ******/
body {
	background-color: #faf7ff;
	color: #000000;
	padding: 2px 2px 2px 2px;
	font-family: "ＭＳ ゴシック", "HGｺﾞｼｯｸE", "MS UI Gothic", monospace;
	font-size: 12pt;
/*	margin: 0px 0px 0px 0px; */
}


/** link ******/
a:link {
	color: #0000ff;
}

a:visited {
	color: #800080;
}

a:active {
	color: #ff0000;
}


/** image ******/
img {
	border: none;
}


/** text ******/
h1,
h2 {
	font-family: "HGｺﾞｼｯｸE", "ＭＳ ゴシック", "MS UI Gothic", monospace;
	font-size: 18pt;
	color: #800000;
}

h1 {
	margin: 0.5em 0em 0em;
}


/** list ******/
ul,
li {
	margin: 0.5em;
	padding: 0em;
}

li {
	margin: 1em 0em 0em;
	list-style-type: none;
}

ul.comment {
	margin: 0px;
	padding: 0em;
}

li.comment {
	border-style: none;
	border-width: 0px;
	font-size: 10pt;
	text-align: left;
	margin: 1px;
	padding: 0px;
}

li.v_list,
li.h_list {
	width: 128px;
	height: 128px;
	border-style: solid;
	border-width: 1px;
	border-color: #b0b0b0;
	background-color: #e0e0e0;
	margin: 0px 1px 2px;
	padding: 2px 0.5em;
}

li.v_list {
	font-size: 10pt;
}

li.h_list {
	float: left;
}


/** table ******/
table {
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 12pt;
}

table.file_info,
table.file_spec {
	width: 22em;
	border-style: solid;
	border-width: 2px;
	border-color: #d1aca3;
	margin: 0em 0em 0.5em;
}

table.file_spec {
	border-width: 1px;
}

td.file_info_left,
td.file_spec_left {
	width: 40%;
}

td.file_info_right,
td.file_spec_right {
	width: 60%;
}

td.file_info_left, td.file_info_right,
td.file_spec_left, td.file_spec_right {
	border-width: 2px;
	border-style: solid;
	border-color: #d1aca3;
	background-color: #ffffff;
	padding: 4px 0px 4px;
	color: #000000;
	text-align: center;
}

td.file_spec_left, td.file_spec_right {
	border-width: 1px;
	font-size: 10pt;
}


/** div ******/
div {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

div.part_wrap {
	padding: 0em 0em 0.5em;
}

div.page_link_left,
div.page_link_right {
	padding: 4px;
}

div.page_link_left {
	float: left;
}

div.page_link_right {
	float: right;
}

div.comment {
	width: 20em;
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	margin: 0em 0em 0.5em;
	padding: 0px;
}

div.clear_float {
	clear: both;
}
