/* main.css *//* テキストは「S-JIS / LF」で記述する */body {	color: black;	background-color: white;		margin: 3%;		/*text-align: center;*/}a:link { color: #0000A4; text-decoration: none; }a:visited { color: #800080; text-decoration: none; }a:hover { text-decoration: underline; }h1 {	color: #336666;	font-size: 24pt;	font-weight: bold;	text-align: center;	margin-bottom: 0%;}h2 {	color: #0F106F;	font-size: 14pt;	text-align: left;	margin-bottom: 0%;}h3 {	color: #0F106F;	font-size: 12pt;	font-weight: bold;	text-align: left;	margin-bottom: 0%;}div.title {  text-align: center;}div.contents {	/*margin-left: 5%;*/	text-align: left;		margin-left: 10%;	margin-right: 10%;}div.header {	text-align: right;	font-family: monospace;		margin-left: 3%;	margin-right: 3%;}div.footer {	text-align: left;	font-family: monospace;		margin-left: 3%;	margin-right: 3%;}div.center {	text-align: center;}ul {	list-style-type: disc;	text-align: left;		margin-top: 0.7em;	margin-bottom: 0.7em;}ol {	margin-top: 0.7em;	margin-bottom: 0.7em;}/*li ol li {	border-bottom: 1px solid #0F106F;}*/li ul, li ol {	margin-top: 0.2em;	margin-bottom: 0.2em;}li {	font-family: monospace;}hr {	margin-top: 1%;	margin-bottom: 1%;}/* Button definitions *//* <div class="button1"><a href="">name <em>exp</em></a></div> *//* source = http://www.frejol.org/archives.live?id=2003040601 *//* Begin button definition */.button1 {	border: 1px solid black;	background: white;	margin: 0 0 0.5em 0;	padding: 1px;	font-family: "Helvetica", "Arial", Sans-Serif;	font-size: x-small;	width: 20/*12*/em;}.button1 a:link, button1 a:visited, .button1 a:active {	display: block;	background: #cccccc;	text-decoration: none;	color: #4444ff;}.button1 a:hover {	background: #aaaaff;}.button1 strong {	background: white;	font-weight: normal;	padding: 0 3px 1px 3px;}.button1 em {	font-style: normal;	font-weight: normal;	color: black/*white*/;	padding: 0 0 0 1px;}/* End button definition */