﻿* { margin: 0; padding: 0; }
body {
	background-color: #fff;
	font-size: 80%;
	line-height: 160%;
	width: 580px;
	margin: 50px auto;
	font-family: 'Verdana', sans-serif;
}
h1 {
	color: #690;
	margin-bottom: 1em;
	padding: 12px;
	background-color: #fff;
	font-size: 150%;
	text-align: right;
}
h2 {
	color: #696;
	line-height: 120%;
	font-size: medium;
	margin: 18px 0 4px;
}
h3 {
	margin-top: 40px;
}
p, ul {
	color: #333;
	margin-bottom: 1.6em;
	margin-left: 1em;
}
hr {
	height: 1px;
	border-botom: 1px solid;
}
input {
	font-family: 'Verdana', sans-serif;
}
em  { font-style: normal; text-decoration: underline; }
strong  { font-weight: bold; }

/* リンク */
a			{ color: #333; text-decoration: none; }
a:link		{ color: #080; text-decoration: none; }
a:visited	{ color: #660; text-decoration: none; }
a:active	{ color: #f40; text-decoration: underline; }
a:hover		{ color: #f80; text-decoration: underline; }

#MAIN {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #000;
}
p.version {
	font-size: smaller;
	text-align: right;
}
