body		{background-color: ivory;
		color: black;
		scrollbar-3d-light-color: orange;
		scrollbar-arrow-color: orange;
		scrollbar-shadow-color: white;
		scrollbar-base-color: orange;
		scrollbar-face-color: ivory;
		scrollbar-darkshadow-color: orange;
		scrollbar-highlight-color: white;
		windowfreame-color: white;
		text-align: center;
		}

a:link       {text-decoration : none;	color: #FF4499; }
a:visited    {text-decoration : none;	color: dodgerblue; }
a:hover      {text-decoration : none;	color: darkorange; }

/* 色テーブル */

td.line1	{ background-color: cornsilk;
		line-height:1.5em;
		line-width :200px;}

td.line2 	{ background-color: cornsilk;
		line-height:1em;}

/* 見出し */
td.topic	{ background-color: cornflowerblue;
		color : white;
		line-height: 1em;}

td.topic2	{ background-color: #FF9966;
		color : white;
		font-size  : 120%;
		line-height: 1.5em;
		line-width : 200px;}

td.topic3	{ background-color: cornflowerblue;
		color : white;
		font-size  : 120%;
		line-height: 1.5em;}

h1		{ font: bold 4em/0.3em;}

h3		{ font-size: 100%;
		color: black;
		width: 500px;
		margin: 0px;
		padding: 3px 3px 3px 10px;
		border-left: 10px solid cornflowerblue;
		border-top  : 1px solid cornflowerblue;
		border-right: 1px solid cornflowerblue;
}

p.text	{ font-size: 80%;
		color: black;
		width: 500px;
		line-height: 150%;
		margin: 0px;
		padding: 10px;
		border: 1px solid cornflowerblue;
}

p.turn	{ font-size: 80%;
		width: 500px;
}

p.p1		{ border-color: cornflowerblue;
		border-style: solid;
		border-width: 3px 0px 3px 3px;}

p.p2		{ border-color: gold;
		border-style: dotted;
		border-width: 0px 0px 4px 4px;}

div#whatsold	{ overflow: scroll;
		width: 33em; height: 8em;
		background-color: ivory; border: 1px insert;
		padding: 0.5em;
		scrollbar-3d-light-color : ivory;
		scrollbar-arrow-color : orange;
		scrollbar-shadow-color : ivory;
		scrollbar-face-color : ivory;
		scrollbar-base-color : ivory;
		scrollbar-darkshadow-color : ivory;
		scrollbar-highlight-color : ivory;
		border-color: gold;
		border-style: dotted;
		border-width: 0px 0px 4px 4px;	}
