@charset "UTF-8";
/* CSS Document */

#content_home {
	width: 720px;
	height: 380px;
}
#content_left {
	width: 210px;
	height: 380px;
	float: left;
	text-align: justify;
	position: relative;
}
#content_right {
	width: 470px;
	height: 380px;
	float: right;
}
#navbar02 {
	width: 720px;
	height: 70px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
}
#navbar02 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navbar02 ul li {
	width: 200px;
	display: block;
	float: left;
}
#navbar02 a {
	width: 200px;
	height: 70px;
	text-indent: -10000px;
	display: block;
	outline: none;
}
#navbar02 a:hover {
	background-position: left -90px;
}
#btn-1 a {
	background: url(../images/navbar02_01.png) no-repeat;
}
#btn-2 a {
	background: url(../images/navbar02_02.png) no-repeat;
	margin-left: 60px;
}
#btn-3 a {
	background: url(../images/navbar02_03.png) no-repeat;
	margin-left: 120px;
}