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

h1 {
	font-size: 1.5em;
	margin: 0.5em 0;
	color: #A00000;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #010060;
	margin: 0.5em 0;
}

h3 {
	font-size: 1em;
	margin: 0.4em 0;
	font-weight: bold;
	color: #010060;
}

h4 {
	font-size: 1em;
	margin: 0.4em 0;
}

h5 {
	font-size: 0.8em;
	margin: 0.2em 0;
}

h6 {

}

p {
	margin: 0.5em 0;
	line-height: 1.1em;
}

a, a:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	color: #000050;
	text-decoration: none;
}

ol {
	list-style: decimal;
	margin: 1em 0 1em 3em;
}

ol li {
	margin: 0.3em 0;
}

ul {
	list-style: url(../images/V3_Layout/bullet.png);
	margin: 1em 0 1em 4em;
}

ul li{
	margin: 0.3em 0;
	font-size: 0.9em;
	color: #400000;
}

strong { font-weight:bold; }

table {margin: 0;}
table td {padding: .2em 1em;}
table th {padding: 0em 0.3em; text-align: right; font-weight: bold;}

em { font-style:italic; }