@charset "utf-8";
/* formatting style
---------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body  {
	text-align:center;
	font-family: sans-serif;
	line-height: 1.6;
	color: #333333;
	font-size: 75%;
}
/* link style
---------------------------*/

a:link {
    color: #009900}
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #009900;
}


a:visited {
    color: #003300}

a:hover {
    color: #33CC00;
    text-decoration: none}
a:active {
	position: relative;
	left: 1px;
	top: 1px;
}
#wrapper {
	width: 640px;
	margin: 0px auto;
}
#main {
	width: 640px;
	margin-top: 3px;
}
#footer {

}
td#main {
	text-align: left;
	vertical-align: top;
	background-image: url(../en/images/back_newstopics.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 450px;
	padding-top: 29px;
}
td#adress {
	text-align: center;
	vertical-align: top;
}

td#sub {
	width: 190px;
	text-align: center;
	background-color: #F5F5FA;
}
td#main    dl   {
	list-style: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1em;
	padding-left: 20px;
	background-image: url(../en/images/index_bg_dl_news_l.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
td#main dl dt#new {
	background-image: url(../en/images/new!.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
td#main dl dd {
	font-size: 120%;
	line-height: 1.8em;
	font-weight: bold;
}
td#main dl dd#note {
	font-size: 85%;
	line-height: normal;
}
td#adress  dl  {
	display: block;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

td#sub ul li {
	list-style: none;
	line-height: 2em;
	display: block;
}
td#sub ul li#update {
	background-image: url(../en/images/update.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

table#footer01 {
	height: 70px;
	width: 620px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 20px auto 0px;
	padding: 0px;
}
table#footer02 {
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
}
