/*
    article.css

    since   : Nov. 21, 1998
    version : Jan. 29, 2002
    author  : ASAMI, Tomoharu (asami@XMLSmartDoc.org)

    modified by T. Watanabe, 2010/5/20
*/

A:link {
  color: green;
}

A:visited {
  color: black;
}

A:hover{
	font-weight: bolder;
}

body {
	background: white; 
}

h1.title {
	color: black;
	text-align: center;
	border-style: outset;
	border-color: #FF9900;
	padding: 10pt;
	margin-left: 60pt;
	margin-right: 60pt;
	background: #FFFF66;
}

h1.part {
  font-weight: bold;
  color: black;
  background: gold;
  padding: 20pt;
}

h1.chapter {
  color: tan;
  background: black;
  text-align: left;
  padding: 5pt;
}

h2 {
	color: #003300;
	background: #FFFFCC;
	padding: 5pt;
	border-top: thin solid #003333;
	border-bottom: thin none #003333;
	border-left: thick solid #006633;
	border-right-width: thin;
	border-right-color: #003333;
}

h3 {
	color: black;
	background: #FFFFFF;
	padding: 2pt;
	margin-right: 100pt;
	border-bottom: medium dashed #006600;
}

h4 {
	color: black;
	background: #FFFFFF;
	padding: 1pt;
	margin-right: 200pt;
	border-bottom: thin dashed #006600;
}

dfn {
  font-weight: bold;
  font-style: normal;
}

code {
  font-family: helvetica, sans-serif;
  font-weight: bold;
}

li p {
  text-indent: 0pt;
}

dt {
  font-weight: bold;
}

th p {
  text-indent: 0pt;
}

td p {
  text-indent: 0pt;
}

div.tableCenter {
  text-align: center;
  	background-position: center;
}


table.data {
  margin-top: 10pt;
  margin-bottom: 10pt;
  background-color: green;
}

table.data caption {
  background-color: khaki;
  font-weight: bold;
}

table.data th {
  color: yellow;
  background-color: lightseagreen;
}

table.data td {
  background-color: antiquewhite;
}

table.data td.key {
  background-color: salmon;
  font-weight: bold;
}


table.menu {
  margin-top: 10pt;
  margin-bottom: 10pt;
  text-align: center;
}

table.menu caption {
  background-color: khaki;
  font-weight: bold;
}

table.menu th {
  color: yellow;
  background-color: lightseagreen;
}

table.menu td {
  color: Maroon;
  background-color: antiquewhite;
  font-weight: bold;
  padding: 10pt;
}

table.menu td.key {
  font-size: x-large;
  color: RoyalBlue;
  background-color: LightGreen;
  font-weight: bold;
  padding: 10pt;
}

table.menu td.key A:link {
  color: RoyalBlue;
}

table.menu td.key A:visited {
  color: RoyalBlue;
}

table.navigator {
}

table.navigator td {
  text-align: center;
  font-weight: bold;
}

table.languages {
  margin-bottom: 0pt;
  margin-top: 0pt;
  font-size: x-small;
}

table.languages td.current {
}

table.languages td.other {
  background-color: Orange;
}

p {
  margin: 0pt;
  text-indent: 1em;
  line-height: 130%;	/* Watanabe */
  margin-top: 0.5em;	/* Watanabe */
}

p ja {
  margin: 0pt;
  text-indent: 1em;
}

p.first {
  margin: 0pt;
  text-indent: 0em;
}

p.first_ja {
  margin: 0pt;
  text-indent: 1em;
}

div.title {
  text-align: center;
}

div.toc {
  background-color: cornsilk;
  padding: 10pt;
  border-style: inset;
  border-color: cornsilk;
  margin-top: 10pt;
  margin-bottom: 30pt;
}

div.titletoc {
  background-color: cornsilk;
  padding: 10pt;
  border-style: inset;
  border-color: cornsilk;
  margin-top: 10pt;
  margin-bottom: 30pt;
}

div.date {
  text-align: center;
}

div.org {
  text-align: center;
}

div.author {
  text-align: center;
  font-weight: bold;
}

div.email {
  text-align: center;
}

div.hp {
  text-align: center;
}

div.summary {
	border-style: inset;
	border-color: #06F;
	margin-top: 20pt;
	margin-bottom: 20pt;
	margin-left: 30pt;
	margin-right: 30pt;
	padding: 5pt;
	background-color: #E1FFFF;
	font-weight: bold;
}
.Break {
	color: #333333;
	background: #EEEEEE;
	padding-top: 2ex;
	height: 5ex;
	width: 70%;
	margin-top: 10ex;
	margin-bottom: 5ex;
	margin-right: 20%;
	margin-left: 10%;
	text-align: center;
}


