@charset "UTF-8";

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFFF;
	color: #333333;
	font-family: sans-serif;
	font-size: medium;
	line-height: 1.4em;
	padding: 1em;
}

div#container
{
	margin: 0 auto;
	width: 800px;
}

div#header
{
	border-bottom: 1px solid #333333;
	margin-bottom: 1em;
}

div#main
{
	float: left;
	width: 624px;
}

div#sidebar
{
	float: right;
	width: 160px;
}

div#footer
{
	border-top: 1px solid #333333;
	clear: both;
	font-size: xx-small;
}

h1
{
	font-size: small;
}

h2
{
	font-size: large;
	margin-bottom: 1em;
}

h3
{
	border-bottom: 1px solid #993333;
	font-size: medium;
	margin-bottom: 1em;
}

h3
{
	font-size: medium;
	margin-bottom: 1em;
}

p
{
	margin-bottom: 1em;
}

p.pagetop
{
	font-size: small;
	text-align: right;
}

p.notice
{
	background-color: #FCFCFC;
	border-left: 12px solid #993333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 1em;
}

p.info
{
	background-color: #FCFCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 1em;
}

p.note
{
	font-size: small;
}

p#menu
{
	font-size: small;
	text-align: center;
}

table
{
	border-collapse: collapse;
	margin-bottom: 1em;
	width: auto;
}

th, td
{
	border: 1px solid #333333;
	padding: 0.2em 1em;
}

th
{
	background-color: #EEEEEE;
}

ul
{
	margin-bottom: 1em;
}

li
{
	margin-left: 2em;
}

dl
{
	margin-bottom: 1em;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-left: 2em;
}

a:link { color: #333399; }
a:visited { color: #993399; }
a:active { color: #993333; }
a:hover { color: #993333; }

a img
{
	border: 0;
}

span.variable
{
	color: #333366;
	font-style: italic;
}
