/*--------------------
tab
--------------------*/
#tab{
	width: 120px;
	height:50px;
	margin:0px 0px 0px 0px;
	float:left;
}


#tab ul{
	list-style:none;
	
	
}


#tab li a{
	width: 120px;
	height:30px;
	text-indent:-9999px;
	margin:0px 0px 0px 0px;
	padding: 0;
	float:left;
	background-repeat: no-repeat;
	
}


#p-profile a{
	background-image:url(../img/navi/n-profile.gif);
}

#p-profile a:hover{
	background-image:url(../img/navi/n-profile_h.gif);
}


/*--------------------
career
--------------------*/
#career{
	width: 600px;
	height:2000px;
	padding:5px 0px 0px 25px;
	float:left;
}

ul{
	font-size: 12px;
	color: #333;
	line-height:20px;
	text-align:left;
	list-style-type: none;
}

li{
	
}

/*--------------------
p-line
--------------------*/
#p-line{
	width:1000px;
	height:1px;
	text-indent:-9999px;
	clear:both;
}


