@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	background: #000000;
	color: #333333;
	font-size: 13px;
}

p, h1, h2, h3, h4, h5, h6, dl {
	margin: 0;
	line-height: 1.6;
}

p.footnote {
	font-size: 10px;
	color: #666666;
}

p.caution {
	font-size: 10px;
	color: #FF0000;
}

p a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}

p a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
}

h1 {
	background: url(../images/headline.png) no-repeat center left;
	padding: 3px 0 3px 20px;
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0066FF;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

hr {
	margin: 20px 10px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	height: 1px;
}

.clear {
	clear: both;

