/* CascadingStyleSheet(CSS) */
BODY {
	OVERFLOW-Y: auto; 
	MARGIN: 0px; 
	DIRECTION: rtl; 
	FONT-FAMILY: "MS Gothic", serif;
	BACKGROUND:url(img/jo_face.gif) #FFFAFA;
}

A	{ text-decoration: none; }
a:link		{color:#000080 }	/* 未訪 */
a:visited	{color:#191970 }	/* 既訪 */
a:active	{color:#0000FF }	/* 作動中 */

DIV {
	DIRECTION: ltr
}
DIV.header {
	FONT-SIZE: 110%;
	font-weight: bolder; 
	OVERFLOW-X: auto; 
	HEIGHT: 10% ;
	margin-top: 8px; 
	margin-left: 70px; 
	margin-bottom: 0px; 
	margin-right: 70px; 

}
.header P {
	margin-top: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	TEXT-INDENT: 0px
}

A:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #037
}
DIV.text {
	OVERFLOW: auto;
	/*WIDTH: 80%;*/
	border-style:solid;/*solid rigde inset outset */
	border-width:1px 1px;
	border-color:#708090;
	margin-top: 5px; 
	margin-left: 50px; 
	margin-bottom: 5px; 
	margin-right: 50px; 
	padding:1.5em;
	LINE-HEIGHT: 2;
	/*WRITING-MODE: tb-rl;*/
	HEIGHT: 70%;
	BACKGROUND-COLOR:#FFFFF0;
}
H1 {	MARGIN: 0.5em,0.25em;	FONT-SIZE: 110%;	font-weight: bold; 
}

H2 {
	MARGIN: 10% 5%
}
H3 {	FONT-SIZE: 100%;
	font-weight: normal;
	text-align: right; 
}

HR {
	MARGIN: 10% 5%
}

P {
	MARGIN: 0.5em,0.5em; 
	TEXT-INDENT: 1em
}
P.author {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 120%; 
	TEXT-ALIGN: right
}
.gaiji {
	width:1em;
	height:1em;
	vertical-align:text-top;
}
/* 外字<IMG src=" x.gif" alt="読み" class="gaiji"> middle*/


DIV.footer {
	FONT-SIZE: 95%;
	font-weight: bolder; 
	OVERFLOW-X: auto;
	HEIGHT: 10%
	BACKGROUND-COLOR:#E6E6FA;
}
.footer P {
	margin-top: 0px; 
	margin-left: 70px; 
	margin-bottom: 0px; 
	margin-right: 70px; 
	TEXT-INDENT: 0px
}
.footer H3 {
	margin-top: 1%; 
	margin-left: 60px; 
	margin-bottom: 0px; 
	margin-right: 60px; 
	TEXT-INDENT: 0px;
	FONT size:100%;
	FONT-FAMILY:"Times New Roman";
	text-align:right ; /*center left*/
}
