* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#header {

}
#header #logo {
	background-image: url(../images/lat_title.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 105px;
	margin-top: 5px;
}
#globalnavi {
	height: 25px;
	width: 630px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 15px;
}
#globalnavi ul, #globalnavi li {
	margin: 0px;
	padding: 0px;
}
#globalnavi li {
	display: block;
	float: left;
	height: 25px;
	width: 90px;
	list-style-type: none;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-top: -1px;
}
#globalnavi li.top {
	display: block;
	list-style-type: none;
	background-image: url(../images/a_home2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-top: -2px;
}
#globalnavi a.top {
	color: #0000FF;
	text-decoration: none;
	line-height: 26px;
	background-image: url(../images/a_home1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#globalnavi a.top:hover {
	color: #FF0000;
	text-decoration: underline;
	background-image: none;
}
#globalnavi li.dl {
	background-image: url(../images/dlbtn.jpg);
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 0px;
}
#globalnavi li.bbs {
	height: 25px;
	display: block;
	background-image: url(../images/bbsbtn.jpg);
	background-repeat: no-repeat;
}

#globalnavi a {
	color: #0000FF;
	text-decoration: none;
	height: 25px;
	width: 90px;
	line-height: 22px;
}
#globalnavi a:hover {
	color: #FF0000;
	text-decoration: underline;
}
