/*
    Last modified: "2003/09/07 13:49:12 (JST)"

    font-size  変更前                        変更後

	font-size:17px  → 大きめ         → 120%
	font-size:14px  → 標準           → 100%
	font-size:12px  → ちょい小さめ   → 90%
	font-size:10px  → 小さめ         → 75%

	top_txt の font-size:10px  → 固定が必要なので変更なし．

*/

BODY	{
	background-color:moccasin;
	text-align:center;
	background:url(images/bg.gif);
	color:#2b5482;
	}
IMG	{ border:0px; }
A	{ text-decoration:none; color:#4682ef; }
A:hover	{ text-decoration:underline; color:blue; }
A:active{ text-decoration:underline; color:red; }
STRONG	{ font-weight:bold; }
ADDRESS	{ font-style:normal; }
H1	{
	font-size:120%;
	text-decoration:bold;
	text-align:left;
	line-height:130%;
	/* margin-top:25px; */
	margin-top:15px;
	}
H2	{
	background:#1a324a url(images/bgbar.jpg) repeat-y top;
	width:570px;
	margin:15px 10px;
	padding:1px 5px;
	border:outset;
	border-width:1px 3px 3px 1px;
	color:lightcyan;
	font-size:100%;
	text-decoration:bold;
	text-align:left;
	clear:both;
	}
H3	{
	font-size:100%;
	text-decoration:bold;
	text-align:left;
	margin:0px 18px;
	}
H4	{
	font-size:100%;
	text-decoration:bold;
	text-align:left;
	margin:0px 24px;
	}
P	{
	margin:5px 30px 10px 30px;
	text-align:left;
	font-size:100%;
	/* text-indent:8px; */
	clear:both;
	}
TABLE	{ border:0px; }
.infob	{ border:1px inset; }
TD	{ /* text-align:center; */ font-size:100%; padding:5px; }
UL.members	{
	clear:both;
	text-align:left;
	margin:0px 90px;
	line-height:120%;
	}
OL,UL	{ text-align:left; margin:10px 50px; }
KBD,SAMP	{
	white-space:pre;
	color:#990000;
	font-family:monospace;
	margin:10px 20px;
	display:block;
	line-height:100%;
	}
.top	{
	width:600px;
	margin:0px 0px 5px 0px;
	padding:0px;
	/* text-align:center; */
	}
.top_txt {
	margin:5px 0px 0px 0px;
	height:40px;
	text-align:left;
	font-size:10px;
	line-height:90%;
}
.top_links	{ float:right; }
.separated	{
	background:white url(images/bg3.jpg) no-repeat top right;
	width:600px;
	margin:0px;
	padding:0px;
	font-size:100%;
	line-height:115%;
	}
.separated_a	{
	width:600px;
	height:89px;
	margin:0px;
	padding:0px;
	border:5px inset;
	/* text-align:center; */
	}
.separated_b	{
	width:600px;
	margin:0px;
	padding:0px;
	border:5px inset;
	text-align:left;
	}
.all	{
	background:white url(images/bg3.jpg) no-repeat top right;
	width:600px;
	margin:0px;
	padding:10px 0px;
	border:5px inset;
	/* text-align:center; */
	font-size:100%;
	line-height:115%;
	}
.timg	{ /* text-align:center; */ border:0px; }
.info	{ margin:10px 110px; }
.links	{ margin:20px 35px; list-style:none; /* text-align:center; */ }
.etc	{
	font-size:75%;
	line-height:102%;
	margin 15px;
	}
.top-img	{ border:0px; margin:5px 0px 5px 5px; }
.bottom-img	{ border:0px; margin:0px 5px 5px 0px; }
.top-back	{ text-align:left; font-size:90%; float:left; }
.bottom-back	{ text-align:right; font-size:90%; }
.time-stamp { text-align:right; font-size:75%; margin 0px;}
