/*for CSS 2.0 */
ADDRESS,	BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM,FRAME, FRAMESET,	H1, H2, H3, H4, H5, H6, IFRAME, NOFRAMES, OL, P, UL, CENTER, DIR, HR, MENU, PRE
	{ display: block ;}
LI		{ display: list-item ;}
HEAD	{ display: none ;}
TABLE	{ display: table; margin-left: auto; margin-right: auto; }
TR	{ display: table-row }
THEAD	{ display: table-header-group }
TBODY	{ display: table-row-group }
TFOOT	{ display: table-footer-group }	
COL	{ display: table-column }
COLGROUP	{ display: table-column-group }
TD, TH	{ display: table-cell }
CAPTION	{ display: table-caption }
TH	{ font-weight: bolder; text-align: center ;}
CAPTION	{ text-align: center ;}	
/*BODY	{ padding: 0; line-height: normal; }	*/
BODY	{ padding: 0; line-height: 1.3em;	}
BODY	{ background-color:	white;	color:	black;	background-image: url(image/back_blue.png);  background-repeat: no-repeat;}
BODY	{ font-size:	medium;	direction:ltr;	}
BODY.past	{background-color:	#B1F1CF;	}
/*H1              { font-size: 2em; margin: .67em 0 }*/
H1		{ font-size: 1.5em; margin: 1.0em 0 .5em 0;	color:	#226; font-weight: bold; TEXT-DECORATION: underline}
H2		{ font-size: 1.3em; margin: 1.5em 0 .2em 0;	color: black;	font-weight: bold; }
H3		{ font-size: 1.17em; margin: 1.0em .5em .2em 0;	color:teal;	font-weight: bold; }
H4		{ margin: 0.8em .8em 0.2em 0;	color:green;}
P,	UL,	FIELDSET, FORM,	OL, DL, DIR, MENU
		{ margin: 0.8em 2% 0.2em 2%;}
P		{  font-weight: normal; }
H5	{ font-size: .83em; line-height: 1.17em; margin: 1.67em 1% ;}
H6	{ font-size: .67em; margin: 2.33em 1% ;}
H2, H3, H4,H5, H6, B,STRONG	{ font-weight: bolder; }
BLOCKQUOTE	{ margin-left: 40px; margin-right: 40px; background-color: #EBFFEB;	}
I, CITE, EM,	VAR, ADDRESS    { font-style: italic ;}
PRE, TT, CODE,KBD, SAMP       { font-family: monospace ;}
PRE             { white-space: pre ;}
BIG				{ font-size: 1.4em ;}
SMALL, SUB, SUP { font-size: .83em ;}
SUB             { vertical-align: sub ;}
SUP             { vertical-align: super ;}
S, STRIKE, DEL  { text-decoration: line-through ;}
/*HR              { border:1px inset;}	delleted for Netscape*/
HR              { clear:both;	margin:2px 2px 2px 2px; }
/*OL, UL, DIR, MENU, DD        { margin-left: 40px }*/
OL, UL, DIR, MENU, DD        { margin-left: 30px ;}
OL              { list-style-type: decimal ;}
OL UL, UL OL, UL UL, OL OL    { margin-top: 0; margin-bottom: 0 ;}
U, INS          { text-decoration: underline ;}
CENTER          { text-align: center ;}
/*	BR:before       { content: "\A" }	for Netscape6, delleted*/

/*H1, H2, H3		{ clear:both}	index$B$O!"8+=P$7$G2v$j9~$_2D(B*/
P				{text-indent:1em;}
.txtcnt		{text-align: center; }
IMG.left		{float:left;	margin:0.5em	;}
IMG.right		{float:right;	margin:0.5em	;}
DL				{margin: 0.5em 0 0 0;	}
DT				{text-decoration:underline; margin-top:0.4em;}
.blanch			{font-size:larger;	font-weight:bolder;}
DIV.main		{position:absolute; top:15px;	left: 155px; margin-right: 0.5em; padding-bottom: 2em;	}
DIV.menu		{margin-left: 0px;	margin-top: 15px;	width: 140px; text-align: center; }
DIV.sig		{position:absolute;	top:420px;	width: 140px;	font-size: smaller;	text-align: left;	margin: .5em;}
DIV.code		{background-color: #F9E9FE; margin-left: 1em;}
DIV.foot	{ text-align: center;  margin-top: 10px;  padding-top: 1em; 	position:absolute; bottom:10px; border-top: thin solod gray;}
.yaku	{color:gray;	font-style: italic; }
TABLE.winscp	{ border-top: medium solid blue; border-bottom: medium solid blue; 	}
TABLE.winscp TH {	border-bottom: thin solid blue; 	}	
/*TABLE.winscp TR {	border: thin solid blue; 	}	*/
TABLE.winscp TD {	border-bottom: thin solid blue; }
div.infoblock {    padding-top: 20px	}

DIV.lang		{position:absolute; top:4px;	left: 400px; margin: 0; padding: 0;	}

DIV.lang	a	{	border-style:	none;
			text-decoration:	none;
}
DIV.lang	img	{	border-style:	none;	}


/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em ;}
A[href]         { text-decoration: underline }
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change) */
/*       BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
       BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

       *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
       *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }
*/		/* <- Tihs commentation is needed by I.E 5.0*/

/* Elements that are block-level in HTML4 */
       ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
       FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
       NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
       DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
       COL, COLGROUP, TD, TH, CAPTION 
	            { 	unicode-bidi: embed; }
/* End bidi settings */


@media print {
         @page         { margin: 10% }
         H1, H2, H3,
         H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }}
         BLOCKQUOTE, 
         PRE           { page-break-inside: avoid }
         UL, OL, DL    { page-break-before: avoid ;}
	}

@media speech {
     H1, H2, H3, 
     H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
     H1            { pitch: x-low; pitch-range: 90 }
     H2            { pitch: x-low; pitch-range: 80 }
     H3            { pitch: low; pitch-range: 70 }
     H4            { pitch: medium; pitch-range: 60 }
     H5            { pitch: medium; pitch-range: 50 }
     H6            { pitch: medium; pitch-range: 40 }
     LI, DT, DD    { pitch: medium; richness: 60 }
     DT            { stress: 80 }
     PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
     EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
     STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
     DFN           { pitch: high; pitch-range: 60; stress: 60 }
     S, STRIKE     { richness: 0 }
     I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
     B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
     U             { richness: 0 }
     A:link        { voice-family: harry, male }
     A:visited     { voice-family: betty, female }
     A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
	}

