BODY{ 	margin-top: 2em ; 	margin-left:3em; 	margin-right:3em; 	margin-bottom:2em; 	line-height: 1.5em ;	background-color:#FFFFFF;	}/*カーソルを載せたらアンダーラインができて太くなる。色はMaroon赤っぽい色*/	A:hover	{ 	color: #800000;	text-decoration : underline; 	font-weight: bold; 	}/*通常のリンクスタイル。色はGreen*/	A:link	{ 	color:008000; 	text-decoration:none ; 	}/*訪れたリンクスタイル。色はBrown*/	A:visited	{  	color: #A52A2A; 	text-decoration:none ;	}/*クリックしたときのリンクスタイル。色はDarkOrange*/	A:active	{	color:#FF8C00; 	text-decoration:none ;	}p.main {	line-height: 0.5em ;	margin-left:5em; 	margin-right:5em; 	}.leftbox	{	width: 48%;	line-height: 1.3em ;	top: 1em;	left: 1.5em;	position: absolute;	}.rightbox	{	width: 45%;	line-height: 1.3em;	top: 1em;	right:1.5em;	position: absolute;	}/*トップページの下のコピーライトを入れるボックス*/.topbottom	{	text-align: center;	font-size: small ;	width: 100%;	height:50px;	line-height: 1.3em ;	top: 42em;	right:3em;	position: absolute;	}/*各ページの下のコピーライトを入れるボックス*/.box	{	text-align: center;	font-size: small ;	width: 100%;	line-height: 1.3em ;	}/*トップページの右のリンクメニューボックス。*/.menu 	{	border-bottom-style : solid;	border-color : #ffc100;	border-bottom-width : 3px;	width: 95%;	}.info	{	float: left;	width: 100%;	}/*トップページの更新日と場所のボックス。色はDarkgoldenod*/p.update	{	color: #b8860b;	}/*各indexページのタイトル用ボックス。色はDarkgreen*/.pagetitle	{	margin: 0.5em 0.5em 0.5em 0.5em;	width: 100%;	height: 4.5em;	font-size: medium;	font-weight: bold;	color: #006400;	text-align: center;	background-image: url(images/icon01.gif);	background-repeat: no-repeat;	background-position: top left;	}h3	{	color: #B8860B;	border-bottom-style : solid;	border-color : #006400;	border-bottom-width : 2px;	width: 80%;	}h4	{	color: #006400	}	table {	font-size			:	x-small;	width				:	725px;}td {	font-size			:	x-small;	vertical-align		:	top;}td a {	font-weight			:	normal;}td.y{	font-size			:	small;	width				:	50px;}td.m{	font-size			:	small;	width				:	60px;}th {	color				:	white;	font-size			:	medium;	background-color	:	blue;	font-weight			:	bold;}