@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	color: #4c4c4c;
	font-size: small;
	width: 600px;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
td {
	font-size: small;
}
p {
	margin-bottom: 4px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 4px;
}
input {
	font-family: "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: small;
}
ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
h1 {
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding: 3px 5px 3px 5px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #35556b;
	color: #ffffff;
	border-top: 1px solid #8da9bd;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #8da9bd;
	border-right: 1px solid #000000;
	text-align: left;
	clear: both;
}
h2 {
	font-size: small;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #35556b;
	color: #ffffff;
	border-top: 1px solid #8da9bd;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #8da9bd;
	border-right: 1px solid #000000;
	text-align: left;
	clear: both;
}
h2 a:hover {
	color:#dd8d2a;
	text-decoration: underline;
}
h2 a {
	color:#ffffff;
	text-decoration: none;
}
h3 {
	font-size: small;
	font-weight: bold;
	border-left: 10px solid #35556b;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
	clear: both;
}
h4 {
	font-size: small;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
	clear: both;
}
img {
	vertical-align: middle;
	border: 0px;
}
td {
	font-size: small;	
}
th {
	font-size: small;	
}
h2.menu_cell a:hover {
	color:#dd8d2a;
	text-decoration: underline;
}
h2.menu_cell a {
	text-decoration: none;
	color:#ffffff;
}
code {
	font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, monospace;
}
pre {
	font-family: "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: small;
}
dl {
	margin-top: 1em;
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
	margin-bottom: 1em;
}
/* ---------------------------------------------- */
div.content {
	margin-left: 1em;
}
/* ----------------------------------------------
* horizontal float box
* -------------------------------------------- */
div.hbox {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.hbox div.hbox-cell {
	float: left;
}
/* ----------------------------------------------
* code snippet 
* -------------------------------------------- */
div.code {
	font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, monospace;
	border: 1px solid #999999;
	padding: 1em;
	overflow: scroll;
	background-color: #f3f4f6;
	width: 95%;
	white-space: nowrap;
	font-size: 90%;
}
div.code span.prompt {
	color: #888888;
}
div.code span.comment {
	color: #336600;
}
div.code span.string {
	color: #0000ff;
}
/* ---------------------------------------- */
dl.points {
	margin-top: 1em;
}
dl.points dt {
	padding-left: 35px;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
}
dl.points dd {
	margin-left: 1em;
	margin-bottom: 1em;
}
/* ---------------------------------------- */
table#price-list {
	border-collapse: collapse;
	border-top: 2px solid #888888;
	border-bottom: 2px solid #888888;
	font-size: 90%;
	margin-bottom: 2em;
}
table#price-list th {
	font-weight: normal;
	text-align: left;
	background-color: #e0e0e0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	white-space: nowrap;
	padding-right: 1em;
	padding-left: 1em;
}
table#price-list td {
	font-weight: normal;
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	padding-right: 1em;
	padding-left: 1em;
}
table#price-list td span.price {
	font-size: medium;
	font-weight: bold;
}
/* ---------------------------------------- */
dl.hitory-list {
	
}
dl.hitory-list dt {
	margin-left: 1em;
}
dl.hitory-list dd {
	margin-left: 1em;
}
/* ----------------------------------------------
* other
* -------------------------------------------- */
.indent {
	margin-left: 1em;
}
.warning {
	color: #ee2222;
	font-size: 85%;
}
.note {
	color:#cc0000;
}
.center {
	text-align: center;
}
.vmiddle {
	vertical-align: middle;
}
.clear-both {
	clear: both;
}
.img-desc {
	font-size: 85%;
	font-weight: bold;
}
#whatsnew {
	margin-left: 10px;
	border: 1px solid #aaaaaa;
	padding: 3px;
}
ul.notations {
	margin-left: 1em;
	padding-left: 1em;
}
ul.notations li {
	font-size: 85%;
}
img.float-left {
	float:left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 0;
}
a.arrow-right-link {
	padding-right: 20px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position:right;
}
a.arrow-left-link {
	padding-left: 20px;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position:left;
}
/* ----------------- */
table.list-tbl {
	border-collapse: collapse;
	border-top: 2px solid #888888;
	border-bottom: 2px solid #888888;
	font-size: 90%;
	margin-bottom: 1em;
}
table.list-tbl th {
	font-weight: normal;
	text-align: left;
	background-color: #e0e0e0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	white-space: nowrap;
	padding-right: 1em;
	padding-left: 1em;
}
table.list-tbl td {
	font-weight: normal;
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
	padding-right: 1em;
	padding-left: 1em;
}
/* ----------------- */
table.note-list th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size: 90%;
}
table.note-list td {
	font-weight: normal;
	font-size: 90%;
}
/* ----------------- */
table.code-tbl {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
table.code-tbl th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	font-size: 90%;
	padding-right: 1em;
	font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, monospace;
	color: #888888;
}
table.code-tbl td {
	font-weight: normal;
	font-size: 90%;
	font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, monospace;
}
table.code-tbl caption {
	text-align: left;
	font-weight: bold;
}
table.code-tbl td span.prompt {
	color: #888888;
}
table.code-tbl td span.comment {
	color: #336600;
}
table.code-tbl td span.string {
	color: #0000ff;
}
/* ----------------- */
img.border {
	border: 1px solid #888888;
	margin-top: 1em;
	margin-bottom: 1em;
}
.var {
	color: red;
}
.tag {
	color: blue;
}