@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #666666;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1.6;
}
* {margin: 0px; padding: 0px; border: 0;}
hr {display: none;margin:0px;padding:0px;border:0px;}
div {position: relative;}
#intro {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_intro.png);
	height: 270px;
	margin-top: 150px;
}
#intro a:link {
	color: #ffffff;
	text-decoration:none;
}
#intro a:visited {
	color: #ffffff;
	text-decoration:none;
}
#intro a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#intro ul {
	width: 640px;
	height: 270px;
	list-style: none;
}
#intro ul li {
	width: 200px;
	height: 30px;
	list-style: none;
	margin: 10px;
	height: 16px;
}
#intro ul li #introita {
	background-image: url(bg_introita.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 30px;
	height: 18px;
	position: absolute;
	left: 160px;
	top: 153px;
}
#intro ul li #introeng {
	background-image: url(bg_introeng.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 30px;
	height: 18px;
	position: absolute;
	left: 360px;
	top: 153px;
}

