﻿/*
    プロデルリファレンス　スタイルシート
    Copyright(C) 2007-2018 utopiat.net
*/
/* 基本 */
* html body {
	height: 100%;
}
html {
	overflow /**/: hidden;
}
body {
	margin: 0px;
	font-family: "Meiryo UI";
	font-size: 0.9em;
}
img {
	border: 0px;
}
a[href]:link {
	color: #0066D4;
}
a[href]:visited {
	color: #0066D4;
}
a[href]:hover {
	color: #FF6600;
}
a[href]:active {
	color: #0066D4;
}
.usage {
	font-size: small;
}
.insert {
	padding: 0px;
	margin: 2px;
	background-image: url('img/insert.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	text-decoration: none;
	cursor: pointer;
	float: left;
}
.copy {
	padding: 0px;
	margin: 2px;
	background-image: url('img/copy.png');
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
	float: left;
}
/* ページデザイン */
h2 {
	background-color: #EDFED5;
	color: #6699FF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 3px solid #66FF99;
	border-top: 1px solid #008080;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 0px;
	border-top-color: #66FF99;
	border-bottom-color: #D8FE7C;
	border-top-style: dotted;
	border-bottom-style: solid;
}
h3 {
	color: #6699FF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 1px solid #00FF00;
	padding-bottom: 3px;
}
/* ヘッダ */
div.header {
	position: fixed;
	width: 100%;
	height: 80px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-image: url('bg.png');
	background-color: white;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCC;
}
div.header .left {
	color: #0066FF;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 50px;
	margin-left: 10px;
	margin-top: 0px;
}
div.header h1 {
	color: #0066FF;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 50px;
	margin-left: 10px;
	margin-top: 0px;
}
.navigation {
	font-size: 0.9em;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 2px;
	/*padding-bottom: 2px;*/
	height: 20px;
}
.navigation a {
	text-decoration: none;
}
/* 本文 */
div.context {
	background-color: white;
	position: fixed;
	clear: both;
	top: 81px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	overflow: auto;
}
table.doctable {
	border: 1px solid #808080;
	margin-bottom:30px;
}
table.doctable th {
	border-color: #DFEDE3 #99CCFF #99CCFF #DFEDE3;
	border-width: 0px;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	padding: 4px;
	text-align: left;
	background-color: #DFEDE3;
	color: #000066;
	border-left-width: 1px;
	border-top-width: 1px;
	border-style: none solid solid none;
	vertical-align: top;
	white-space: nowrap;
}
table.doctable tr.head th {
	text-align: center;
}
table.doctable tr th.param {
	white-space: normal;
	font-weight: normal;
}
table.doctable td {
	border: 0px none;
	background-color: #F0FFFF;
	vertical-align: top;
	padding: 4px;
}
table.doctable td.t {
	white-space: nowrap;
}
table.doctable tr td.rem {
	border-style: solid;
	border-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 5px;
}
table.doctable p {
	margin: 2px;
	padding: 2px;
}
div.context ul {
/*	margin-left:20px;*/
}
div.context ul li {
	line-height:1.5em;
}

ul.jumpnavi {
	margin: 5px 0px;
	padding-left: 0px;
}
ul.jumpnavi li {
	display:inline;
	padding-right: 10px;
}
div.header ul.jumpnavi {
	margin: 0px;
	padding: 5px 0px;
	float:right;
	line-height:50px;
}
div.header ul.jumpnavi li {
}

div#methodlist {
	background-color:#E6E6E6;
	padding:5px;
	line-height:1.2em;
}

/* 書式記号 */
p.code {
	border-color: #A7CAD1 #0C4D87 #2788A2 #A7CAD1;
	color: #000000;
	border-left: 2px solid #A7CAD1;
	border-right: 2px solid #2788A2;
	border-top: 2px solid #A7CAD1;
	border-bottom: 2px solid #2788A2;
	padding: 5px;
	background-color: #DBEEF4;
	clear: both;
}
p.code strong {
	color: #FF00FF;
}
p.code b {
	color: #FF00FF;
}
p.code i {
	text-decoration: none;
	font-weight: bold;
	color: #008000;
	font-style: normal;
}
p.format {
	color: #000080;
	background-color: #FFFFCC;
	border-left: 2px solid #FF9966;
	border-top: 2px solid #FF9966;
	border-right: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
	padding: 5px;
	font-weight: bold;
}
p.format strong {
	color: #8B0000;
	font-weight: bold;
}
p.format b {
	color: #8B0000;
	font-weight: bold;
}
span.flag {
	color: #FF8000;
	font-weight: bold;
}
span.rem {
	color: #008000;
	font-weight: bold;
}
span.syntax {
	color: #8b0000;
	font-weight: bold;
}
.warning {
	color: red;
}

div.iconCreatable {
	background-image: url('img/creatable.png');
	background-repeat: no-repeat;
	width: 63px;
	height: 22px;
	float: left;
	display:none;
}
div.iconControl {
	background-image: url('img/control.png');
	background-repeat: no-repeat;
	width: 63px;
	height: 22px;
	float: left;
}
div.iconStatic {
	background-image: url('img/static.png');
	background-repeat: no-repeat;
	width: 63px;
	height: 22px;
	float: left;
}
div.iconAbstract {
	background-image: url('img/abstract.png');
	background-repeat: no-repeat;
	width: 63px;
	height: 22px;
	float: left;
}
div#methods {
	margin-bottom: 50px;
}
div#methods h3 {
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	padding: 4px;
	text-align: left;
	background-color: #DFEDE3;
	color: #000066;
	border-left-width: 1px;
	border-top-width: 1px;
	border-style: none solid solid none;
	vertical-align: top;
}
div#properties {
	margin-bottom: 50px;
}
div#events {
	margin-bottom: 50px;
}

/* フッタ */
div.footer {
	padding: 3px;
	border-top: 1px solid #008080;
	border-bottom-width: 1px;
	bottom: 0px;
	color: #008000;
	height: 25px;
	text-align: right;
	border-top-style: dotted;
}
div.figure {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.kind-label {
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    padding:5px 5px;
    border:1px solid #333;
}
.kind-label.valuetype {
    background-color:#49a9d4;
    color:#fff;
}
.kind-label.instance {
    background-color:#49a9d4;
    color:#fff;
}


/* タブ */
#tab {
  margin: 0px;
  padding: 0px;
}
#tab li {
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  background: #eee;
}
#tab li.select {
  background: yellow;
}
#tab li:hover {
  background: yellow;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
}
