body {
  background: #eeeeec url('../css/backgrou.png') repeat-x top left;
  font-family: Sans-Serif;
  font-size: 10pt;
  text-align: center;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  pading-right:0;
}
a {
	text-decoration: none;
}
h1 a {
	font-size: 16pt;
	color: #2a2a2a;
	text-decoration: none;
}
h2 {
	font-size: 14pt;
	color: #F67900;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}
h3 {
	font-size: 11pt;
	color: #F67900;
	font-weight: bold;
	margin: 20px 10px 0 10px;
}
h4 {
	font-size: 9pt;
	color: #232b6b;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}

p {
	margin: 5px 5px 0 10px;
	text-align: justify;
}

#repo_name {
	font-size: 10pt;
	color: #232b6b;
	font-weight: bold;
}
#repo_txt {
	font-size: 8pt;
}
#repo_txt_block {
	font-size: 8pt;
	text-align: justify;
}
#repo_txt_small {
	font-size: 6pt;
	font-style: italic;
}
#language {
	margin: 0 0 0 0;
	line-height:9pt;
}
#language a {
	font-size: 7pt;
	color: #7DA6D1;
	text-decoration: none;
}
#navi_txt {
	font-size: 8pt;
	color: #0d0070;
}
#copyright {
	font-size: 7pt;
	color: #565752;
	padding: 15px 0 0 0;
}
#copyright a {
	color: #7DA6D1;
	text-decoration: none;
}
#error {
	color: #cd0000;
}
#msg  {
	color: #5AB200;
}