div.comment {
  color: red;
  background: yellow;
}

span.comment {
  color: red;
  background: yellow;
}

div.navigator {
  background: khaki;
  border-top: 1pt solid black;
  border-bottom: 1pt solid black;
  text-align: center;
  margin-top: 10pt;
  margin-bottom: 10pt;
}

div.navigatortop {
  background: khaki;
  border-top: 1pt solid black;
  border-bottom: 1pt solid black;
  text-align: center;
  margin-bottom: 10pt;
}

div.navigatorbottom {
  background: khaki;
  border-top: 1pt solid black;
  border-bottom: 1pt solid black;
  text-align: center;
  margin-top: 10pt;
}

div.languages {
  text-align: right;
}

div.footnote {
  background: antiquewhite;
}

div.fyi {
	color: #4F0000;
	background: #FDEEFF;
	padding: 5pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

div.fyi div.title {
  background: antiquewhite;
  font-weight: bold;
  padding: 5pt;
  margin-top: 5pt;
  margin-bottom: 5pt;
}

div.caption {
  background: lavender;
  font-weight: bold;
  padding: 5pt;
  width: 300pt;
  margin-top: 10pt;
}

div.result {
  background: ivory;
  border-style: inset;
  border-color: gold;
  padding: 10pt;
  margin-top: 10pt;
  margin-bottom: 10pt;
}

span.caption {
  background: lavender;
  font-weight: bold;
}

pre.program {
  background-color: gainsboro;
  font-family: courier, monospace;
  padding: 5pt;
  margin-right: 30pt;
}

pre.program em {
  color: red;
  font-style: normal;
}

pre.program strong {
  color: red;
  background-color: yellow;
  font-style: normal;
}

pre.program span.keyword {
  color: Blue;
  font-style: normal;
}

pre.program span.primitive {
  color: Green;
  font-style: normal;
}

pre.program span.comment {
  color: Red;
  background-color: gainsboro;
  font-style: normal;
}

pre.program span.quote {
  color: OrangeRed;
  font-style: normal;
}

var {
  color: green;
  font-style: italic;
}

tt {
  font-family: courier, monospace;
}

code {
  font-family: helvetica, sans-serif;
  font-weight: bold;
}

pre.console {
  background-color: black;
  color: white;
  font-family: courier, monospace;
  padding: 5pt;
  margin-right: 30pt;
}

pre.console kbd {
  font-family: courier, monospace;
  color: yellow;
}

span.toggle {
  font-weight: bold;
}

div.figure {
  text-align: center;
}

img.figure {
  margin: 10pt;
}

div.equation {
  margin-top: 1em;
  margin-right: 30pt;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-left: 4em;
  padding-bottom: 1em;
  background: powderblue;
}

div.equation table {
}

div.equation table td.padding {
  width:2em
}

td.equationNumber {
  width: 4em;
  text-align: right;
}

/* watanabe */



blockquote {
	border-width: thin;
	border-style:dashed;
	padding: 0.5em;
}

.red {color: #E20000 }

.bold {font-weight: bold}

.center {text-align:center}

.Blkcenter {margin-right: auto; margin-left: auto; }

.centerBigRoyalblue {
	COLOR: royalblue; TEXT-ALIGN: center; font-size: 120%
}

.Todo { color: #8B4513
}

DT {	
	font-weight: bold
}


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

DD.title { 	
	font-size: 2.0em ;
	font-weight: 300 ;
	text-align: center
}

.abstract {
	MARGIN-LEFT: 3em;
	MARGIN-RIGHT: 3em;
	background: #F0FFFF
}

.narrow {
	MARGIN-LEFT: 4em;
	MARGIN-RIGHT: 4em;
}

.note {
	BACKGROUND-COLOR: #E6F4F7;
	margin-top:1em;
	margin-left:2em;
	margin-right:2em;
	margin-bottom: 2ex;
	padding:4px;
	border-width:thin;
	border-style:solid;
	border-color:black
}

p.Myequation {
  margin-top: 0.5em;
  margin-right: 30pt;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left: 4em;
  padding-bottom: 0.5em;
  background: powderblue;
}

div.example {
	background-color: gainsboro;
	font-family: courier, monospace;
	padding: 5pt;
	margin: auto;
	background-position: center;
	width: auto;
}	


ul.nobullet {
	list-style: none;
}

table ul {
	margin-left: -1em;
}

p.figure {
  text-align: center;
}


/* Layout CSS float;left */

div.LT_example {
	background-color: gainsboro;
	padding: 5pt;
	width: 26em;
}

.LT_example .LTheader {
	margin: 0px;
	padding: 0.5em;
	border: solid 1px #AAAAAA;
	background-color: #00CCFF;
	text-align: center;
	height: 2ex;
	width: 25em;
}

.LT_example .LTnavigation {
    float: left;
    width: 7em;
    margin: 0px;
    padding: 0px;
    border: solid 1px #AAAAAA;
    background-color: #FFFF99;
}

ul.LTnavi {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.LTnavi li {
    margin: 0px;
    padding: 0.5em;
    border: groove 1px #AAAAAA;
    background-color: #EEEEEE;
}

.LT_example .LTcontent {
	float: left;
	margin: 0px;
	width: 13em;
	padding: 0.5em;
	background: center;
	font-size: larger;
	vertical-align: middle;
}

.LT_example .LTfooter {
	clear: both;
	margin: 0px;
	padding: 0.5em;
	border: solid 1px #AAAAAA;
	background-color: #00CCFF;
	text-align: center;
	height: 2ex;
	width: 25em;
}

/* Layout CSS position: relative */
div.LT_example2 {
	background-color: gainsboro;
	font-family: courier, monospace;
	background-position: center;
	padding: 5pt;
	width: 21em;
	height: 12ex;
}

.LT_example2 .LT_TopNews {
	height: 10ex;
	width: 13em;
	position: relative;
	top: 4ex;
	left: 8em;
}

.LT_example2 .LT_weather {
	height: 4ex;
	width: 7em;
    border: solid 1px #AAAAAA;
    background-color: #EEEEEE;	
	position: relative;
	top: -6ex;
	left: 0px;
}

.LT_example2 .LT_stock {
	height: 4ex;
	width: 7em;
    border: solid 1px #AAAAAA;
    background-color: #EEEEEE;
	position: relative;
	top: -6ex;
}

.LT_example2 .LT_top_line {
	height: 4ex;
	width: 21em;
    border: solid 1px #AAAAAA;
    background-color: #00CCFF;
	text-align: center;
	position: relative;
	top: -19ex;
}


/* */
.FigCaption {
  font-weight: bold;
  padding: 5pt;
  margin-top: 0pt;
  margin-left: 100pt;
  margin-right: 100pt;
  margin-bottom: 1ex;
  text-align: center;
}


.CSSpower {
	font-size: larger;
	font-weight: bold;
	color: #FF3300;
	background: #FFFFCC;
	margin-right: 2px;
	border: thin solid #FFFF33;
	width: 5em;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
}

.example .LT_ad {
	font-size: larger;
	font-weight: bold;
	background-color: #00CCFF;
	text-align: center;
}

.navi li {
	background: #FF99FF;
	display: block;
	margin: 0px;
	padding: 0.3em;
	list-style: none;
	color: #FFFFFF;
	float: left;
	border: 1px solid #CC3399;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	width: 10em;
	text-align: center;
}

img.noborder { 
    margin-right: 1em;
    padding: 0;
    border: 0;
}

.TOCBackLink {
	display: block;
	padding-top: 1em;
	padding-left: 1em;
	color: #660000;
}

.TOCLevel2 {
	font-size: larger;
	font-weight: bold;
	padding-left: 1.5em;
}

.TOCLevel3 {
	font-size: large;
	padding-left: 3em;
}

.TOCLevel4 {
	padding-left: 4.5em;
}


.TOCLevel5 {
	padding-left: 6em;
	font-size:small;
}

.TOCLevel6 {
	padding-left: 7.5em;
	font-size:smaller;
}



/* +++++++++++++++++++++++++++++++++ */
@media print {

body {
	font-size: 10.5pt;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

h1.title {
	margin-left: 10pt;
	margin-right: 10pt;
	font-size: larger;
}

#toc {
	font-size: smaller;
}

.NoPrint {
	display: none;
}

ul.ex-toc {
	font-size: small;
}

ul.ex-toc li.ex-toc-2 {
	display: none;	
}

ul.ex-toc li.ex-toc-3 {
	display: none;	
}

ul.ex-toc li.ex-toc-4 {
	display: none;	
}

ul.ex-toc li.ex-toc-5 {
	display: none;	
}

#toc a {
	text-decoration: none;
}

.TOCBackLink {
	display: none;
}

/*h2 {
	page-break-before: always;
}
*/

}

