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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}

body {
	background-color: #FFF;
}

p {
	font-size: 12px;
}

.txtBold {
	font-weight: bold;
}

.txtColored {
	color: #F0F;
}

.contentEn {
	font-style: italic;
	color: #999;
}

.contentDe {
	
}

.contentCh {
	color: #F0F;
}

.contentSp {
	font-style: italic;
	color: #333;
}

.contentRu {
	color: #F9F;
}

.subEn {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.subEn a {
	color: #999;
	text-decoration: none;
}

.subEn a:visited {
	color: #999;
	text-decoration: none;
}

.subEn a:hover {
	color: #999;
	text-decoration: line-through;
}

.subEn a:active {
	color: #999;
	text-decoration: none;
}

.subDe {
	font-size: 12px;
}

.subDe a {
	color: #000;
	text-decoration: none;
}

.subDe a:visited {
	color: #000;
	text-decoration: none;
}

.subDe a:hover {
	color: #000;
	text-decoration: line-through;
}

.subDe a:active {
	color: #000;
	text-decoration: none;
}

.subCh {
	font-size: 12px;
	color: #F0F;
}

.subCh a {
	color: #F0F;
	text-decoration: none;
}

.subCh a:visited {
	color: #F0F;
	text-decoration: none;
}

.subCh a:hover {
	color: #F0F;
	text-decoration: line-through;
}

.subCh a:active {
	color: #F0F;
	text-decoration: none;
}

.subSp {
	font-size: 12px;
	font-style: italic;
	color: #333;
}

.subSp a {
	color: #333;
	text-decoration: none;
}

.subSp a:visited {
	color: #333;
	text-decoration: none;
}

.subSp a:hover {
	color: #333;
	text-decoration: line-through;
}

.subSp a:active {
	color: #333;
	text-decoration: none;
}

.subRu {
	font-size: 12px;
	color: #F9F;
}

.subRu a {
	color: #F9F;
	text-decoration: none;
}

.subRu a:visited {
	color: #F9F;
	text-decoration: none;
}

.subRu a:hover {
	color: #F9F;
	text-decoration: line-through;
}

.subRu a:active {
	color: #F9F;
	text-decoration: none;
}

.image {
	width: 400px;
	height: 290px;
	margin: 10px 10px 0 0;
	float: left;
}

#footer {
	clear: left;
	padding: 10px 0 0 0;
}

#content {
	width: 820px;
}
