/* customer home */
#contentBox{
	/*text-algin:center;*/
}
#leftBox{
	width:100px;
	float:none;
}
#mainBox{
	margin-left:auto;
	margin-right:auto;
	float:none;
}
#crumb{
	/*width:100%;*/
}
#customerBox{
	width:100%;
}




#customerBox{
	width:100%;
}

#customerBox .mNavi ul{
	padding:0;
	margin:0;
	height:1%;
}

#customerBox .mNavi li{
	list-style:none;
	float:left;
	width:100px;
	height:15px;
	margin-right:20px;
	margin-top:8px;
	padding:0;
}
#customerBox .mNavi li a{
	color:#2D4C9C;
	text-decoration:none;
}
#customerBox .mNavi li a:hover{
	text-decoration:underline;
}
#customerBox table.mList{
	color:#555;
}
#customerBox table.mList td{
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
	height:12px;
}
#customerBox .titleImg{
	margin-top:10px;
}


