@charset "UTF-8";
body {
	margin: 0 auto;
	text-align: center;
	background: url(bg.gif) no-repeat center top;
}

/*head*/
#head {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	background: url(namebg.jpg) no-repeat center top;
}

h1 img {
	width: 160px;
	height: 40px;
	margin: 10px auto 0;
}

#head h2, #head p {
	display: none;
}



/*wrapper*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	clear: both;
	text-align: left;
}


/*menu*/
#menu {
	width: 760px;
	height: 140px;
	margin-bottom: 10px;
}

#menu li {
	width: 380px;
	height: 140px;
	float: left;
}

#menu li a {
	width: 380px;
	height: 140px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

#menu li#cp a {
	background: url(profile.jpg) no-repeat left top;
}

#menu li#ob a {
	background: url(business.jpg) no-repeat left top;
}

#menu li#cp a:hover,
#menu li#ob a:hover {
	background-position: left bottom;
}


/*wnew*/
#news {
	width: 760px;
	height: 135px;
}

#newshead {
	float: left;
	width: 200px;
	height: 75px;
}

#newshead a {
	width: 200px;
	height: 75px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(wnew.jpg) no-repeat left top;
}

#newshead a:hover {
	background-position: left bottom;
}

#newslist {
	width: 540px;
	height: 135px;
	overflow: auto;
	float: right;
}

#newslist dt {
	width: 70px;
	float: left;
	clear: left;
	font-size: 79%;
	line-height: 1.8em;
	font-weight: bold;
	padding-bottom: 7px;
	color: #336600;
}

#newslist dd {
	width: 445px;
	float: left;
	font-size: 92%;
	line-height: 1.4em;
	padding-bottom: 7px;
}

#recruit {
	float: left;
	width: 200px;
	height: 50px;
	margin-top: 10px;
}

#recruit a {
	width: 200px;
	height: 50px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(recruit.jpg) no-repeat left top;
}

#recruit a:hover {
	background-position: left bottom;
}



/*footer*/
#footer {
	margin: 30px auto 20px;
	clear: both;
	font-size: 77%;
	display: block;
	text-align: left;
	width: 760px;
	height: 80px;
}

#footer li {
	display: inline;
}

#footer li a {
	margin-right: 10px;
}

#footer li#address {
	display: block;
	margin-top: 10px;
}

#footer li#address img {
	margin-right: 10px;
}

#footer li#address span {
	padding-bottom: 2px;
}

#footer li#copyright {
	display: block;
	margin-top: 3px;
}
