/* ページ全体 */     
body{
	color: #000000; 
	background: url(Gif/logo.gif) no-repeat scroll 5% 0%;
	background-color: #FFEEFF;
	font-size: x-small;
	margin-left: 5%;
	margin-right: 10%;
}

/* h1 */
h1{
	font-size: x-large;
	text-align: right;
	color: #ff9900;
	border-width: thin 0.5em medium 0em;
	border-style: none solid solid none;
	border-color: #999966;
	padding: 0.2em 0.8em 0.1em 1.5em;
	margin-top: 40pt;
	margin-bottom: 30pt;
}

/* h2 */
h2{
	font-size: 14pt;
	margin-top: 2em;
	color: #000080;
	background-color: #FF55FF;
	/*background-image: url(Gif/h2.gif);*/
}

/* h3 */
h3{
	color: #000080;
	margin-top: 21pt;
	margin-left: 1em;
	background-image: url(Gif/h3.gif);
}

/* li 
li{
	font-size: x-small;
	margin-top: 5pt;
}
*/

/* 表 */
tbody{ font-size: 10pt;}
TD { font-size: 10pt;}
	
/* リンク */
A:link {text-decoration: underline; color: BLUE;}
A:visited {text-decoration: underline; color: BLUE;}
A:active {text-decoration: underline; color: RED;}
A:hover {text-decoration: underline; color: RED;}

       