@charset "UTF-8";
/* bese layout ------------------------------------------------------------*/
#doc {
	width: 960px;
}
#hd {
	height: 330px;
	width: 960px;
	background-image: url(../images/top_back.jpg);
	background-repeat: no-repeat;
}
#main {
	width: 710px;
	padding-left: 250px;
}
#sub_menu {
	height: 20px;
	width: 710px;
	line-height: 13px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#sub_menu ul li {
	float: left;
	font-size: 92%;
	font-weight: bold;
}
#sub_menu .company {
	margin-right: 20px;
	text-decoration: none;
	height: 20px;
}
#sub_menu .user {
	text-decoration: none;
	height: 20px;
	margin-right: 20px;
}
#sub_menu .contact {
	text-decoration: none;
	height: 20px;
}
#sub_menu a:link, #sub_menu a:visited, #sub_menu a:active {
	color: #666666;
	text-decoration: none;
}
#sub_menu a:hover {
	color: #ff9900;
	text-decoration: none;
}
#space {
	height: 60px;
	width: 520px;
}
#ft {
	height: 45px;
	width: 960px;
	background-image: url(../images/footer_back.gif);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	background-position: bottom;
}
