body,table {
	font-family: verdana, arial, serif;
	font-size : 10pt;
	color: #000000;
	line-height: 17px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #E6E6E6;
	}
img{
	border: none;
	}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 9px;
	}
h2 {
	font-size: 9px;
	color: #b3b3b3;
	font-weight: normal;
	line-height: 1px;
	}
span {
	font-style: italic;
	}
a {
	font-size: 10pt;
	font-weight: normal;
	color: #b3b3b3;
	font-style : normal;
	text-decoration : none;
	}
a:hover {
	color: #000000;
	}
.container {
	position: fixed;
	width: 800px;
	left: 50%;
	height: 100%;
	margin-left: -400px;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #888;
	}
.content {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	}
.header {
	position: relative;
	height: 90px;
	}
.navi {
	position: absolute;
	margin-top: 20px;
	margin-left: 437px;
	width: 348px;
	}
.line {
	position: relative;
	margin-left: 15px;
	width: 770px;
	height: 1px;
	background-color: #E6E6E6;
	}
.main {
	position: relative;
	width: 800px;
	}
.text {
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	width: 355px;
	float: left;
	}
.text2 {
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	width: 650px;
	float: left;
	}
.footer {
	position: absolute;
	margin-bottom: 15px;
	width: 740px;
	height: 15px;
	}
