.txt01 {
	font: bold 30px times new roman, Verdana, Arial, Tahoma;
	color: #800021;
}

.txt02 {
	font: 14px Verdana, Arial, Tahoma;
	color: #8C8C8C;
	text-align: justify;
	padding-right: 10px;
}

.txt03 {
	font: 16px Verdana, Arial, Tahoma;
	color: #800021;
	text-align: justify;
}

.txt04 {
	font: 14px Verdana, Arial, Tahoma;
	color: #800021;
	text-align: justify;
}

.txt05 {
	font: 12px Tahoma;
	color: #8C8C8C;
	line-height: 30px;
}

.title01 {
	font: 18px Arial, Verdana, Tahoma;
	color: #666666;
}

.title02 {
	font: 28px Arial, Verdana, Tahoma;
	color: #666666;
}

A.01:link {
	font: 18px Arial, Verdana, Tahoma;
	color: #666666;
	text-decoration: none;
}

A.01:visited {
	font: 18px Arial, Verdana, Tahoma;
	color: #666666;
	text-decoration: none;
}

A.01:hover {
	font: 18px Arial, Verdana, Tahoma;
	color: #666666;
	text-decoration: underline;
}

A.02:link {
	font: 12px Tahoma;
	color: #8C8C8C;
	line-height: 30px;
	text-decoration: none;
}

A.02:visited {
	font: 12px Tahoma;
	color: #8C8C8C;
	line-height: 30px;
	text-decoration: none;
}

A.02:hover {
	font: 12px Tahoma;
	color: #8C8C8C;
	line-height: 30px;
	text-decoration: underline;
}

#container{
	width: 800px;
	min-height: 680px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	background-color: #FDFDFD;
	text-align: center;
	position: relative;
	display: table;
}

#container2{
	width: 760px;
	min-height: 680px;
	margin: 0px 20px 0px 20px;
	background-position: center;
	background-color: #F2F2F2;
	text-align: center;
	position: relative;
	display: table;
}

#conleft {
	width: 540px;
	height: 100%;
	background-color: #F2F2F2;
	float: left;
	position: relative;
}

#conright {
	width: 200px;
	height: 100%;
	background-color: #F2F2F2;
	float: right;
	position: relative;
	margin-top: 20px;
}