
/* ========= name="anchor" ============ */

a.name	{
	text-decoration  : none;   /* 下線が出るのを防ぐ（IE4、NC4.x） */
}


.underline  {
	color            : #4169E1;
	text-decoration  : underline; 
}

/* ========= name="headings" ========= */

P {
 	line-height: 150%;
 }
 

1	{
	font-size        : 15pt; 
}

h2	{ 
	font-size        : 1.8em; 
	font-weight      : bold;
}


h3  { 
	font-size        : 1.4em;
	font-weight      : bold; 
}

h4 { 
	font-size        : 1.2em;
	font-weight      : bold;
	text-align       : left;
	color            : #800080;
	background-color : #ececec; 
	margin-right     : 0em; 
	padding          : 0.25em 0em 0.25em 0.7em; 
	border-color     : #800080;
	border-style     : solid;
	border-width     : 1px 0em 0em 5px; 
}

h4.normal { 
	padding          : 0;
	border-width     : 0; 
}

h5 {
	margin-right     : 0px;
	padding          : 0px;
	border-color     : #800080;
	border-style     : solid;
	border-width     : 1px 0 0 0;
}

/* =========== name="paragraph" =========== */


blockquote  { 
	border-style     : solid;
	border-width     : 1px 2px 2px 1px;
	border-color     : #008080;
	background-color : #E0FFFF;  /*lightcyan */
	padding          : 6px 0em 5px 10px;
}

blockquote.file  { 
	border-style     : solid;
	border-width     : 1px 2px 2px 1px;
	border-color     : #4169E1;
	background-color : #dcdcdc; 
	padding          : 6px 0px 5px 10px;
}

/* ============ name="List" ============ */

ul,ul	{	
	list-style-type  : square;
	margin-top       : 0em;
}

ol  {
	list-style-type  : decimal;
}

ol,dl  {
	margin-top       : 2px;
	margin-bottom    : 7px;
}


/* ========== name="class" ============= */		


.text1 { 
	font-family: "ＭＳゴシック",Osaka;
	line-height: 120%;
	letter-spacing: 1
 }  


.text2 {
	font-family: "ＭＳゴシック",Osaka;
 	line-height: 150%;
 	letter-spacing: 0
 }  

.text3 {
	font-family: "ＭＳゴシック",Osaka;
	line-height: 100%;
	letter-spacing: 1;
	font-size: large
} 


.text4 {
	font-family: "ＭＳゴシック",Osaka;
	line-height: 100%;
	letter-spacing: 0;
	font-size: large
 }  


.address  {
	color            : fuchsia; 
	font-style       : italic ; 
	font-weight      : bold; 
}




/* =========== end ============== */