/*
*	≪LaTeXとの対応≫
*		≪Bookのみ≫
*			\part			{部のタイトル}
*			\chapter		{章のタイトル}
*		
*		≪全体的に≫
*			\section		{節のタイトル}		1.		はじめに
*			\subsection		{小節のタイトル}	1.1.	はじめのはじめ
*			\subsubsection	{少々節のタイトル}	1.1.1.	はじめのはじめのはじめ
*	≪h1, h2, h3, h4≫
*		h1	title			題名（タイトル）
*		h2	section			節
*		h3	subsection		小節
*		h4	subsubsection	少々節
*/

/* ********** ********** *********** *********** *********** */

body,
table, tr, td, th,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4,
p,
{
	font-family:	"ＭＳ ゴシック", "Osaka−等幅";
	line-height:	1.2em;
	margin:		0.0em;
	color:		#000000;
}

/* ********** ********** *********** *********** *********** */

h1, h2, h3, h4
{
	font-family:	"ＭＳ ゴシック", "Osaka−等幅";
	font-weight:	bold;

/*	color:		#339900;				*/
	color:		rgb(051,153,00);

	line-height:	100%;
	
	padding:	0.2em 0.1em 0.1em 0.1em;
	
	border-width:	0.0em 0.0em 0.0em 0.0em;
	border-color:	rgb(051,153,00);
	border-style:	solid;
	
	margin:		0.5em 0.0em 0.0em 0.0em;

}

h1
{
	font-size:	200%;
/*	margin:		0.0em 0.0em 0.0em 0.0em;		*/
/*	margin:		0px:					*/
	padding:	0.0em 0.5em 0.1em 0.5em;
	text-align:	center;
}

h2
{
	font-size:		160%;
/*	margin:			1.0em 0.0em 0.0em 0.0em;		*/
	padding:		0.1em 0.1em 0.0em 0.1em;
	border-width:	0.1em 0.0em 0.05em 0.0em;


}

h3
{
/*	font-size:		1.3em;					*/
	font-size:		130%;
/*	margin:			2.0em 0.0em -0.5em 1em;			*/
}

h4
{
	font-size:		100%;
}

.midasi
{
	font-style:		italic;
	border-color:	rgb(051,153,00)
	border-style:	solid;
	border-width:	0.0em 0.0em 0.1em 0.1em;
}

/* ********** ********** *********** *********** *********** */

p
{
/*	text-indent:	1.0em;				*/
	text-indent:	0.0em;
	margin: 	1.0em 1.0em 1.0em 1.0em;
	line-height:	1.4em;
	
}

li
{
	margin:		10px 10px 10px 50px
}

blockquote
{
	margin:		10px 10px 10px 15px
}

table.p
{
	margin:		10px 10px 10px 15px
}

/* ********** ********** *********** *********** *********** */

form { text-indent: 0.7em; margin: 10px 10px 10px 15px }


.tyuusyaku {  font-size: x-small}
.link_to { font-size: 16px; line-height: 1em; margin: 20px 0px -10px 15px }

.menu_left { font-family: "ＭＳ ゴシック", "Osaka−等幅"; color: #000080}
.menu_top { color: #3300CC; font-size: 12pt}

.menu_left_big {  font: bold large "ＭＳ ゴシック", "Osaka−等幅"}

.jigyousya { text-align: right; font-size: smaller }




/* ------------------------- end ------------------------------ */
