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

 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #006600;
	line-height: 1.5em;
}
#text {
	width: 300px;
	height: 400px;
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}


/* CSS Document */

#logo {
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 100px;
}
.txt_small {
	font-size: 0.7em;
}
#text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#text h3 {
	font-weight: normal;
}
#text form {
	background-color: transparent;
}
form {
	background-color: transparent;
}
table {
	background-color: transparent;
}
tr {
	background-color: transparent;
}
td {
	background-color: transparent;
}
textarea {
	background-color: transparent;
}
input {
	background-color: transparent;
}
#clock {
	width: 100px;
	float: none;
	margin-left: 380px;
}

