@charset "UTF-8";

html, body {
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
#block {
	height: auto;
	width: 800px;
	background-image: url(tt.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
ul,ol,li {
	border:0;
	outline:none;
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}

/* ---------------for all--------------- */


/* ---------------top--------------- */
#img-top {
	width: auto;
	height: 455px;
	background-image: url(img-top.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* ---------------top--------------- */


/* ---------------info--------------- */
#language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	height: 18px;
	width: 80px;
	text-align: center;
	padding: 5px;
	float: right;
	font-weight: bold;
}
#language a {
	color: #FFFFFF;
	text-decoration: none;
}
#language a:hover {
	color: #666666;
	text-decoration: underline;
}

table {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 455px;
	width: 438px;
}
th {
}
tr {
}
td {
	height: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
table a {
	color: #000099;
	text-decoration: underline;
}
table a:hover {
	color: #33CCFF;
}
/* ---------------info--------------- */


/* ---------------footer--------------- */
#footer {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #666666;
	clear: both;
	padding-bottom: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
/* ---------------footer--------------- */
