﻿@charset "utf-8";
/* CSS Document */
/*		Reset		*/
#wrap {
	margin: 0 auto; width: 500px; font-family: Arial, Helvetica, sans-serif;
}
.infobox {
	padding: 5px 20px 5px 20px; font-size: 16px; text-align: justify;
}
h1 {
	padding-left: 20px; line-height: 20px; letter-spacing: 5px; color: #990000;
}
h2, h3 {
	letter-spacing: 5px;
	}
h5 {
	margin: 0 auto;	
}
.infobox h5 {
	border-bottom: 1px dotted #000000;
}
a {
	color: #990000;
}
a:hover {
	background-color: #eeeeee;
}
.style1 {
	text-align: center;
}
.style2 {
	border-style: solid;
	border-width: 0;
}
.style3 {
	color: #800000;
}
.style4 {
	font-size: small;
}
.style5 {
	color: #008000;
}
.style6 {
	color: #0000FF;
}
.style7 {
	text-decoration: underline;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
}
.style9 {
	border: 1px solid #800000;
}