/* main.css */
body
{
	font-family: sans-serif;
	background-color: white;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
	color: black;
	margin: 0px;
}
span
{
	font-size: 80%;
	color: #666666;
}
a{ color: #000099; }
a:hover
{
	background-color: #DDDDDD;
}
p
{
	margin: 5px;
	padding-left: 20px;
	padding-bottom: 0.3em;
	line-height: 1.2em;
}
p.right
{
	text-align: right;
}
p.def
{
	background-color: #DDDDDD;
	padding-left: 2px;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}
p.caution
{
	color: white;
	background-color: #666666;
	padding-left: 2px;
	margin: 0px 0px 2px 0px;

}
h1
{
	font-style: Italic;
	padding-left: 20px;
	margin-top: 0px;
}
h2
{
	border: solid #999999;
	border-width: 1px 1px 1px 10px;
	margin-left: 10px;
	padding-left: 5px;
}
h3
{
	border: solid #999999;
	border-width: 1px 0px 0px 10px;
	padding-left: 5px;
	padding-top: 2px;
	margin: 10px 200px 3px 13px;
/*	width: 200px;*/
}
h4
{
	border: solid #999999;
	border-width: 0px 0px 0px 5px;
	padding-left: 5px;
	padding-top: 2px;
	margin: 10px 0px 3px 20px;
}
blockquote
{
	margin-left: 4em;
}
img
{
	margin: 0px;
	padding: 0px;
}
img#image1
{
	position: absolute;
	right: 380px;
	top: 240px;
}
img#image2
{
	position: absolute;
	right: 320px;
	top: 280px;
}
img#image3
{
	position: absolute;
	right: 260px;
	top: 320px;
}
img#image4
{
	position: absolute;
	right: 200px;
	top: 360px;
}
img#image_newyear
{
	position: absolute;
	left: 300px;
	top: 300px;
}

table
{
	margin: auto;
	margin-top: 10px;
	width: 90%;
	border: 1px solid black;
}
table th
{
	background-color: #DDDDDD;
	text-align: left;
	padding: 2px 10px;
	border: 1px solid black;
}
table td
{
	padding-left: 10px;
	padding-top: 2px;
	border: 1px solid black;
}
address
{
	text-align: center;
}
div#title
{
	background-image: url(title_bg.gif);
	background-repeat: no-repeat;
	height: 120px;
	margin: 0px;
}
div#illust
{
	width: 200px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
div#menu
{
	clear: both;
	margin: 0px;
	background-color: #666666;
	padding: 0.2em 0.2em;
	letter-spacing: 0px;
	font-weight: bold;
	border: solid 1px #666666;
}
div#menu ul
{
	color: white;
	margin: 0px;
}
div#menu li
{
	display: inline;
	list-style-type: none;
	margin: 0px 0.3em;
}
div#menu a
{
	color: white;
}
div#menu a:hover
{
	color: #333333;
}
div#list
{
	border: solid #666666;
	border-width: 0px 1px 1px 1px;
	width: 180px;
	float: right;
	font-size: 80%;
}
div#list p
{
	margin: 0px;
	padding: 2px 4px;
}
div#list a
{
	color: black;
}
div#page
{
	margin-right: 200px;
}
div#page p
{
	margin-left: 1em;
}
div#page img.index
{
	float: left;
	padding: 0px 10px 10px 5px;
}
div#page h2, h3, h4, p.right
{
	clear: left;
}
div#page h2 a:hover
{
	background-color: white;
}
div#page h3 a:hover
{
	background-color: white;
}
div#copyright
{
	clear: both;
	margin: 0px;
	color: white;
	background-color: #666666;
	text-align: center;
	border: solid 1px #666666;
}


