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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00399;
}

h1, h2, h3, {
	margin-top: 0;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

p.t1 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

p.t2 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-align: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

p.t3 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	border-bottom: none;
}

ul {
list-style: none;
text-indent: 10px;
background: url(images/bullet.png) no-repeat left center;
padding-left: 20px
}

ul2 {
list-style: none;
text-indent: 10px;
background: no-repeat left center;
padding-left: 20px
}

/* Content */

#content {
	position: absolute;
	top: 200px;
	left: 330px;
	width: 640px;
	height: 510px;
	overflow: auto;
}

/* Marquee */

#marquee {
	position: absolute;
	top: 20px;
	left: 280px;
	width: 600px;
	height: 100px;
	overflow: auto;
}
